Upload tokenizer
Browse files- tokenizer_config.json +6 -0
tokenizer_config.json
CHANGED
@@ -933,9 +933,15 @@
|
|
933 |
"extra_ids": 100,
|
934 |
"extra_special_tokens": {},
|
935 |
"load_in_8bit": true,
|
|
|
936 |
"model_max_length": 512,
|
|
|
937 |
"pad_token": "</s>",
|
|
|
938 |
"padding_side": "right",
|
|
|
939 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
940 |
"unk_token": "<unk>"
|
941 |
}
|
|
|
933 |
"extra_ids": 100,
|
934 |
"extra_special_tokens": {},
|
935 |
"load_in_8bit": true,
|
936 |
+
"max_length": 512,
|
937 |
"model_max_length": 512,
|
938 |
+
"pad_to_multiple_of": null,
|
939 |
"pad_token": "</s>",
|
940 |
+
"pad_token_type_id": 0,
|
941 |
"padding_side": "right",
|
942 |
+
"stride": 0,
|
943 |
"tokenizer_class": "T5Tokenizer",
|
944 |
+
"truncation_side": "right",
|
945 |
+
"truncation_strategy": "longest_first",
|
946 |
"unk_token": "<unk>"
|
947 |
}
|