nicholasKluge
commited on
Commit
•
a875d8c
1
Parent(s):
3100f4a
Update README.md
Browse files
README.md
CHANGED
@@ -30,9 +30,13 @@ widget:
|
|
30 |
example_title: Conselho
|
31 |
inference:
|
32 |
parameters:
|
|
|
33 |
temperature: 0.2
|
34 |
-
top_k:
|
|
|
35 |
max_length: 200
|
|
|
|
|
36 |
---
|
37 |
# Aira-Instruct-PT-124M (Portuguese)
|
38 |
|
|
|
30 |
example_title: Conselho
|
31 |
inference:
|
32 |
parameters:
|
33 |
+
repetition_penalty: 1.2
|
34 |
temperature: 0.2
|
35 |
+
top_k: 30
|
36 |
+
top_p: 0.3
|
37 |
max_length: 200
|
38 |
+
length_penalty: 0.3
|
39 |
+
early_stopping: True
|
40 |
---
|
41 |
# Aira-Instruct-PT-124M (Portuguese)
|
42 |
|