Locutusque
commited on
Commit
•
6cdd5c9
1
Parent(s):
69e5722
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,14 @@ base_model:
|
|
11 |
license: cc-by-sa-4.0
|
12 |
datasets:
|
13 |
- Locutusque/UltraTextbooks-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# tau-0.5B
|
|
|
11 |
license: cc-by-sa-4.0
|
12 |
datasets:
|
13 |
- Locutusque/UltraTextbooks-2.0
|
14 |
+
inference:
|
15 |
+
parameters:
|
16 |
+
do_sample: true
|
17 |
+
temperature: 0.8
|
18 |
+
top_p: 0.95
|
19 |
+
top_k: 40
|
20 |
+
max_new_tokens: 250
|
21 |
+
repetition_penalty: 1.1
|
22 |
---
|
23 |
|
24 |
# tau-0.5B
|