Add sampling parameters for widget
Browse files
README.md
CHANGED
@@ -10,6 +10,12 @@ datasets:
|
|
10 |
model-index:
|
11 |
- name: zephyr-orpo-141b-A35b-v0.1
|
12 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<img src="https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1/resolve/main/logo.png" alt="Zephyr 141B Logo" width="400" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
|
|
10 |
model-index:
|
11 |
- name: zephyr-orpo-141b-A35b-v0.1
|
12 |
results: []
|
13 |
+
inference:
|
14 |
+
parameters:
|
15 |
+
temperature: 0.7
|
16 |
+
top_p: 0.95
|
17 |
+
top_k: 50
|
18 |
+
repetition_penalty: 1.2
|
19 |
---
|
20 |
|
21 |
<img src="https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1/resolve/main/logo.png" alt="Zephyr 141B Logo" width="400" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|