Ehsanl commited on
Commit
01cb80a
·
verified ·
1 Parent(s): 37ca384

Training in progress, epoch 1

Browse files
Files changed (36) hide show
  1. config.json +28 -0
  2. merges.txt +0 -0
  3. model.safetensors +3 -0
  4. runs/Aug18_15-15-05_elotfi/events.out.tfevents.1755530337.elotfi.2032070.0 +3 -0
  5. runs/Jul23_12-29-45_elotfi/events.out.tfevents.1753273791.elotfi.16249.0 +3 -0
  6. runs/Jul23_12-30-46_elotfi/events.out.tfevents.1753273851.elotfi.16584.0 +3 -0
  7. runs/Jul24_09-54-57_elotfi/events.out.tfevents.1753350916.elotfi.147164.0 +3 -0
  8. runs/Jul24_09-56-52_elotfi/events.out.tfevents.1753351023.elotfi.147667.0 +3 -0
  9. runs/Jul24_09-57-32_elotfi/events.out.tfevents.1753351061.elotfi.147912.0 +3 -0
  10. runs/Jul24_09-58-01_elotfi/events.out.tfevents.1753351091.elotfi.148150.0 +3 -0
  11. runs/Jul24_10-43-32_elotfi/events.out.tfevents.1753353818.elotfi.154081.0 +3 -0
  12. runs/Jul24_10-48-19_elotfi/events.out.tfevents.1753354107.elotfi.154702.0 +3 -0
  13. runs/Jul24_10-49-19_elotfi/events.out.tfevents.1753354165.elotfi.155005.0 +3 -0
  14. runs/Jul24_10-50-05_elotfi/events.out.tfevents.1753354210.elotfi.155303.0 +3 -0
  15. runs/Jul24_10-50-47_elotfi/events.out.tfevents.1753354253.elotfi.155571.0 +3 -0
  16. runs/Jul25_11-50-41_elotfi/events.out.tfevents.1753444261.elotfi.307156.0 +3 -0
  17. runs/Jul25_11-54-55_elotfi/events.out.tfevents.1753444499.elotfi.307936.0 +3 -0
  18. runs/Jul25_12-58-13_elotfi/events.out.tfevents.1753448297.elotfi.315668.0 +3 -0
  19. runs/Jul25_13-19-58_elotfi/events.out.tfevents.1753449603.elotfi.318279.0 +3 -0
  20. runs/Jul25_13-26-38_elotfi/events.out.tfevents.1753450002.elotfi.319165.0 +3 -0
  21. runs/Jul25_13-27-23_elotfi/events.out.tfevents.1753450047.elotfi.319390.0 +3 -0
  22. runs/Jul25_13-28-13_elotfi/events.out.tfevents.1753450097.elotfi.319619.0 +3 -0
  23. runs/Jul25_13-29-33_elotfi/events.out.tfevents.1753450177.elotfi.319873.0 +3 -0
  24. runs/Jul25_13-30-51_elotfi/events.out.tfevents.1753450255.elotfi.320183.0 +3 -0
  25. runs/Jul25_13-32-30_elotfi/events.out.tfevents.1753450355.elotfi.320481.0 +3 -0
  26. runs/Jul25_13-34-31_elotfi/events.out.tfevents.1753450476.elotfi.320841.0 +3 -0
  27. runs/Jul25_13-36-09_elotfi/events.out.tfevents.1753450574.elotfi.321311.0 +3 -0
  28. runs/Jul25_13-57-53_elotfi/events.out.tfevents.1753451900.elotfi.323768.0 +3 -0
  29. runs/Jul25_13-58-45_elotfi/events.out.tfevents.1753451930.elotfi.324130.0 +3 -0
  30. runs/Jul25_14-00-57_elotfi/events.out.tfevents.1753452062.elotfi.324553.0 +3 -0
  31. runs/Jul25_14-01-45_elotfi/events.out.tfevents.1753452109.elotfi.324781.0 +3 -0
  32. special_tokens_map.json +51 -0
  33. tokenizer.json +0 -0
  34. tokenizer_config.json +58 -0
  35. training_args.bin +3 -0
  36. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.52.4",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 40000
28
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c3fafce1b77000e509f801a2de96886d2eca18fe91fb86a419b965052295c1
3
+ size 233546712
runs/Aug18_15-15-05_elotfi/events.out.tfevents.1755530337.elotfi.2032070.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0d056de7b7dc87d89033e6a48e9aeb49ca3e190465d2dc4e8cd84ba22ac4a4f
3
+ size 65757
runs/Jul23_12-29-45_elotfi/events.out.tfevents.1753273791.elotfi.16249.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef3680d2c30a90cae4f85aeb0707490b9984cba15efbf2136fb766b270ff78cb
3
+ size 4399
runs/Jul23_12-30-46_elotfi/events.out.tfevents.1753273851.elotfi.16584.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a90de93b102da3042a89ca8f6bfbed0aa08b9a12e87ffea7acc280da0c1cceaa
3
+ size 242570
runs/Jul24_09-54-57_elotfi/events.out.tfevents.1753350916.elotfi.147164.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b45513c07ef257d75a297dd6532d5ea5788a8cea327bde855ebb09933e23bfc
3
+ size 4397
runs/Jul24_09-56-52_elotfi/events.out.tfevents.1753351023.elotfi.147667.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f3a0c13e6378a11853ab1ff4769a31a6e5314e9861361ec2e7ade4666f53c6
3
+ size 4397
runs/Jul24_09-57-32_elotfi/events.out.tfevents.1753351061.elotfi.147912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063b7d1017fb6981814221ad9326e560b29bfa0193c97f3c6df8a450e31a69c4
3
+ size 4397
runs/Jul24_09-58-01_elotfi/events.out.tfevents.1753351091.elotfi.148150.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7eedc0df1f280c34b373ef2d9af7983993d339a23715299650b81795edb07aa
3
+ size 4397
runs/Jul24_10-43-32_elotfi/events.out.tfevents.1753353818.elotfi.154081.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:495f5fd140e68b270650616be07086983ee5a37b12027f1c3cc0299b3e168be2
3
+ size 4397
runs/Jul24_10-48-19_elotfi/events.out.tfevents.1753354107.elotfi.154702.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f2759e360c471744b08f99d510b9f6f78d7721f75937ca178180fe5a1f8292
3
+ size 4397
runs/Jul24_10-49-19_elotfi/events.out.tfevents.1753354165.elotfi.155005.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1792b38d8f332b97896b913df0aaf5b4d1ca3803a2b6c7207907b9345f5ec2d4
3
+ size 5225
runs/Jul24_10-50-05_elotfi/events.out.tfevents.1753354210.elotfi.155303.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec5fe41d92feeb4a232e3e23b9a4fdb78261053e154001c4309fe3a998c2906
3
+ size 4397
runs/Jul24_10-50-47_elotfi/events.out.tfevents.1753354253.elotfi.155571.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe449834da2dfe4f0352c7c3332819c867d0ae56b27534359cc4ef745a9ac0b
3
+ size 4604
runs/Jul25_11-50-41_elotfi/events.out.tfevents.1753444261.elotfi.307156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491ad9706d691ad4368192d4dbc5c756b0e381337d47be528b44195f20a614be
3
+ size 4397
runs/Jul25_11-54-55_elotfi/events.out.tfevents.1753444499.elotfi.307936.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562ec841992c993950bc005528c2053a0794e450f8d649268fda4ebd602b9412
3
+ size 4397
runs/Jul25_12-58-13_elotfi/events.out.tfevents.1753448297.elotfi.315668.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19beddf1a6a74b7880b688f10d458eda2fb8fe0b965ef89c1577fde235a37da1
3
+ size 4397
runs/Jul25_13-19-58_elotfi/events.out.tfevents.1753449603.elotfi.318279.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6310a12d6b0c55ceb0daf23eb74e3140df481da311cad35976853e4e22e49f29
3
+ size 4397
runs/Jul25_13-26-38_elotfi/events.out.tfevents.1753450002.elotfi.319165.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0fed186c39739c061548ca192cc4b82856ad371de52ce9bc95225fbe6ded2b
3
+ size 4397
runs/Jul25_13-27-23_elotfi/events.out.tfevents.1753450047.elotfi.319390.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e05028b43dacb808e6e6e9455ef3e1ce28c3116ee447059ba476c4cf6f4d6d
3
+ size 4397
runs/Jul25_13-28-13_elotfi/events.out.tfevents.1753450097.elotfi.319619.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bfbba7f44e3e10d54e89bb7155a581d4c883c943ea9f5433f8670cb9fcbb134
3
+ size 4397
runs/Jul25_13-29-33_elotfi/events.out.tfevents.1753450177.elotfi.319873.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:479c9719fca65b4ab9be64ea89eb4aa5a9baac4e8d9b31c1d31a91fe4c586bad
3
+ size 4397
runs/Jul25_13-30-51_elotfi/events.out.tfevents.1753450255.elotfi.320183.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7d394a20259cf8539e5c5d4cfdf6526b8d9a380d710661eda2386823f4b3c8
3
+ size 4397
runs/Jul25_13-32-30_elotfi/events.out.tfevents.1753450355.elotfi.320481.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18376135fe45db9d48d72778b5ac05af64d8df461021a5bb4805daf9390a2059
3
+ size 4397
runs/Jul25_13-34-31_elotfi/events.out.tfevents.1753450476.elotfi.320841.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f775df0415592b458cacefdf7b61bc42749e7a820e264107e7ad22033db6c73
3
+ size 5432
runs/Jul25_13-36-09_elotfi/events.out.tfevents.1753450574.elotfi.321311.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e43f5afc6714850c9b103714751204e0f8c35573e605ba8364d0ab2db65dcc1
3
+ size 4397
runs/Jul25_13-57-53_elotfi/events.out.tfevents.1753451900.elotfi.323768.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29dcf3b9a123cca7c73824865c5578dceb30a27411b01c471e40e49a0afff718
3
+ size 4405
runs/Jul25_13-58-45_elotfi/events.out.tfevents.1753451930.elotfi.324130.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbfe534f76ac5eccaed338f91538e4ba78f017095deb775d93a228fc901c566e
3
+ size 4405
runs/Jul25_14-00-57_elotfi/events.out.tfevents.1753452062.elotfi.324553.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f778f3c852a1ff193768e90a50200bc21567235fbd3b0ae55482a20511fff5d
3
+ size 4405
runs/Jul25_14-01-45_elotfi/events.out.tfevents.1753452109.elotfi.324781.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2ffff985ff8aaeb82b659c7a393d1a20c49e206914da6c8e2a7a217e05bdd5a
3
+ size 4405
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "39984": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 512,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f33d9f5eb4a9c2007ad7a62da64c7e595f390bd183eaf48966c4b873bf00cf8
3
+ size 5560
vocab.json ADDED
The diff for this file is too large to render. See raw diff