Theimisa commited on
Commit
2d1ce67
1 Parent(s): 2f66c3a

Training in progress, step 2000

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dacfe52136c49d8ec3799ad4150fd78af9753bddf050885e78d6159c6202088
3
  size 267975343
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f24020799eef90990cb51efbbc8a34342ff53a4b889cd198c3aa40e8354f17a7
3
  size 267975343
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": true, "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": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29cfb614231f241e2f9458b002006de6781570df333f655d86cb6b148ffda167
3
  size 3055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68af3ebaa076aa5b0c80407a6a9e21949feeb6f8f7786aa5dc7efac4e0aae223
3
  size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff