Upload processor
Browse files- tokenizer.json +1 -6
- tokenizer_config.json +7 -0
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
"Fixed": 512
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": {
|
| 5 |
"strategy": {
|
| 6 |
"Fixed": 512
|
tokenizer_config.json
CHANGED
|
@@ -1025,11 +1025,18 @@
|
|
| 1025 |
"eos_token": "</s>",
|
| 1026 |
"extra_ids": 100,
|
| 1027 |
"extra_special_tokens": {},
|
|
|
|
| 1028 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
|
| 1029 |
"pad_token": "<pad>",
|
|
|
|
|
|
|
| 1030 |
"processor_class": "Pix2StructProcessor",
|
| 1031 |
"sp_model_kwargs": {},
|
|
|
|
| 1032 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
|
|
| 1033 |
"trust_remote_code": false,
|
| 1034 |
"unk_token": "<unk>"
|
| 1035 |
}
|
|
|
|
| 1025 |
"eos_token": "</s>",
|
| 1026 |
"extra_ids": 100,
|
| 1027 |
"extra_special_tokens": {},
|
| 1028 |
+
"max_length": 512,
|
| 1029 |
"model_max_length": 1000000000000000019884624838656,
|
| 1030 |
+
"pad_to_multiple_of": null,
|
| 1031 |
"pad_token": "<pad>",
|
| 1032 |
+
"pad_token_type_id": 0,
|
| 1033 |
+
"padding_side": "right",
|
| 1034 |
"processor_class": "Pix2StructProcessor",
|
| 1035 |
"sp_model_kwargs": {},
|
| 1036 |
+
"stride": 0,
|
| 1037 |
"tokenizer_class": "T5Tokenizer",
|
| 1038 |
+
"truncation_side": "right",
|
| 1039 |
+
"truncation_strategy": "longest_first",
|
| 1040 |
"trust_remote_code": false,
|
| 1041 |
"unk_token": "<unk>"
|
| 1042 |
}
|