MaziyarPanahi
commited on
Commit
•
413e4ed
1
Parent(s):
9858658
fix the dataset used
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ model_creator: MaziyarPanahi
|
|
20 |
model_name: Llama-3-8B-Instruct-DPO-v0.2
|
21 |
quantized_by: MaziyarPanahi
|
22 |
datasets:
|
23 |
-
-
|
24 |
---
|
25 |
|
26 |
<img src="./llama-3-merges.webp" alt="Llama-3 DPO Logo" width="500" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
@@ -92,5 +92,4 @@ outputs = pipeline(
|
|
92 |
top_p=0.95,
|
93 |
)
|
94 |
print(outputs[0]["generated_text"][len(prompt):])
|
95 |
-
```
|
96 |
-
|
|
|
20 |
model_name: Llama-3-8B-Instruct-DPO-v0.2
|
21 |
quantized_by: MaziyarPanahi
|
22 |
datasets:
|
23 |
+
- argilla/ultrafeedback-binarized-preferences
|
24 |
---
|
25 |
|
26 |
<img src="./llama-3-merges.webp" alt="Llama-3 DPO Logo" width="500" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
|
|
92 |
top_p=0.95,
|
93 |
)
|
94 |
print(outputs[0]["generated_text"][len(prompt):])
|
95 |
+
```
|
|