Update config.json
Browse files- config.json +1 -4
config.json
CHANGED
|
@@ -29,11 +29,8 @@
|
|
| 29 |
"summary_use_proj": true,
|
| 30 |
"task_specific_params": {
|
| 31 |
"conversational": {
|
| 32 |
-
"max_length":
|
| 33 |
}
|
| 34 |
},
|
| 35 |
-
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.29.2",
|
| 37 |
-
"use_cache": true,
|
| 38 |
"vocab_size": 50257
|
| 39 |
}
|
|
|
|
| 29 |
"summary_use_proj": true,
|
| 30 |
"task_specific_params": {
|
| 31 |
"conversational": {
|
| 32 |
+
"max_length": 1000
|
| 33 |
}
|
| 34 |
},
|
|
|
|
|
|
|
|
|
|
| 35 |
"vocab_size": 50257
|
| 36 |
}
|