Willilamvel commited on
Commit
8dac48e
1 Parent(s): e18c68a

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18cd2bda99e1a222d803458ff8aca1689f2d3e3666ca2c4e889bfcd582f023ce
3
  size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5e80846199c29d04011ed2b8acb169b3180817eaff909dac3e489a41b7bcd6
3
  size 430929740
runs/May25_23-19-17_54752919a0a5/events.out.tfevents.1716681065.54752919a0a5.1301.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6fec800e8e1d9a979fb55016ac73da6603efffa35b85a4c6783397ff3fa7a6
3
+ size 10000
runs/May26_00-23-09_54752919a0a5/events.out.tfevents.1716683015.54752919a0a5.1301.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5a889fa67a5e7b18683f783dcab9f776dc957e661e309fa9b9f46505584eeb
3
+ size 6463
runs/May26_00-33-30_54752919a0a5/events.out.tfevents.1716683653.54752919a0a5.1301.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87ecfb96a1cf5f8c1203d987b60e7f0cbccb71cc741a11629a8ce133971b294
3
+ size 7357
runs/May26_00-33-30_54752919a0a5/events.out.tfevents.1716684253.54752919a0a5.1301.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf8884021eca446d7f46d93d17597f68316b620c43ef42d2ab5b06cd529bb28
3
+ size 7357
runs/May26_01-45-50_54752919a0a5/events.out.tfevents.1716687960.54752919a0a5.1301.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79f8db8cc9336c2ce2a444c01916d13c75628f0bafc2b50ee4b445bb55322b6
3
+ size 6486
runs/May26_02-27-49_54752919a0a5/events.out.tfevents.1716690502.54752919a0a5.1301.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce955afc64c061432bc1705b5a202dbc23f9cdbed231b3cd991c14d57fe5d01a
3
+ size 5221
runs/May26_02-27-49_54752919a0a5/events.out.tfevents.1716690547.54752919a0a5.1301.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f770b6ea377eb8675bb042e108e393ee763636b7177498435b2f62f93e45a8b
3
+ size 6469
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": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
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:23d28ddeedff2a5ff553416f72f62a68d498255161489c9cdc0d7f6d5e5139c4
3
+ size 5176
vocab.txt ADDED
The diff for this file is too large to render. See raw diff