Rolv-Arild commited on
Commit
766e6d7
·
1 Parent(s): a5d5245

Add pytorch version

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +3 -0
  2. tokenizer_config.json +1 -1
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bcf2345e4a5552a3f8df97a4c4c6940edda8f980e114a11920839f3bd35d684
3
+ size 711981035
tokenizer_config.json CHANGED
@@ -1 +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, "special_tokens_map_file": null, "name_or_path": "NbAiLab/nb-bert-base", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
 
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, "special_tokens_map_file": null, "name_or_path": "./", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}