JosephTK commited on
Commit
5a3d23f
·
1 Parent(s): 8175545

Training in progress, step 500

Browse files
runs/May15_16-26-32_15c9f1379f26/events.out.tfevents.1684167994.15c9f1379f26.2743.9 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ceebdbecb752e2edcdf91cf628c13b88d0f7645f7b15b5d22cd077ac2344b3df
3
- size 4712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7b1b5b1161633d444e176ba334a4741d6e1a8c3487fdbb5553e66afecb1f4f
3
+ size 5140
runs/May15_16-31-14_15c9f1379f26/1684168277.5992122/events.out.tfevents.1684168277.15c9f1379f26.2743.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba7c924ab6bd3b40ab4b00ff8603e1f5c929d370e6716a4ecf2262179d6899f7
3
+ size 5919
runs/May15_16-31-14_15c9f1379f26/events.out.tfevents.1684168277.15c9f1379f26.2743.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0027f19229430b82da5e8174f115386e75bf7356097f5e03a5e23febabdd4bbe
3
+ size 4712
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88747a965d406dc44e9920ebf0649eb29a6195197ec60c471c0121114770b22f
3
  size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06a7d77197c531a369ae9c1aa90ccf6ed87e17b1ad5b799ee07ea177f2374a47
3
  size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff