salbatarni commited on
Commit
4b366ed
1 Parent(s): 37709b9

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_fold4
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_fold4
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.2814
18
+ - Qwk: 0.1577
19
+ - Mse: 0.2814
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.0328 | 2 | 0.5567 | -0.0320 | 0.5567 |
51
+ | No log | 0.0656 | 4 | 0.5564 | -0.0102 | 0.5564 |
52
+ | No log | 0.0984 | 6 | 0.5081 | 0.0304 | 0.5081 |
53
+ | No log | 0.1311 | 8 | 0.4677 | 0.0304 | 0.4677 |
54
+ | No log | 0.1639 | 10 | 0.4282 | 0.0400 | 0.4282 |
55
+ | No log | 0.1967 | 12 | 0.4239 | 0.0496 | 0.4239 |
56
+ | No log | 0.2295 | 14 | 0.4171 | 0.0384 | 0.4171 |
57
+ | No log | 0.2623 | 16 | 0.3868 | 0.0496 | 0.3868 |
58
+ | No log | 0.2951 | 18 | 0.3678 | 0.0690 | 0.3678 |
59
+ | No log | 0.3279 | 20 | 0.3448 | 0.0596 | 0.3448 |
60
+ | No log | 0.3607 | 22 | 0.3295 | 0.0877 | 0.3295 |
61
+ | No log | 0.3934 | 24 | 0.3190 | 0.0877 | 0.3190 |
62
+ | No log | 0.4262 | 26 | 0.3166 | 0.0969 | 0.3166 |
63
+ | No log | 0.4590 | 28 | 0.3135 | 0.0969 | 0.3135 |
64
+ | No log | 0.4918 | 30 | 0.3075 | 0.0969 | 0.3075 |
65
+ | No log | 0.5246 | 32 | 0.3014 | 0.1139 | 0.3014 |
66
+ | No log | 0.5574 | 34 | 0.2971 | 0.1139 | 0.2971 |
67
+ | No log | 0.5902 | 36 | 0.2957 | 0.1048 | 0.2957 |
68
+ | No log | 0.6230 | 38 | 0.2937 | 0.1048 | 0.2937 |
69
+ | No log | 0.6557 | 40 | 0.2888 | 0.1139 | 0.2888 |
70
+ | No log | 0.6885 | 42 | 0.2867 | 0.1139 | 0.2867 |
71
+ | No log | 0.7213 | 44 | 0.2857 | 0.1139 | 0.2857 |
72
+ | No log | 0.7541 | 46 | 0.2847 | 0.1321 | 0.2847 |
73
+ | No log | 0.7869 | 48 | 0.2833 | 0.1577 | 0.2833 |
74
+ | No log | 0.8197 | 50 | 0.2826 | 0.1577 | 0.2826 |
75
+ | No log | 0.8525 | 52 | 0.2822 | 0.1577 | 0.2822 |
76
+ | No log | 0.8852 | 54 | 0.2805 | 0.1577 | 0.2805 |
77
+ | No log | 0.9180 | 56 | 0.2810 | 0.1667 | 0.2810 |
78
+ | No log | 0.9508 | 58 | 0.2816 | 0.1667 | 0.2816 |
79
+ | No log | 0.9836 | 60 | 0.2814 | 0.1577 | 0.2814 |
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:f9b3c24e6c6940c011c2e3bc95137a6e58b96520e886f8294dc0cf999727fe30
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
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2f9b27571de1be189aeb54e97d039e41da71ff7c787d36542e5edae1d8153b
3
+ size 5240