Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ Zephyr 141B-A39B was trained to test the effectiveness of ORPO at scale and the
|
|
49 |
|
50 |
| Model | MT Bench | IFEval | BBH | AGIEval |
|
51 |
|-----------------------------------------------------------------------------------------------------|---------:|-------:|------:|--------:|
|
52 |
-
| [zephyr-orpo-141b-A39b-v0.1](https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-
|
53 |
| [databricks/dbrx-instruct](https://huggingface.co/databricks/dbrx-instruct) | 8.26 | 52.13 | 48.50 | 41.16 |
|
54 |
| [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) | 8.30 | 55.08 | 45.31 | 47.68 |
|
55 |
|
@@ -67,7 +67,7 @@ from transformers import pipeline
|
|
67 |
|
68 |
pipe = pipeline(
|
69 |
"text-generation",
|
70 |
-
model="HuggingFaceH4/zephyr-orpo-141b-
|
71 |
device_map="auto",
|
72 |
torch_dtype=torch.bfloat16,
|
73 |
)
|
|
|
49 |
|
50 |
| Model | MT Bench | IFEval | BBH | AGIEval |
|
51 |
|-----------------------------------------------------------------------------------------------------|---------:|-------:|------:|--------:|
|
52 |
+
| [zephyr-orpo-141b-A39b-v0.1](https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1) | 8.17 | 65.06 | 58.96 | 44.16 |
|
53 |
| [databricks/dbrx-instruct](https://huggingface.co/databricks/dbrx-instruct) | 8.26 | 52.13 | 48.50 | 41.16 |
|
54 |
| [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) | 8.30 | 55.08 | 45.31 | 47.68 |
|
55 |
|
|
|
67 |
|
68 |
pipe = pipeline(
|
69 |
"text-generation",
|
70 |
+
model="HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
71 |
device_map="auto",
|
72 |
torch_dtype=torch.bfloat16,
|
73 |
)
|