salbatarni commited on
Commit
575e57a
1 Parent(s): bd00027

Training in progress, step 60

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_relevance_task6_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_relevance_task6_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.2487
18
+ - Qwk: 0.4545
19
+ - Mse: 0.2487
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 | 0.2676 | 0.2727 | 0.2676 |
51
+ | No log | 1.0 | 4 | 0.3056 | 0.2727 | 0.3056 |
52
+ | No log | 1.5 | 6 | 0.2873 | 0.3636 | 0.2873 |
53
+ | No log | 2.0 | 8 | 0.3326 | 0.3636 | 0.3326 |
54
+ | No log | 2.5 | 10 | 0.2924 | 0.3636 | 0.2924 |
55
+ | No log | 3.0 | 12 | 0.2560 | 0.3636 | 0.2560 |
56
+ | No log | 3.5 | 14 | 0.2341 | 0.3636 | 0.2341 |
57
+ | No log | 4.0 | 16 | 0.2402 | 0.4545 | 0.2402 |
58
+ | No log | 4.5 | 18 | 0.2513 | 0.4545 | 0.2513 |
59
+ | No log | 5.0 | 20 | 0.2596 | 0.4545 | 0.2596 |
60
+ | No log | 5.5 | 22 | 0.2641 | 0.4545 | 0.2641 |
61
+ | No log | 6.0 | 24 | 0.2500 | 0.4545 | 0.2500 |
62
+ | No log | 6.5 | 26 | 0.2509 | 0.4545 | 0.2509 |
63
+ | No log | 7.0 | 28 | 0.2495 | 0.4545 | 0.2495 |
64
+ | No log | 7.5 | 30 | 0.2478 | 0.4545 | 0.2478 |
65
+ | No log | 8.0 | 32 | 0.2467 | 0.4545 | 0.2467 |
66
+ | No log | 8.5 | 34 | 0.2479 | 0.4545 | 0.2479 |
67
+ | No log | 9.0 | 36 | 0.2484 | 0.4545 | 0.2484 |
68
+ | No log | 9.5 | 38 | 0.2486 | 0.4545 | 0.2486 |
69
+ | No log | 10.0 | 40 | 0.2487 | 0.4545 | 0.2487 |
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:a2a4650a188e1f25e2f27ceae903656269b7c155d62f087b6b6fff35d6e79326
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
runs/Aug27_16-15-34_353807a3cce0/events.out.tfevents.1724775336.353807a3cce0.22.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071024df5f4471e2851681a76d790a206539aa0461161a357de7f2fa7236fa48
3
+ size 10682
runs/Aug27_16-16-31_353807a3cce0/events.out.tfevents.1724775392.353807a3cce0.22.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8c0a4a338ada9abd2f81d20ca1b00f247864ac1fdbad5010f3734dc0d0e7cfb
3
+ size 10682
runs/Aug27_16-17-32_353807a3cce0/events.out.tfevents.1724775453.353807a3cce0.22.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e059c7afbb0e7fdf5048ce1e4144323bf06e7aeecfb67e8b32f7021857a0d19
3
+ size 8892
runs/Aug27_16-18-18_353807a3cce0/events.out.tfevents.1724775499.353807a3cce0.22.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4424d58e9f63da8c9b3fe7c846e93bc49efb142e38625fb93347adf0739055
3
+ size 8892
runs/Aug27_16-19-17_353807a3cce0/events.out.tfevents.1724775559.353807a3cce0.22.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b02a0b38ceb73446c6b39b99ec3d7e1ae59d7c60e085c4106098f9045b44bf90
3
+ size 16052
runs/Aug27_16-20-50_353807a3cce0/events.out.tfevents.1724775652.353807a3cce0.22.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9209282497ba8f71e9107564ebeb69b7001bf2c7aaa4597005c0951df21d83
3
+ size 16052
runs/Aug27_16-22-20_353807a3cce0/events.out.tfevents.1724775741.353807a3cce0.22.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbd03c6e96727e55a5006bf8002e09deeffe659a888daeeeb4ee9d93a1534bd
3
+ size 12472
runs/Aug27_16-23-23_353807a3cce0/events.out.tfevents.1724775805.353807a3cce0.22.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:187826726548fcabfa26f352776ff9ff5eb3100f4ff38fb229e4e49e691e5d32
3
+ size 12472
runs/Aug27_16-24-34_353807a3cce0/events.out.tfevents.1724775875.353807a3cce0.22.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d72cf8f7ff49c52ff3df915d463cfbc7350c7d5066c34c744f09533765ecbb25
3
+ size 16052
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f916a63ef8e27ecc9bb34382bc0521a233f76cd421e15cb8a3c76e80aa1acd
3
+ size 5240