Update tokenizer_config.json
Browse files- tokenizer_config.json +9 -2
tokenizer_config.json
CHANGED
@@ -8001,8 +8001,15 @@
|
|
8001 |
"special": true
|
8002 |
}
|
8003 |
},
|
|
|
8004 |
"clean_up_tokenization_spaces": true,
|
|
|
|
|
|
|
|
|
|
|
8005 |
"model_max_length": 1000000000000000019884624838656,
|
8006 |
"processor_class": "PixtralProcessor",
|
8007 |
-
"tokenizer_class": "PreTrainedTokenizerFast"
|
8008 |
-
|
|
|
|
8001 |
"special": true
|
8002 |
}
|
8003 |
},
|
8004 |
+
"bos_token": "<s>",
|
8005 |
"clean_up_tokenization_spaces": true,
|
8006 |
+
"eos_token": "</s>",
|
8007 |
+
"model_input_names": [
|
8008 |
+
"input_ids",
|
8009 |
+
"attention_mask"
|
8010 |
+
],
|
8011 |
"model_max_length": 1000000000000000019884624838656,
|
8012 |
"processor_class": "PixtralProcessor",
|
8013 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
8014 |
+
"unk_token": "<unk>"
|
8015 |
+
}
|