Update config.json
Browse files- config.json +11 -0
config.json
CHANGED
@@ -24,6 +24,17 @@
|
|
24 |
"summary_proj_to_labels": true,
|
25 |
"summary_type": "cls_index",
|
26 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"transformers_version": "4.26.0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 50000
|
|
|
24 |
"summary_proj_to_labels": true,
|
25 |
"summary_type": "cls_index",
|
26 |
"summary_use_proj": true,
|
27 |
+
"task_specific_params": {
|
28 |
+
"text-generation": {
|
29 |
+
"do_sample": true,
|
30 |
+
"max_length": 200,
|
31 |
+
"num_beams": 3,
|
32 |
+
"temperature": 1,
|
33 |
+
"no_repeat_ngram_size": 2,
|
34 |
+
"top_k": 50,
|
35 |
+
"top_p": 80
|
36 |
+
}
|
37 |
+
},
|
38 |
"transformers_version": "4.26.0",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 50000
|