mohamedashraf11 commited on
Commit
02d08d0
·
verified ·
1 Parent(s): 9fe7263

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:2cba265002ca85331e955db55aaf7105a2912fe37642fe8aceb91cbcc0fda000
3
  size 538440512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a96f4ff8bf1760b420da30ba2f1a80780ac680f18a9c1c2267e4733d1ae3ddf
3
  size 538440512
runs/Feb02_19-08-52_3a5395b179ef/events.out.tfevents.1706900958.3a5395b179ef.20667.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f3b9f7deff80c4578e9fc0bd45fdfaf27df71287333dbd9db1fbeb20b04e7e1
3
+ size 5353
runs/Feb02_19-08-52_3a5395b179ef/events.out.tfevents.1706901263.3a5395b179ef.20667.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa6b13b7e3f5cb60af2ad9778d5fb0b7663e020ea2dd019551d505bfef98bec4
3
+ size 359
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
@@ -4,18 +4,9 @@
4
  "direction": "Right",
5
  "max_length": 384,
6
  "strategy": "OnlySecond",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 384
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 31,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
  },
 
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
4
  "direction": "Right",
5
  "max_length": 384,
6
  "strategy": "OnlySecond",
7
+ "stride": 128
 
 
 
 
 
 
 
 
 
 
8
  },
9
+ "padding": null,
10
  "added_tokens": [
11
  {
12
  "id": 0,
tokenizer_config.json CHANGED
@@ -295,6 +295,7 @@
295
  "do_lower_case": false,
296
  "mask_token": "[MASK]",
297
  "max_len": 512,
 
298
  "model_max_length": 512,
299
  "never_split": [
300
  "+ك",
@@ -329,10 +330,16 @@
329
  "+ات",
330
  "[رابط]"
331
  ],
 
332
  "pad_token": "[PAD]",
 
 
333
  "sep_token": "[SEP]",
 
334
  "strip_accents": null,
335
  "tokenize_chinese_chars": true,
336
  "tokenizer_class": "BertTokenizer",
 
 
337
  "unk_token": "[UNK]"
338
  }
 
295
  "do_lower_case": false,
296
  "mask_token": "[MASK]",
297
  "max_len": 512,
298
+ "max_length": 384,
299
  "model_max_length": 512,
300
  "never_split": [
301
  "+ك",
 
330
  "+ات",
331
  "[رابط]"
332
  ],
333
+ "pad_to_multiple_of": null,
334
  "pad_token": "[PAD]",
335
+ "pad_token_type_id": 0,
336
+ "padding_side": "right",
337
  "sep_token": "[SEP]",
338
+ "stride": 0,
339
  "strip_accents": null,
340
  "tokenize_chinese_chars": true,
341
  "tokenizer_class": "BertTokenizer",
342
+ "truncation_side": "right",
343
+ "truncation_strategy": "only_second",
344
  "unk_token": "[UNK]"
345
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc365b8d5e63af643c84313d4ac9694b56de16b91233e113e1786d273fa748aa
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:375617fa1d274aef30ec6e690f425d861fb242a2a809bcc0588a66cb1f454b8b
3
  size 4536