Tashfiqul Islam
commited on
Commit
•
7caf117
1
Parent(s):
74bfb73
Updated config.json file
Browse files- config.json +8 -1
config.json
CHANGED
@@ -28,5 +28,12 @@
|
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.46.2",
|
30 |
"use_cache": true,
|
31 |
-
"vocab_size": 250112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
}
|
|
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.46.2",
|
30 |
"use_cache": true,
|
31 |
+
"vocab_size": 250112,
|
32 |
+
"task_specific_params": {
|
33 |
+
"summarization": {
|
34 |
+
"max_length": 200,
|
35 |
+
"num_beams": 7,
|
36 |
+
"early_stopping": true
|
37 |
+
}
|
38 |
+
}
|
39 |
}
|