Spencer Adams commited on
Commit
0b0b04f
1 Parent(s): 6ffe6b4

First version of the post-here model and tokenizer.

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
config.json ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e9bc313961d73841061d54fa941c13933f7934bd922891f73a2b0ae12b0252b
3
+ size 556656210
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_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, "name_or_path": "distilbert-base-multilingual-cased"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b997c9bde0acbb53bd0d65655ce751153292f976bb21b6c82a140eef5beaa4
3
+ size 1839
vocab.txt ADDED
The diff for this file is too large to render. See raw diff