Pedrampd commited on
Commit
4bca972
·
1 Parent(s): 56764d6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938c3eb0f766d81cfe2d7980e842a539d2a75223981ab3dca4a0593b221fcccb
3
+ size 871476805
runs/Jul22_00-37-10_aa9167f41819/events.out.tfevents.1689986243.aa9167f41819.342.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a43f273c664d3a9852ed90470014c68dbb1028035e2fe4c70323714b3eb0b7
3
+ size 3375
runs/Jul22_00-57-58_aa9167f41819/events.out.tfevents.1689987485.aa9167f41819.342.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5203a63648e56f9af7226a6639b7a39af76fcccaed1e2f6d4d607f03789f0c73
3
+ size 3375
runs/Jul22_01-01-58_aa9167f41819/events.out.tfevents.1689987728.aa9167f41819.342.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71b0000d7819cb6a1a335e6c8afb710fb82e12c886de45c47f561ec143827052
3
+ size 3375
runs/Jul22_01-02-55_aa9167f41819/events.out.tfevents.1689987778.aa9167f41819.342.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a2983eeaa4727f6416dc25803a249d6694f1766aa9b77843491e5c00b05cdc3
3
+ size 6662
runs/Jul22_01-06-01_aa9167f41819/events.out.tfevents.1689987965.aa9167f41819.342.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4113044d95645dd39b6ca61b8944c2e5f3ecb15a03f49c9d28e428d24c5789d3
3
+ size 3803
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac965ac419daf0e4214c7c1b435b89c707e2dd2f91f000dbb5a8e6a03e06b1ed
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff