update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -13,8 +13,8 @@
|
|
13 |
"eval_bz": 100,
|
14 |
"label_smooth": 0.05,
|
15 |
"lr": 1e-05,
|
16 |
-
"
|
17 |
-
"
|
18 |
"torch_dtype": "float32",
|
19 |
"transformers_version": "4.26.1",
|
20 |
"use_adapter": true
|
|
|
13 |
"eval_bz": 100,
|
14 |
"label_smooth": 0.05,
|
15 |
"lr": 1e-05,
|
16 |
+
"max_input_len": 128,
|
17 |
+
"max_output_len": 64,
|
18 |
"torch_dtype": "float32",
|
19 |
"transformers_version": "4.26.1",
|
20 |
"use_adapter": true
|