Commit ·
1c06047
1
Parent(s): 63b5f02
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
| 50 |
"torch_dtype": "float32",
|
| 51 |
"transformers_version": "4.20.1",
|
| 52 |
"use_cache": true,
|
| 53 |
-
|
| 54 |
"text-generation": {
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|
|
|
|
| 50 |
"torch_dtype": "float32",
|
| 51 |
"transformers_version": "4.20.1",
|
| 52 |
"use_cache": true,
|
| 53 |
+
"task_specific_params": {
|
| 54 |
"text-generation": {
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|