Upload tokenizer
Browse files- tokenizer_config.json +1 -2
tokenizer_config.json
CHANGED
@@ -101,13 +101,12 @@
|
|
101 |
"<extra_id_98>",
|
102 |
"<extra_id_99>"
|
103 |
],
|
|
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
"model_max_length": 512,
|
107 |
-
"name_or_path": "google/flan-t5-large",
|
108 |
"pad_token": "<pad>",
|
109 |
"sp_model_kwargs": {},
|
110 |
-
"special_tokens_map_file": "/home/younes_huggingface_co/.cache/huggingface/hub/models--google--t5-v1_1-large/snapshots/314bc112b191ec17b625ba81438dc73d6c23659d/special_tokens_map.json",
|
111 |
"tokenizer_class": "T5Tokenizer",
|
112 |
"unk_token": "<unk>"
|
113 |
}
|
|
|
101 |
"<extra_id_98>",
|
102 |
"<extra_id_99>"
|
103 |
],
|
104 |
+
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
107 |
"model_max_length": 512,
|
|
|
108 |
"pad_token": "<pad>",
|
109 |
"sp_model_kwargs": {},
|
|
|
110 |
"tokenizer_class": "T5Tokenizer",
|
111 |
"unk_token": "<unk>"
|
112 |
}
|