emifjo commited on
Commit
e79753f
1 Parent(s): 2a7b440

Model save

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6fbde2c61b88607cf415aafb0ec76e1007d6966d41a2a043db7aebe57ff4e657
3
  size 267858605
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f3a2c21490a528f8a29253f92776fdbc55828dcfc887d98a68006832ba764e6
3
  size 267858605
runs/Mar01_13-09-19_cfcd8dc84d19/events.out.tfevents.1677676231.cfcd8dc84d19.489.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa462f0ef5427bd03c26bb3d4f98bb8ca850d670e214b90d331a14d30bea7ac8
3
- size 8324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2125c1c8dd86b01871662ae4059c828daae742e2b9c8ae7e61fb69de316b0e3
3
+ size 9001
runs/Mar01_13-09-19_cfcd8dc84d19/events.out.tfevents.1677679423.cfcd8dc84d19.489.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcc0b853a145bf50946921c53301f08dea4c2b29c44ee414390d33cdfdc69e0
3
+ size 363
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": "distilbert-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": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff