new data
Browse files- config.json +1 -11
config.json
CHANGED
@@ -26,16 +26,6 @@
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"task_specific_params": {
|
29 |
-
"text_correction": {
|
30 |
-
"max_length": 64,
|
31 |
-
"num_beams": 4,
|
32 |
-
"early_stopping": true,
|
33 |
-
"length_penalty": 1.0,
|
34 |
-
"no_repeat_ngram_size": 2,
|
35 |
-
"temperature": 1.0,
|
36 |
-
"top_k": 50,
|
37 |
-
"top_p": 0.95
|
38 |
-
},
|
39 |
"summarization": {
|
40 |
"early_stopping": true,
|
41 |
"length_penalty": 2.0,
|
@@ -67,5 +57,5 @@
|
|
67 |
"torch_dtype": "float32",
|
68 |
"transformers_version": "4.37.2",
|
69 |
"use_cache": true,
|
70 |
-
"vocab_size":
|
71 |
}
|
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"task_specific_params": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
"summarization": {
|
30 |
"early_stopping": true,
|
31 |
"length_penalty": 2.0,
|
|
|
57 |
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.37.2",
|
59 |
"use_cache": true,
|
60 |
+
"vocab_size": 32100
|
61 |
}
|