salbatarni commited on
Commit
b87113e
1 Parent(s): 045ca22

Training in progress, step 57

Browse files
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/bert-base-arabertv02
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: arabert_cross_relevance_task1_fold6
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # arabert_cross_relevance_task1_fold6
14
+
15
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabertv02](https://huggingface.co/aubmindlab/bert-base-arabertv02) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2541
18
+ - Qwk: 0.2373
19
+ - Mse: 0.2539
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 1
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Qwk | Mse |
49
+ |:-------------:|:------:|:----:|:---------------:|:------:|:------:|
50
+ | No log | 0.0333 | 2 | 0.3369 | 0.1172 | 0.3369 |
51
+ | No log | 0.0667 | 4 | 0.4978 | 0.3977 | 0.4978 |
52
+ | No log | 0.1 | 6 | 0.4733 | 0.3519 | 0.4733 |
53
+ | No log | 0.1333 | 8 | 0.3071 | 0.0964 | 0.3071 |
54
+ | No log | 0.1667 | 10 | 0.2732 | 0.1475 | 0.2733 |
55
+ | No log | 0.2 | 12 | 0.2941 | 0.2325 | 0.2943 |
56
+ | No log | 0.2333 | 14 | 0.2888 | 0.2076 | 0.2890 |
57
+ | No log | 0.2667 | 16 | 0.2781 | 0.2076 | 0.2782 |
58
+ | No log | 0.3 | 18 | 0.3038 | 0.2583 | 0.3038 |
59
+ | No log | 0.3333 | 20 | 0.3106 | 0.2515 | 0.3105 |
60
+ | No log | 0.3667 | 22 | 0.2932 | 0.2691 | 0.2930 |
61
+ | No log | 0.4 | 24 | 0.2674 | 0.2167 | 0.2669 |
62
+ | No log | 0.4333 | 26 | 0.2571 | 0.2325 | 0.2564 |
63
+ | No log | 0.4667 | 28 | 0.2516 | 0.2282 | 0.2509 |
64
+ | No log | 0.5 | 30 | 0.2513 | 0.2352 | 0.2506 |
65
+ | No log | 0.5333 | 32 | 0.2536 | 0.2414 | 0.2531 |
66
+ | No log | 0.5667 | 34 | 0.2678 | 0.2304 | 0.2674 |
67
+ | No log | 0.6 | 36 | 0.2837 | 0.2448 | 0.2832 |
68
+ | No log | 0.6333 | 38 | 0.3006 | 0.2257 | 0.3000 |
69
+ | No log | 0.6667 | 40 | 0.3090 | 0.2226 | 0.3084 |
70
+ | No log | 0.7 | 42 | 0.2975 | 0.2250 | 0.2971 |
71
+ | No log | 0.7333 | 44 | 0.2897 | 0.2572 | 0.2894 |
72
+ | No log | 0.7667 | 46 | 0.2878 | 0.2779 | 0.2875 |
73
+ | No log | 0.8 | 48 | 0.2796 | 0.2786 | 0.2794 |
74
+ | No log | 0.8333 | 50 | 0.2697 | 0.2649 | 0.2695 |
75
+ | No log | 0.8667 | 52 | 0.2639 | 0.2578 | 0.2637 |
76
+ | No log | 0.9 | 54 | 0.2596 | 0.2436 | 0.2594 |
77
+ | No log | 0.9333 | 56 | 0.2564 | 0.2443 | 0.2562 |
78
+ | No log | 0.9667 | 58 | 0.2544 | 0.2373 | 0.2543 |
79
+ | No log | 1.0 | 60 | 0.2541 | 0.2373 | 0.2539 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.44.0
85
+ - Pytorch 2.4.0
86
+ - Datasets 2.21.0
87
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "aubmindlab/bert-base-arabertv02",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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,
11
+ "id2label": {
12
+ "0": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
+ "problem_type": "regression",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.44.0",
29
+ "type_vocab_size": 2,
30
+ "use_cache": true,
31
+ "vocab_size": 64000
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eeff1956f13039f6411c0bd30be2a8b167b99f28108c8885fef489ae5b73254
3
+ size 540799996
runs/Sep01_12-41-05_04a6a2005c12/events.out.tfevents.1725194467.04a6a2005c12.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec63f7f05065dd34acc06e712e406cf4260dde61e955142914a8315ac3c70242
3
+ size 15353
runs/Sep01_12-41-05_04a6a2005c12/events.out.tfevents.1725194639.04a6a2005c12.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009f042d1e00e64043a9985ad8b4e8b9db8bdeb8dfd7fc029b9c2372b5e13fb0
3
+ size 446
runs/Sep01_12-44-00_04a6a2005c12/events.out.tfevents.1725194641.04a6a2005c12.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40581434d938eda9645349c8cd92010fe9050cae3bf746da99017383ac455e43
3
+ size 16427
runs/Sep01_12-44-00_04a6a2005c12/events.out.tfevents.1725194774.04a6a2005c12.23.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab273b3cab912505c63e68063238f4a9207d937a42a8503e58526abb72224c8
3
+ size 446
runs/Sep01_12-46-15_04a6a2005c12/events.out.tfevents.1725194776.04a6a2005c12.23.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9533110ca8ece6ee704c664c04dc232d1f62c19c746f83d61b3bcdac57c52711
3
+ size 16785
runs/Sep01_12-46-15_04a6a2005c12/events.out.tfevents.1725194894.04a6a2005c12.23.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366703dde010e0db39a8e72ec8599150bf97757e1474ad5bcb0674ba36489b29
3
+ size 446
runs/Sep01_12-48-15_04a6a2005c12/events.out.tfevents.1725194896.04a6a2005c12.23.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d4e0f8a9fab259a1c87e6d516a5a5aba69fb0ac0c91fd12af96a15454a659f2
3
+ size 15353
runs/Sep01_12-48-15_04a6a2005c12/events.out.tfevents.1725195082.04a6a2005c12.23.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f219794cf26756933429909fd1694bb160e8f91d99e0062912f971b1456054b3
3
+ size 446
runs/Sep01_12-51-23_04a6a2005c12/events.out.tfevents.1725195084.04a6a2005c12.23.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8edbf4c95eecf268d73373f9775d5d937cd03b8f4aefbbc6abf34abb5e775b
3
+ size 16069
runs/Sep01_12-51-23_04a6a2005c12/events.out.tfevents.1725195245.04a6a2005c12.23.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33fe547f35f06d413ff2e3a5668021a8989e3c79f9161ad945c163d754c0298a
3
+ size 446
runs/Sep01_12-54-06_04a6a2005c12/events.out.tfevents.1725195247.04a6a2005c12.23.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:323152a7383d461f20789187bfc16d89354a24cc84f501aac08012cd0b2745da
3
+ size 15353
runs/Sep01_12-54-06_04a6a2005c12/events.out.tfevents.1725195428.04a6a2005c12.23.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3d70d8e592023e25a63c6d50529288633621c3a90a9b5f830731defd8ec7aa
3
+ size 446
runs/Sep01_12-57-09_04a6a2005c12/events.out.tfevents.1725195430.04a6a2005c12.23.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae1426ece47bd71463057ae358544b7b9ed2c015c2cdc2534fde2283a267b4ac
3
+ size 16069
runs/Sep01_12-57-09_04a6a2005c12/events.out.tfevents.1725195588.04a6a2005c12.23.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c239fda371ecdbf6ec05689aaf0c3557107f22c44c07019c64071c85064666e
3
+ size 446
runs/Sep01_12-59-49_04a6a2005c12/events.out.tfevents.1725195590.04a6a2005c12.23.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7faeb38175bcdf3ba4e5ed951267ad30e346b29be0d7bc2866f5f8625a58651
3
+ size 15353
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1cd2c7faca7d8099c4cbc6e46f12b96710ee7b33aa2cf79eee15c6a7da92f33
3
+ size 5240