mohamedashraf11 commited on
Commit
4c40668
1 Parent(s): a1bea50

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "ZeyadAhmed/AraElectra-Arabic-SQuADv2-QA",
3
  "architectures": [
4
  "ElectraForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "/content/AraElectra-Arabic-SQuADv2-QA-finetuned-squad",
3
  "architectures": [
4
  "ElectraForQuestionAnswering"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1560e0532160f2b8452c1dd34a097bbc6a9913fd069e6005cfc355ef0f51819
3
  size 538441104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3067f5a952a73f7795f63572edacb0a6ab9e9f603d87847b30376b9de0141d4f
3
  size 538441104
runs/Feb03_12-02-21_b9dd70539b3c/events.out.tfevents.1706961751.b9dd70539b3c.2148.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a62ee7155b4c0518d5ca205a90543baf3ca15bb96930f9200ca80c54072751f
3
- size 5621
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b593d48557b0a67293113cdfd24df22574307c5edee78ec05c1c15fc2f0732b
3
+ size 6246
runs/Feb03_12-24-28_b9dd70539b3c/events.out.tfevents.1706963076.b9dd70539b3c.2148.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ee313a54fdeed88613a35ebc66b7b153ec60c433deb4bdb01ce668cbcd4359
3
+ size 4936
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
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
  }
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "OnlySecond",
7
- "stride": 410
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 0,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
tokenizer_config.json CHANGED
@@ -47,16 +47,23 @@
47
  "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "max_len": 512,
 
50
  "model_max_length": 512,
51
  "never_split": [
52
  "[بريد]",
53
  "[مستخدم]",
54
  "[رابط]"
55
  ],
 
56
  "pad_token": "[PAD]",
 
 
57
  "sep_token": "[SEP]",
 
58
  "strip_accents": null,
59
  "tokenize_chinese_chars": true,
60
  "tokenizer_class": "ElectraTokenizer",
 
 
61
  "unk_token": "[UNK]"
62
  }
 
47
  "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "max_len": 512,
50
+ "max_length": 512,
51
  "model_max_length": 512,
52
  "never_split": [
53
  "[بريد]",
54
  "[مستخدم]",
55
  "[رابط]"
56
  ],
57
+ "pad_to_multiple_of": null,
58
  "pad_token": "[PAD]",
59
+ "pad_token_type_id": 0,
60
+ "padding_side": "right",
61
  "sep_token": "[SEP]",
62
+ "stride": 410,
63
  "strip_accents": null,
64
  "tokenize_chinese_chars": true,
65
  "tokenizer_class": "ElectraTokenizer",
66
+ "truncation_side": "right",
67
+ "truncation_strategy": "only_second",
68
  "unk_token": "[UNK]"
69
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91a3611adf949ae9dd46d2c3389ba1764067b20bb9d45b87a0befd86e09273b7
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49272b07fca5a8f788b30ac46d0c405b07ca2d52ad6ef630659593b5473a185a
3
  size 4600