Dongfu Jiang
commited on
Commit
·
8841a8a
1
Parent(s):
096ad41
Update README.md
Browse files
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)**,
|
|
|
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"
|