Reimu Hakurei
commited on
Commit
·
f1e7a55
1
Parent(s):
faea56c
Update config.json
Browse files- config.json +7 -0
config.json
CHANGED
|
@@ -45,6 +45,13 @@
|
|
| 45 |
"summary_proj_to_labels": true,
|
| 46 |
"summary_type": "cls_index",
|
| 47 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
"torch_dtype": "float32",
|
| 49 |
"transformers_version": "4.17.0.dev0",
|
| 50 |
"use_cache": true,
|
|
|
|
| 45 |
"summary_proj_to_labels": true,
|
| 46 |
"summary_type": "cls_index",
|
| 47 |
"summary_use_proj": true,
|
| 48 |
+
"task_specific_params": {
|
| 49 |
+
"text-generation": {
|
| 50 |
+
"do_sample": true,
|
| 51 |
+
"temperature": 0.8,
|
| 52 |
+
"max_length": 50
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
"torch_dtype": "float32",
|
| 56 |
"transformers_version": "4.17.0.dev0",
|
| 57 |
"use_cache": true,
|