Update README.md
Browse files
README.md
CHANGED
@@ -20,9 +20,9 @@ widget:
|
|
20 |
inference:
|
21 |
parameters:
|
22 |
repetition_penalty: 1.2
|
23 |
-
temperature: 0.
|
24 |
-
top_k:
|
25 |
-
top_p:
|
26 |
max_new_tokens: 150
|
27 |
co2_eq_emissions:
|
28 |
emissions: 41100
|
@@ -35,7 +35,7 @@ base_model:
|
|
35 |
---
|
36 |
# TeenyTinyLlama-460m-awq
|
37 |
|
38 |
-
<img src="
|
39 |
|
40 |
## Model Summary
|
41 |
|
|
|
20 |
inference:
|
21 |
parameters:
|
22 |
repetition_penalty: 1.2
|
23 |
+
temperature: 0.1
|
24 |
+
top_k: 50
|
25 |
+
top_p: 1.
|
26 |
max_new_tokens: 150
|
27 |
co2_eq_emissions:
|
28 |
emissions: 41100
|
|
|
35 |
---
|
36 |
# TeenyTinyLlama-460m-awq
|
37 |
|
38 |
+
<img src="460m-llama.png" alt="A curious llama exploring a mushroom forest." height="200">
|
39 |
|
40 |
## Model Summary
|
41 |
|