Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,14 @@ datasets:
|
|
7 |
- KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format
|
8 |
widget:
|
9 |
- text: "Once upon a time,"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# ahxt's llama2_xs_460M_experimental trained on the WizardLM's Evol Instruct dataset using AutoTrain
|
|
|
7 |
- KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format
|
8 |
widget:
|
9 |
- text: "Once upon a time,"
|
10 |
+
inference:
|
11 |
+
parameters:
|
12 |
+
max_new_tokens: 16
|
13 |
+
repetition_penalty: 1.15
|
14 |
+
do_sample: true
|
15 |
+
temperature: 0.5
|
16 |
+
top_k: 5
|
17 |
+
top_p: 0.9
|
18 |
---
|
19 |
|
20 |
# ahxt's llama2_xs_460M_experimental trained on the WizardLM's Evol Instruct dataset using AutoTrain
|