salbatarni commited on
Commit
6ddf0ae
1 Parent(s): b285f3e

Training in progress, step 40

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/bert-base-arabertv02
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: arabert_baseline_organization_task8_fold1
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_task8_fold1
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.3060
18
+ - Qwk: 0.7308
19
+ - Mse: 0.3060
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.5 | 2 | 1.3363 | 0.1206 | 1.3363 |
51
+ | No log | 1.0 | 4 | 1.0314 | 0.4940 | 1.0314 |
52
+ | No log | 1.5 | 6 | 0.6916 | 0.5444 | 0.6916 |
53
+ | No log | 2.0 | 8 | 0.6153 | 0.4510 | 0.6153 |
54
+ | No log | 2.5 | 10 | 0.6686 | 0.5062 | 0.6686 |
55
+ | No log | 3.0 | 12 | 0.4719 | 0.6147 | 0.4719 |
56
+ | No log | 3.5 | 14 | 0.3635 | 0.7172 | 0.3635 |
57
+ | No log | 4.0 | 16 | 0.3213 | 0.7070 | 0.3213 |
58
+ | No log | 4.5 | 18 | 0.2998 | 0.6908 | 0.2998 |
59
+ | No log | 5.0 | 20 | 0.4019 | 0.6111 | 0.4019 |
60
+ | No log | 5.5 | 22 | 0.6037 | 0.5368 | 0.6037 |
61
+ | No log | 6.0 | 24 | 0.5509 | 0.5368 | 0.5509 |
62
+ | No log | 6.5 | 26 | 0.4100 | 0.6908 | 0.4100 |
63
+ | No log | 7.0 | 28 | 0.3021 | 0.7308 | 0.3021 |
64
+ | No log | 7.5 | 30 | 0.2592 | 0.8192 | 0.2592 |
65
+ | No log | 8.0 | 32 | 0.2596 | 0.8346 | 0.2596 |
66
+ | No log | 8.5 | 34 | 0.2632 | 0.8346 | 0.2632 |
67
+ | No log | 9.0 | 36 | 0.2747 | 0.8192 | 0.2747 |
68
+ | No log | 9.5 | 38 | 0.2933 | 0.7308 | 0.2933 |
69
+ | No log | 10.0 | 40 | 0.3060 | 0.7308 | 0.3060 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.44.0
75
+ - Pytorch 2.4.0
76
+ - Datasets 2.21.0
77
+ - 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:d2d650c9eca5e920cadaddf292444692ed2212e73c19d4de5dc771c701508863
3
+ size 540799996
runs/Aug28_14-04-11_b965fc3fcb70/events.out.tfevents.1724853854.b965fc3fcb70.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:298598dfe1da29a1015205226aa6363759f7403d354272186033671b01edd32d
3
+ size 12475
runs/Aug28_14-05-19_b965fc3fcb70/events.out.tfevents.1724853920.b965fc3fcb70.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc98b756644e3fa0d5dd9f786526938fc723e9202ff3b683cb7a9e157beb07a
3
+ size 12475
runs/Aug28_14-06-28_b965fc3fcb70/events.out.tfevents.1724853989.b965fc3fcb70.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c2ad69faf0c48edf643651e6a7bdd8b0ca5f241179aa180bd95e026caaa1d8
3
+ size 12474
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e38635974b23a7c835975cf033f4a288a58d77beb3b51424350ccbd48a64e1
3
+ size 5240