Upload processor
Browse files- spiece.model +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +3 -2
spiece.model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fd650335add59bed55a432186ca0437a09e185c2d241faab468a538fe6bcf94
|
3 |
+
size 851388
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -103,10 +103,11 @@
|
|
103 |
],
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
-
"model_max_length":
|
107 |
"pad_token": "<pad>",
|
108 |
"processor_class": "Pix2StructProcessor",
|
109 |
-
"
|
|
|
110 |
"tokenizer_class": "T5Tokenizer",
|
111 |
"unk_token": "<unk>"
|
112 |
}
|
|
|
103 |
],
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
+
"model_max_length": 1000000000000000019884624838656,
|
107 |
"pad_token": "<pad>",
|
108 |
"processor_class": "Pix2StructProcessor",
|
109 |
+
"sp_model_kwargs": {},
|
110 |
+
"special_tokens_map_file": "/home/younes_huggingface_co/.cache/huggingface/hub/models--ybelkada--test-pix2struct-tokenizer/snapshots/2e272f4d0c532d06576937141e7a525171915e50/special_tokens_map.json",
|
111 |
"tokenizer_class": "T5Tokenizer",
|
112 |
"unk_token": "<unk>"
|
113 |
}
|