patrickvonplaten commited on
Commit
63c7077
1 Parent(s): 5faf6eb
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "tokenizer_file": "./tokenizer.json", "src_lang": null, "tgt_lang": null, "additional_special_tokens": null, "keep_accents": true, "special_tokens_map_file": "./special_tokens_map.json", "name_or_path": "./", "tokenizer_class": "MBartTokenizer"}
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "src_lang": null, "tgt_lang": null, "additional_special_tokens": null, "sp_model_kwargs": {}, "keep_accents": true, "special_tokens_map_file": "./special_tokens_map.json", "name_or_path": "./", "tokenizer_class": "MBartTokenizer"}