Danil
commited on
Commit
•
2798777
1
Parent(s):
d1c64c4
Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -24,9 +24,10 @@
|
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.15.0",
|
26 |
"task_specific_params": {
|
27 |
-
"text-
|
28 |
"do_sample": true,
|
29 |
-
"max_length":
|
|
|
30 |
}
|
31 |
},
|
32 |
"use_cache": true,
|
|
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.15.0",
|
26 |
"task_specific_params": {
|
27 |
+
"text-key": {
|
28 |
"do_sample": true,
|
29 |
+
"max_length": 64,
|
30 |
+
"top_p": 1.0
|
31 |
}
|
32 |
},
|
33 |
"use_cache": true,
|