AliChazz commited on
Commit
793e33c
1 Parent(s): b713baf

End of training

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:706c2ebcbc5cc9ac86485adf2fcc97a7e720e38d15b6e2b9d3beee9a2f95f9be
3
  size 438004853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecdad1bec13623936ad2095cef7268d70cea68910944baa85f77570470ba2ddb
3
  size 438004853
runs/Mar13_10-12-32_6b9dbcf76642/events.out.tfevents.1678702366.6b9dbcf76642.2824.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a11c1898db785afc65d797e95c6dacebd34d188cc8f2c6c599d522b537adaaa
3
- size 13155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f89f0aea2d7f6e7503a4bd908b763c8c1733c339c27615e7575c55741daa3bd
3
+ size 13972
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff