salbatarni commited on
Commit
c70c031
1 Parent(s): 5f2b539

Training in progress, step 60

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/bert-base-arabertv02
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: arabert_cross_relevance_task1_fold5
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_fold5
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.1955
18
+ - Qwk: 0.3846
19
+ - Mse: 0.1955
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.0351 | 2 | 0.3613 | 0.2826 | 0.3613 |
51
+ | No log | 0.0702 | 4 | 0.4116 | 0.5484 | 0.4116 |
52
+ | No log | 0.1053 | 6 | 0.2771 | 0.4880 | 0.2771 |
53
+ | No log | 0.1404 | 8 | 0.2157 | 0.3346 | 0.2157 |
54
+ | No log | 0.1754 | 10 | 0.2149 | 0.3324 | 0.2149 |
55
+ | No log | 0.2105 | 12 | 0.2119 | 0.3302 | 0.2119 |
56
+ | No log | 0.2456 | 14 | 0.2146 | 0.3336 | 0.2146 |
57
+ | No log | 0.2807 | 16 | 0.2085 | 0.3319 | 0.2085 |
58
+ | No log | 0.3158 | 18 | 0.2118 | 0.3641 | 0.2118 |
59
+ | No log | 0.3509 | 20 | 0.2261 | 0.4439 | 0.2261 |
60
+ | No log | 0.3860 | 22 | 0.2392 | 0.4713 | 0.2392 |
61
+ | No log | 0.4211 | 24 | 0.2344 | 0.4095 | 0.2344 |
62
+ | No log | 0.4561 | 26 | 0.2151 | 0.3602 | 0.2151 |
63
+ | No log | 0.4912 | 28 | 0.2029 | 0.3304 | 0.2029 |
64
+ | No log | 0.5263 | 30 | 0.2041 | 0.3227 | 0.2041 |
65
+ | No log | 0.5614 | 32 | 0.2085 | 0.3015 | 0.2085 |
66
+ | No log | 0.5965 | 34 | 0.2114 | 0.2998 | 0.2114 |
67
+ | No log | 0.6316 | 36 | 0.2114 | 0.2998 | 0.2114 |
68
+ | No log | 0.6667 | 38 | 0.2041 | 0.3156 | 0.2041 |
69
+ | No log | 0.7018 | 40 | 0.1985 | 0.3186 | 0.1985 |
70
+ | No log | 0.7368 | 42 | 0.1948 | 0.3490 | 0.1948 |
71
+ | No log | 0.7719 | 44 | 0.1925 | 0.3543 | 0.1925 |
72
+ | No log | 0.8070 | 46 | 0.1939 | 0.3667 | 0.1939 |
73
+ | No log | 0.8421 | 48 | 0.1928 | 0.3684 | 0.1928 |
74
+ | No log | 0.8772 | 50 | 0.1932 | 0.3736 | 0.1932 |
75
+ | No log | 0.9123 | 52 | 0.1942 | 0.3795 | 0.1942 |
76
+ | No log | 0.9474 | 54 | 0.1952 | 0.3846 | 0.1952 |
77
+ | No log | 0.9825 | 56 | 0.1955 | 0.3846 | 0.1955 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.44.0
83
+ - Pytorch 2.4.0
84
+ - Datasets 2.21.0
85
+ - 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:7cc062e799425006c812545d1018786b446794a623674b97746ffd70a013ae81
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
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2c4b22eb67541e0b8dff5a41d8743c87f1b47e92ef401d43adf556bc3b4d32
3
+ size 5240