Training in progress, step 500
Browse files- config.json +9 -3
- model.safetensors +2 -2
- runs/Feb01_12-48-22_c2819caf894e/events.out.tfevents.1706791711.c2819caf894e.3019.2 +2 -2
- runs/Feb01_12-48-22_c2819caf894e/events.out.tfevents.1706793847.c2819caf894e.3019.3 +3 -0
- runs/Feb01_14-23-44_c2819caf894e/events.out.tfevents.1706797425.c2819caf894e.3019.4 +3 -0
- special_tokens_map.json +5 -35
- tokenizer.json +0 -0
- tokenizer_config.json +1 -25
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
@@ -12,11 +14,15 @@
|
|
12 |
"intermediate_size": 3072,
|
13 |
"layer_norm_eps": 1e-12,
|
14 |
"max_position_embeddings": 512,
|
15 |
-
"model_type": "
|
16 |
"num_attention_heads": 12,
|
17 |
"num_hidden_layers": 12,
|
18 |
"pad_token_id": 0,
|
19 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
20 |
"torch_dtype": "float32",
|
21 |
"transformers_version": "4.35.2",
|
22 |
"type_vocab_size": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Damith/AraELECTRA-discriminator-QuranQA",
|
3 |
"architectures": [
|
4 |
+
"ElectraForQuestionAnswering"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
+
"embedding_size": 768,
|
9 |
+
"generator_hidden_size": 0.33333,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
|
|
14 |
"intermediate_size": 3072,
|
15 |
"layer_norm_eps": 1e-12,
|
16 |
"max_position_embeddings": 512,
|
17 |
+
"model_type": "electra",
|
18 |
"num_attention_heads": 12,
|
19 |
"num_hidden_layers": 12,
|
20 |
"pad_token_id": 0,
|
21 |
"position_embedding_type": "absolute",
|
22 |
+
"summary_activation": "gelu",
|
23 |
+
"summary_last_dropout": 0.1,
|
24 |
+
"summary_type": "first",
|
25 |
+
"summary_use_proj": true,
|
26 |
"torch_dtype": "float32",
|
27 |
"transformers_version": "4.35.2",
|
28 |
"type_vocab_size": 2,
|
model.safetensors
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:9195e9021569b4bfff14e9d9156cc44d9bcb1803dc8ecd44267427f7c3513d36
|
3 |
+
size 538441104
|
runs/Feb01_12-48-22_c2819caf894e/events.out.tfevents.1706791711.c2819caf894e.3019.2
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:c92409b27b08dff30fd96fe0bcfa51d6a5465df4592ef899dfde24df5c89ed20
|
3 |
+
size 7727
|
runs/Feb01_12-48-22_c2819caf894e/events.out.tfevents.1706793847.c2819caf894e.3019.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac38083a0de7f71857d847044db869f507800cd93828155702ba69340f4600aa
|
3 |
+
size 359
|
runs/Feb01_14-23-44_c2819caf894e/events.out.tfevents.1706797425.c2819caf894e.3019.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74da607cbaac5013b1e94413558e92632718f2be764207bd5d5432112404c7a7
|
3 |
+
size 5391
|
special_tokens_map.json
CHANGED
@@ -1,37 +1,7 @@
|
|
1 |
{
|
2 |
-
"cls_token":
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"mask_token": {
|
10 |
-
"content": "[MASK]",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": {
|
17 |
-
"content": "[PAD]",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
-
"rstrip": false,
|
21 |
-
"single_word": false
|
22 |
-
},
|
23 |
-
"sep_token": {
|
24 |
-
"content": "[SEP]",
|
25 |
-
"lstrip": false,
|
26 |
-
"normalized": false,
|
27 |
-
"rstrip": false,
|
28 |
-
"single_word": false
|
29 |
-
},
|
30 |
-
"unk_token": {
|
31 |
-
"content": "[UNK]",
|
32 |
-
"lstrip": false,
|
33 |
-
"normalized": false,
|
34 |
-
"rstrip": false,
|
35 |
-
"single_word": false
|
36 |
-
}
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -39,30 +39,6 @@
|
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
"special": true
|
42 |
-
},
|
43 |
-
"5": {
|
44 |
-
"content": "[رابط]",
|
45 |
-
"lstrip": false,
|
46 |
-
"normalized": true,
|
47 |
-
"rstrip": false,
|
48 |
-
"single_word": true,
|
49 |
-
"special": true
|
50 |
-
},
|
51 |
-
"6": {
|
52 |
-
"content": "[بريد]",
|
53 |
-
"lstrip": false,
|
54 |
-
"normalized": true,
|
55 |
-
"rstrip": false,
|
56 |
-
"single_word": true,
|
57 |
-
"special": true
|
58 |
-
},
|
59 |
-
"7": {
|
60 |
-
"content": "[مستخدم]",
|
61 |
-
"lstrip": false,
|
62 |
-
"normalized": true,
|
63 |
-
"rstrip": false,
|
64 |
-
"single_word": true,
|
65 |
-
"special": true
|
66 |
}
|
67 |
},
|
68 |
"clean_up_tokenization_spaces": true,
|
@@ -81,6 +57,6 @@
|
|
81 |
"sep_token": "[SEP]",
|
82 |
"strip_accents": null,
|
83 |
"tokenize_chinese_chars": true,
|
84 |
-
"tokenizer_class": "
|
85 |
"unk_token": "[UNK]"
|
86 |
}
|
|
|
39 |
"rstrip": false,
|
40 |
"single_word": false,
|
41 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
}
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
|
|
57 |
"sep_token": "[SEP]",
|
58 |
"strip_accents": null,
|
59 |
"tokenize_chinese_chars": true,
|
60 |
+
"tokenizer_class": "ElectraTokenizer",
|
61 |
"unk_token": "[UNK]"
|
62 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dec331b4663e652d47ab244ca8b177af35eb02c79387cdc147409bd2943d2aa6
|
3 |
size 4600
|