salbatarni commited on
Commit
1cf0e7a
1 Parent(s): c067170

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_relevance_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_relevance_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.1850
18
+ - Qwk: 0.0597
19
+ - Mse: 0.1935
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 | 0.9871 | 0.0205 | 0.9763 |
51
+ | No log | 0.6667 | 4 | 0.1822 | 0.1049 | 0.1846 |
52
+ | No log | 1.0 | 6 | 0.2694 | -0.0176 | 0.2773 |
53
+ | No log | 1.3333 | 8 | 0.2612 | -0.0791 | 0.2700 |
54
+ | No log | 1.6667 | 10 | 0.2291 | 0.0187 | 0.2405 |
55
+ | No log | 2.0 | 12 | 0.1605 | 0.0755 | 0.1675 |
56
+ | No log | 2.3333 | 14 | 0.1556 | 0.1049 | 0.1617 |
57
+ | No log | 2.6667 | 16 | 0.1455 | 0.1370 | 0.1500 |
58
+ | No log | 3.0 | 18 | 0.1386 | 0.0 | 0.1414 |
59
+ | No log | 3.3333 | 20 | 0.1423 | 0.0 | 0.1448 |
60
+ | No log | 3.6667 | 22 | 0.1393 | 0.0 | 0.1429 |
61
+ | No log | 4.0 | 24 | 0.1807 | 0.4815 | 0.1875 |
62
+ | No log | 4.3333 | 26 | 0.2622 | 0.0 | 0.2718 |
63
+ | No log | 4.6667 | 28 | 0.2372 | 0.0 | 0.2476 |
64
+ | No log | 5.0 | 30 | 0.1765 | -0.1290 | 0.1845 |
65
+ | No log | 5.3333 | 32 | 0.1633 | 0.0483 | 0.1688 |
66
+ | No log | 5.6667 | 34 | 0.1551 | 0.0755 | 0.1613 |
67
+ | No log | 6.0 | 36 | 0.1689 | 0.1674 | 0.1757 |
68
+ | No log | 6.3333 | 38 | 0.1736 | 0.2687 | 0.1798 |
69
+ | No log | 6.6667 | 40 | 0.1678 | 0.2150 | 0.1732 |
70
+ | No log | 7.0 | 42 | 0.1581 | 0.1250 | 0.1631 |
71
+ | No log | 7.3333 | 44 | 0.1540 | 0.0526 | 0.1591 |
72
+ | No log | 7.6667 | 46 | 0.1536 | 0.0526 | 0.1590 |
73
+ | No log | 8.0 | 48 | 0.1603 | 0.1250 | 0.1666 |
74
+ | No log | 8.3333 | 50 | 0.1716 | 0.2150 | 0.1790 |
75
+ | No log | 8.6667 | 52 | 0.1797 | 0.0597 | 0.1878 |
76
+ | No log | 9.0 | 54 | 0.1828 | 0.0597 | 0.1911 |
77
+ | No log | 9.3333 | 56 | 0.1841 | 0.0597 | 0.1925 |
78
+ | No log | 9.6667 | 58 | 0.1849 | 0.0597 | 0.1933 |
79
+ | No log | 10.0 | 60 | 0.1850 | 0.0597 | 0.1935 |
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:db7f352d5f37bbce77231462bad9a0bceb7eebfc47eaaef24c9d9f8f72d8cdcb
3
+ size 540799996
runs/Aug27_16-09-30_353807a3cce0/events.out.tfevents.1724774972.353807a3cce0.22.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54fa446542380eb3979f377bf211254a65d52cf818e9d030327897cb521cab4d
3
+ size 16052
runs/Aug27_16-10-58_353807a3cce0/events.out.tfevents.1724775059.353807a3cce0.22.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9967b63c6e7651bcd5ad48439eea86e65496cad31a1ea88f6891b1a3eb507d1
3
+ size 16052
runs/Aug27_16-12-28_353807a3cce0/events.out.tfevents.1724775150.353807a3cce0.22.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0cd044ff60d5f6c3ae4d825e5400aa4c21f8501b205fb999bd64cb08e45639
3
+ size 16052
runs/Aug27_16-14-05_353807a3cce0/events.out.tfevents.1724775246.353807a3cce0.22.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713026a46ce7af1b5a31660240f58d5a6ba763db45add9842d50871c1ce9d1d5
3
+ size 16052
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc50878ce425d03b2c0915b9328f9e0af738d3b178e5eafc9d731f0bdaf722d2
3
+ size 5240