salbatarni commited on
Commit
2807387
1 Parent(s): 5fddf07

Training in progress, step 60

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_baseline_organization_task2_fold0
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_baseline_organization_task2_fold0
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.4765
18
+ - Qwk: 0.5051
19
+ - Mse: 0.4812
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: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Qwk | Mse |
49
+ |:-------------:|:------:|:----:|:---------------:|:------:|:------:|
50
+ | No log | 0.3333 | 2 | 3.4785 | 0.0139 | 3.4271 |
51
+ | No log | 0.6667 | 4 | 1.3527 | 0.0988 | 1.3438 |
52
+ | No log | 1.0 | 6 | 0.9762 | 0.0466 | 0.9710 |
53
+ | No log | 1.3333 | 8 | 0.5845 | 0.3068 | 0.5906 |
54
+ | No log | 1.6667 | 10 | 0.6355 | 0.4901 | 0.6479 |
55
+ | No log | 2.0 | 12 | 0.6002 | 0.4901 | 0.6080 |
56
+ | No log | 2.3333 | 14 | 0.5521 | 0.3591 | 0.5519 |
57
+ | No log | 2.6667 | 16 | 0.5671 | 0.5312 | 0.5733 |
58
+ | No log | 3.0 | 18 | 0.5298 | 0.5351 | 0.5340 |
59
+ | No log | 3.3333 | 20 | 0.5071 | 0.3871 | 0.4996 |
60
+ | No log | 3.6667 | 22 | 0.4892 | 0.3871 | 0.4817 |
61
+ | No log | 4.0 | 24 | 0.4557 | 0.5051 | 0.4597 |
62
+ | No log | 4.3333 | 26 | 0.5421 | 0.5205 | 0.5533 |
63
+ | No log | 4.6667 | 28 | 0.5017 | 0.5263 | 0.5115 |
64
+ | No log | 5.0 | 30 | 0.4329 | 0.5365 | 0.4364 |
65
+ | No log | 5.3333 | 32 | 0.4203 | 0.4431 | 0.4190 |
66
+ | No log | 5.6667 | 34 | 0.4083 | 0.4848 | 0.4015 |
67
+ | No log | 6.0 | 36 | 0.4520 | 0.4167 | 0.4366 |
68
+ | No log | 6.3333 | 38 | 0.4291 | 0.4396 | 0.4158 |
69
+ | No log | 6.6667 | 40 | 0.4230 | 0.4324 | 0.4110 |
70
+ | No log | 7.0 | 42 | 0.4029 | 0.4848 | 0.3965 |
71
+ | No log | 7.3333 | 44 | 0.4095 | 0.4848 | 0.4043 |
72
+ | No log | 7.6667 | 46 | 0.4194 | 0.4149 | 0.4149 |
73
+ | No log | 8.0 | 48 | 0.4324 | 0.5051 | 0.4317 |
74
+ | No log | 8.3333 | 50 | 0.4591 | 0.5051 | 0.4628 |
75
+ | No log | 8.6667 | 52 | 0.4758 | 0.4652 | 0.4811 |
76
+ | No log | 9.0 | 54 | 0.4791 | 0.4652 | 0.4844 |
77
+ | No log | 9.3333 | 56 | 0.4781 | 0.4652 | 0.4831 |
78
+ | No log | 9.6667 | 58 | 0.4760 | 0.5051 | 0.4806 |
79
+ | No log | 10.0 | 60 | 0.4765 | 0.5051 | 0.4812 |
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:8d161b1549239f74a006c6a113853631a5fded14cc7d05485a84517d22681733
3
+ size 540799996
runs/Aug29_05-37-12_0bdfdf23bcd7/events.out.tfevents.1724909835.0bdfdf23bcd7.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6448351031981871b2117ef5c708d84292c3b9aa443174fdff418f5526c665
3
+ size 16055
runs/Aug29_05-38-40_0bdfdf23bcd7/events.out.tfevents.1724909921.0bdfdf23bcd7.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50e5e5300ef6b8cf4fb4241085d501b5c134121f50aba5b53d6410f89b348a8
3
+ size 16055
runs/Aug29_05-40-17_0bdfdf23bcd7/events.out.tfevents.1724910018.0bdfdf23bcd7.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85bb0f760a39f86588b25f63454d6b1b0d8bf5d001ef4c590d2b988cb3b6fbcb
3
+ size 16055
runs/Aug29_05-41-50_0bdfdf23bcd7/events.out.tfevents.1724910111.0bdfdf23bcd7.23.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e28c97e14e695df546b9af4f516607de462d524c782da1f3c230054837ce2d6
3
+ size 16055
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f8a7de8d2e4336195226611f91acb33ab3e8bc367a4d49188537952fbd8b25
3
+ size 5240