sibumi commited on
Commit
efceaab
1 Parent(s): 81fd043

Training in progress, epoch 1

Browse files
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ac2415612ac47a489598d926b6805e28cfa79352007738d5725e908a42f56d
3
+ size 270216312
runs/May05_14-44-11_0090913dd69c/events.out.tfevents.1714920252.0090913dd69c.281.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e58c2da1dacd58516cf95e1eea70fdc108b734a5db6c161dae146a6267303a65
3
+ size 7057
runs/May05_15-18-39_0090913dd69c/events.out.tfevents.1714922322.0090913dd69c.281.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fad5183c9c322103f8b1f7241e7829eacdc97c3df249d0f8ff372deaef1418c
3
+ size 8261
runs/May05_16-24-43_0090913dd69c/events.out.tfevents.1714926285.0090913dd69c.281.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811109063e28aa8ab1f8c2e734f9b4068760f4e8db498cd1aa27d774e45f8d92
3
+ size 4769
runs/May05_16-25-16_0090913dd69c/events.out.tfevents.1714926317.0090913dd69c.281.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2574c6b1f939db8af0d9b290abc49a8349e074fd853a3c74f79f2f12b850528b
3
+ size 4818
runs/May05_16-27-57_0090913dd69c/events.out.tfevents.1714926478.0090913dd69c.281.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05326f07f909271a7ead9f922cf15f56016e282b1ffc5a294d77ffd89c58d0d3
3
+ size 5514
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 1000000000000000019884624838656,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:597bbd6f0a4f5717d9537dd337cd9b09cd3f4412bd9b6031567081f3d047f5e8
3
+ size 5048
vocab.txt ADDED
The diff for this file is too large to render. See raw diff