Commit ·
a669f32
1
Parent(s): f06c54a
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"pad_token_id": 3,
|
| 31 |
"pretraining_tp": 1,
|
| 32 |
"problem_type": "single_label_classification",
|
| 33 |
-
"seq_length":
|
| 34 |
"skip_bias_add": true,
|
| 35 |
"skip_bias_add_qkv": false,
|
| 36 |
"slow_but_exact": false,
|
|
|
|
| 30 |
"pad_token_id": 3,
|
| 31 |
"pretraining_tp": 1,
|
| 32 |
"problem_type": "single_label_classification",
|
| 33 |
+
"seq_length": 2048,
|
| 34 |
"skip_bias_add": true,
|
| 35 |
"skip_bias_add_qkv": false,
|
| 36 |
"slow_but_exact": false,
|