Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +3 -0
- runs/Feb13_04-57-49_a103299835e0/events.out.tfevents.1707800269.a103299835e0.17794.0 +3 -0
- runs/Feb13_04-58-21_a103299835e0/events.out.tfevents.1707800302.a103299835e0.17794.1 +3 -0
- runs/Feb13_04-58-33_a103299835e0/events.out.tfevents.1707800313.a103299835e0.17794.2 +3 -0
- runs/Feb13_05-00-00_a103299835e0/events.out.tfevents.1707800400.a103299835e0.17794.3 +3 -0
- runs/Feb13_05-10-55_a103299835e0/events.out.tfevents.1707801056.a103299835e0.17794.4 +3 -0
- tokenizer_config.json +43 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
"torch_dtype": "float32",
|
22 |
-
"transformers_version": "4.
|
23 |
"vocab_size": 30522
|
24 |
}
|
|
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.37.2",
|
23 |
"vocab_size": 30522
|
24 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27f0032fe896bd060cc121517040fc6a97144a10a51dacc6bda0b00a696f7962
|
3 |
+
size 265470032
|
runs/Feb13_04-57-49_a103299835e0/events.out.tfevents.1707800269.a103299835e0.17794.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80ecc228404f33525f1db17b00114dd313c0fb68a9c08776cc25fae509b89642
|
3 |
+
size 5387
|
runs/Feb13_04-58-21_a103299835e0/events.out.tfevents.1707800302.a103299835e0.17794.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e793a82fcd6c53def99d7b9507f227d5a6e117352014f0b14f3b4a3463a94e33
|
3 |
+
size 8048
|
runs/Feb13_04-58-33_a103299835e0/events.out.tfevents.1707800313.a103299835e0.17794.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52dfe6286565be3e3982c19e56304a091d6fbc8c1d822f155cdb8de8ea66ba45
|
3 |
+
size 139619
|
runs/Feb13_05-00-00_a103299835e0/events.out.tfevents.1707800400.a103299835e0.17794.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aad71e9dc0f5f05061938dc8b741a3c58d3fe875529c98353ef97547f466d10
|
3 |
+
size 4243
|
runs/Feb13_05-10-55_a103299835e0/events.out.tfevents.1707801056.a103299835e0.17794.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4e965ab6ed1c2f04d408e45c08bdc0bb6039ff5d190d4fe3f805a527f29b141
|
3 |
+
size 139619
|
tokenizer_config.json
CHANGED
@@ -1,12 +1,53 @@
|
|
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",
|
|
|
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": 512,
|
|
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
|
|
51 |
"strip_accents": null,
|
52 |
"tokenize_chinese_chars": true,
|
53 |
"tokenizer_class": "DistilBertTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21acca365f8b44b08c71ec92170c124caf850aad0eb4645751039de5dd8651ac
|
3 |
+
size 4728
|