Dongfu Jiang commited on
Commit
8841a8a
1 Parent(s): 096ad41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,7 +22,8 @@ language:
22
  pipeline_tag: text-generation
23
  ---
24
 
25
- **This is the hugging face compatible version of [llm-blender/PairRM](https://huggingface.co/llm-blender/PairRM)**, which can be loaded directly with `DebertaV2PairRM`:
 
26
  ```python
27
  import os
28
  os.environ["CUDA_VISIBLE_DEVICES"] = "0"
 
22
  pipeline_tag: text-generation
23
  ---
24
 
25
+ **This is the hugging face compatible version of [llm-blender/PairRM](https://huggingface.co/llm-blender/PairRM)**,
26
+ which can be loaded directly with [`DebertaV2PairRM`](https://github.com/yuchenlin/LLM-Blender/blob/main/llm_blender/pair_ranker/pairrm.py):
27
  ```python
28
  import os
29
  os.environ["CUDA_VISIBLE_DEVICES"] = "0"