Abdelrahman2922
commited on
Training in progress, step 500
Browse files- config.json +25 -0
- model.safetensors +3 -0
- runs/Jun26_21-16-06_34f69d50ad1c/events.out.tfevents.1719436827.34f69d50ad1c.45068.0 +3 -0
- runs/Jun26_21-20-59_34f69d50ad1c/events.out.tfevents.1719436862.34f69d50ad1c.45068.1 +3 -0
- runs/Jun26_21-21-11_34f69d50ad1c/events.out.tfevents.1719436874.34f69d50ad1c.45068.2 +3 -0
- runs/Jun26_21-22-13_34f69d50ad1c/events.out.tfevents.1719436936.34f69d50ad1c.45068.3 +3 -0
- runs/Jun26_21-28-47_34f69d50ad1c/events.out.tfevents.1719437330.34f69d50ad1c.45068.4 +3 -0
- runs/Jun26_21-29-42_34f69d50ad1c/events.out.tfevents.1719437383.34f69d50ad1c.45068.5 +3 -0
- runs/Jun26_21-29-50_34f69d50ad1c/events.out.tfevents.1719437391.34f69d50ad1c.45068.6 +3 -0
- runs/Jun26_21-30-26_34f69d50ad1c/events.out.tfevents.1719437426.34f69d50ad1c.45068.7 +3 -0
- runs/Jun26_21-32-50_34f69d50ad1c/events.out.tfevents.1719437573.34f69d50ad1c.45068.8 +3 -0
- runs/Jun26_21-36-48_34f69d50ad1c/events.out.tfevents.1719437809.34f69d50ad1c.45068.9 +3 -0
- runs/Jun26_21-37-58_34f69d50ad1c/events.out.tfevents.1719437881.34f69d50ad1c.45068.10 +3 -0
- runs/Jun26_21-38-17_34f69d50ad1c/events.out.tfevents.1719437899.34f69d50ad1c.45068.11 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
16 |
+
"pad_token_id": 0,
|
17 |
+
"problem_type": "single_label_classification",
|
18 |
+
"qa_dropout": 0.1,
|
19 |
+
"seq_classif_dropout": 0.2,
|
20 |
+
"sinusoidal_pos_embds": false,
|
21 |
+
"tie_weights_": true,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.41.2",
|
24 |
+
"vocab_size": 30522
|
25 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d5bf9b39ad998dec362501776b9b14b8ee81295744da3cf371a501fa8203774
|
3 |
+
size 267832560
|
runs/Jun26_21-16-06_34f69d50ad1c/events.out.tfevents.1719436827.34f69d50ad1c.45068.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d99559c2f9b01c2ecd2f66a2fff5c7205a769268606119da64664814332a487e
|
3 |
+
size 9496
|
runs/Jun26_21-20-59_34f69d50ad1c/events.out.tfevents.1719436862.34f69d50ad1c.45068.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d8fd42ccb4ccf10b57795058bd6215ef0c1445d75d2e8452748db8f0bd1d1ab
|
3 |
+
size 4789
|
runs/Jun26_21-21-11_34f69d50ad1c/events.out.tfevents.1719436874.34f69d50ad1c.45068.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76fff90ecad4a9fa77422d1a31b68c66bbafbe463b29039504d928a840060e6b
|
3 |
+
size 4789
|
runs/Jun26_21-22-13_34f69d50ad1c/events.out.tfevents.1719436936.34f69d50ad1c.45068.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7512a17bf588772f2375c969941e0d0939bc27318be9822c3305823d6d12b885
|
3 |
+
size 4789
|
runs/Jun26_21-28-47_34f69d50ad1c/events.out.tfevents.1719437330.34f69d50ad1c.45068.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f14732b0022d030590768c7537a156ea858cfaf710483f061f01ebcd2fc5727
|
3 |
+
size 9490
|
runs/Jun26_21-29-42_34f69d50ad1c/events.out.tfevents.1719437383.34f69d50ad1c.45068.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66510bdfe200027ad63c7a69b50c296b7ec9d75800e9a1d0e23b8b8091296e88
|
3 |
+
size 4790
|
runs/Jun26_21-29-50_34f69d50ad1c/events.out.tfevents.1719437391.34f69d50ad1c.45068.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58da0c6e9789864dd52a8549138915963a574aa2c2dbcdab8de3f4522b89e554
|
3 |
+
size 4788
|
runs/Jun26_21-30-26_34f69d50ad1c/events.out.tfevents.1719437426.34f69d50ad1c.45068.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de6539064eaa9df741b5745f4bae84c73c9187428ecff46d11f0f89edd5bbd5b
|
3 |
+
size 4788
|
runs/Jun26_21-32-50_34f69d50ad1c/events.out.tfevents.1719437573.34f69d50ad1c.45068.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ce089b9adeab27ba590b6b2c36687eb73c0531b2d06a72f756a3c5e2d962110
|
3 |
+
size 4788
|
runs/Jun26_21-36-48_34f69d50ad1c/events.out.tfevents.1719437809.34f69d50ad1c.45068.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16bd186b9de25da91026f2fb7e7dd272327fc914d16633780a1e23b8ffb1e8b2
|
3 |
+
size 4788
|
runs/Jun26_21-37-58_34f69d50ad1c/events.out.tfevents.1719437881.34f69d50ad1c.45068.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1641df6eee43d0cee24cd3b2c758deb523273e5e27537bc1b12550d685ad1138
|
3 |
+
size 9588
|
runs/Jun26_21-38-17_34f69d50ad1c/events.out.tfevents.1719437899.34f69d50ad1c.45068.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d509e9ec8fceda3ef58ab3a4e800ba59c4cbf010eeddf98c772f9deee92c0ba7
|
3 |
+
size 4838
|
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": 512,
|
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:fd890de84f8225359654998868a4366c8a07ddad6a399437811943c8e0acefe8
|
3 |
+
size 5176
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|