Update README.md
Browse files
README.md
CHANGED
|
@@ -24,10 +24,7 @@ widget:
|
|
| 24 |
inference:
|
| 25 |
parameters:
|
| 26 |
max_new_tokens: 32
|
| 27 |
-
repetition_penalty: 1.
|
| 28 |
-
do_sample: true
|
| 29 |
-
temperature: 0.5
|
| 30 |
-
top_p: 0.5
|
| 31 |
---
|
| 32 |
|
| 33 |
# ahxt's llama2_xs_460M_experimental trained on the WizardLM's Evol Instruct dataset using AutoTrain
|
|
@@ -46,13 +43,4 @@ inference:
|
|
| 46 |
<instruction>
|
| 47 |
|
| 48 |
### Response:
|
| 49 |
-
```
|
| 50 |
-
|
| 51 |
-
## Recommended Inference Parameters
|
| 52 |
-
|
| 53 |
-
```yml
|
| 54 |
-
repetition_penalty: 1.15
|
| 55 |
-
do_sample: true
|
| 56 |
-
temperature: 0.5
|
| 57 |
-
top_p: 0.5
|
| 58 |
```
|
|
|
|
| 24 |
inference:
|
| 25 |
parameters:
|
| 26 |
max_new_tokens: 32
|
| 27 |
+
repetition_penalty: 1.18
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# ahxt's llama2_xs_460M_experimental trained on the WizardLM's Evol Instruct dataset using AutoTrain
|
|
|
|
| 43 |
<instruction>
|
| 44 |
|
| 45 |
### Response:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
```
|