Update README.md
Browse files
README.md
CHANGED
@@ -45,8 +45,10 @@ widget:
|
|
45 |
inference:
|
46 |
parameters:
|
47 |
max_new_tokens: 256
|
48 |
-
|
49 |
-
|
|
|
|
|
50 |
base_model:
|
51 |
- TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
52 |
license: apache-2.0
|
|
|
45 |
inference:
|
46 |
parameters:
|
47 |
max_new_tokens: 256
|
48 |
+
temperature: 0.6
|
49 |
+
top_p: 0.95
|
50 |
+
top_k: 50
|
51 |
+
repetition_penalty: 1.2
|
52 |
base_model:
|
53 |
- TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
54 |
license: apache-2.0
|