Add sampling parameters for widget

#7
by lewtun HF staff - opened
Files changed (1) hide show
  1. README.md +6 -0
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'"/>