Commit
·
c7f0122
1
Parent(s):
b5bfb10
Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -29,5 +29,7 @@
|
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.23.1",
|
| 31 |
"use_cache": true,
|
| 32 |
-
"vocab_size": 128112
|
|
|
|
|
|
|
| 33 |
}
|
|
|
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.23.1",
|
| 31 |
"use_cache": true,
|
| 32 |
+
"vocab_size": 128112,
|
| 33 |
+
"max_length": 256,
|
| 34 |
+
"num_beams": 5
|
| 35 |
}
|