mriggs commited on
Commit
676d3f4
1 Parent(s): ce7f8f1

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "<unk>", "bos_token": "<s>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "</s>", "mask_token": "<special1>", "additional_special_tokens": ["<special0>", "<special1>", "<special2>", "<special3>", "<special4>", "<special5>", "<special6>", "<special7>", "<special8>", "<special9>"], "lang2id": null, "id2lang": null, "do_lowercase_and_remove_accent": true, "do_lowercase": true, "do_lower_case": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "flaubert/flaubert_base_uncased", "tokenizer_class": "FlaubertTokenizer"}