jhonparra18 commited on
Commit
4978ead
1 Parent(s): d25b86a

add tokenizer

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3667280e672c428e793f8270f554ffb726b3030b5a46c975789dc2f3464d5ee7
3
  size 498712727
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1055e86027c55a96659a69f32fc37a398c6f7a76d13553e4b21c795af47f9c9
3
  size 498712727
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "jhonparra18/bert-base-cased-cv-studio_name-medium", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff