Malaina commited on
Commit
05b6fca
1 Parent(s): e8bf3f4

add tokenizer

Browse files
Files changed (3) hide show
  1. added_tokens.json +1 -1
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +1 -1
added_tokens.json CHANGED
@@ -1 +1 @@
1
- {" <": 250101, " <=": 250100}
 
1
+ {" <=": 250100, " <": 250101}
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "name_or_path": "google/mt5-large", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "name_or_path": "mt5-large-spider/", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}