FremyCompany
commited on
Provide pad token in the config
Browse files- config.json +2 -2
config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"classifier_bias": false,
|
12 |
"classifier_dropout": 0.0,
|
13 |
"classifier_pooling": "mean",
|
14 |
-
"cls_token_id":
|
15 |
"decoder_bias": true,
|
16 |
"deterministic_flash_attn": false,
|
17 |
"embedding_dropout": 0.0,
|
@@ -39,7 +39,7 @@
|
|
39 |
"pad_token_id": 2,
|
40 |
"position_embedding_type": "absolute",
|
41 |
"reference_compile": false,
|
42 |
-
"sep_token_id":
|
43 |
"sparse_pred_ignore_index": -100,
|
44 |
"sparse_prediction": false,
|
45 |
"tokenizer_class": "LlamaTokenizerFast",
|
|
|
11 |
"classifier_bias": false,
|
12 |
"classifier_dropout": 0.0,
|
13 |
"classifier_pooling": "mean",
|
14 |
+
"cls_token_id": 1,
|
15 |
"decoder_bias": true,
|
16 |
"deterministic_flash_attn": false,
|
17 |
"embedding_dropout": 0.0,
|
|
|
39 |
"pad_token_id": 2,
|
40 |
"position_embedding_type": "absolute",
|
41 |
"reference_compile": false,
|
42 |
+
"sep_token_id": 1,
|
43 |
"sparse_pred_ignore_index": -100,
|
44 |
"sparse_prediction": false,
|
45 |
"tokenizer_class": "LlamaTokenizerFast",
|