salbatarni commited on
Commit
5615d75
·
verified ·
1 Parent(s): 82298da

Training in progress, step 65

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aubmindlab/bert-base-arabertv02
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: arabert_cross_relevance_task1_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_cross_relevance_task1_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.3646
18
+ - Qwk: 0.0454
19
+ - Mse: 0.3647
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.0323 | 2 | 0.3884 | -0.0193 | 0.3901 |
51
+ | No log | 0.0645 | 4 | 0.5676 | 0.0570 | 0.5677 |
52
+ | No log | 0.0968 | 6 | 0.6160 | 0.1181 | 0.6161 |
53
+ | No log | 0.1290 | 8 | 0.3914 | 0.0326 | 0.3913 |
54
+ | No log | 0.1613 | 10 | 0.2970 | 0.0245 | 0.2972 |
55
+ | No log | 0.1935 | 12 | 0.3016 | 0.0122 | 0.3018 |
56
+ | No log | 0.2258 | 14 | 0.2905 | 0.0122 | 0.2908 |
57
+ | No log | 0.2581 | 16 | 0.3013 | 0.0491 | 0.3016 |
58
+ | No log | 0.2903 | 18 | 0.3427 | 0.0284 | 0.3429 |
59
+ | No log | 0.3226 | 20 | 0.4170 | 0.0059 | 0.4170 |
60
+ | No log | 0.3548 | 22 | 0.4971 | 0.0518 | 0.4971 |
61
+ | No log | 0.3871 | 24 | 0.4934 | 0.0958 | 0.4933 |
62
+ | No log | 0.4194 | 26 | 0.4203 | -0.0430 | 0.4203 |
63
+ | No log | 0.4516 | 28 | 0.3668 | -0.0521 | 0.3669 |
64
+ | No log | 0.4839 | 30 | 0.3462 | -0.0092 | 0.3463 |
65
+ | No log | 0.5161 | 32 | 0.3500 | -0.0092 | 0.3500 |
66
+ | No log | 0.5484 | 34 | 0.3623 | -0.0010 | 0.3623 |
67
+ | No log | 0.5806 | 36 | 0.3911 | -0.0188 | 0.3911 |
68
+ | No log | 0.6129 | 38 | 0.3635 | -0.0135 | 0.3634 |
69
+ | No log | 0.6452 | 40 | 0.3500 | -0.0092 | 0.3500 |
70
+ | No log | 0.6774 | 42 | 0.3369 | -0.0048 | 0.3369 |
71
+ | No log | 0.7097 | 44 | 0.3357 | -0.0048 | 0.3358 |
72
+ | No log | 0.7419 | 46 | 0.3574 | 0.0537 | 0.3574 |
73
+ | No log | 0.7742 | 48 | 0.3901 | 0.0370 | 0.3901 |
74
+ | No log | 0.8065 | 50 | 0.3986 | 0.0723 | 0.3985 |
75
+ | No log | 0.8387 | 52 | 0.3875 | 0.0544 | 0.3875 |
76
+ | No log | 0.8710 | 54 | 0.3792 | 0.0586 | 0.3792 |
77
+ | No log | 0.9032 | 56 | 0.3727 | 0.0412 | 0.3727 |
78
+ | No log | 0.9355 | 58 | 0.3667 | 0.0454 | 0.3667 |
79
+ | No log | 0.9677 | 60 | 0.3648 | 0.0454 | 0.3648 |
80
+ | No log | 1.0 | 62 | 0.3646 | 0.0454 | 0.3647 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.44.0
86
+ - Pytorch 2.4.0
87
+ - Datasets 2.21.0
88
+ - 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:083d3ac18b784ee9307527cae4f6370b1cea215a42909e743caeb786e5409b7d
3
+ size 540799996
runs/Sep01_12-24-37_39007f76a378/events.out.tfevents.1725193479.39007f76a378.36.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e71e6d5b51cf2aea80d650563f7e6065ca89af119ae8e49d744713f4157f737
3
+ size 15353
runs/Sep01_12-24-37_39007f76a378/events.out.tfevents.1725193666.39007f76a378.36.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd4c3ef27c9d50bb1a7eb36517b046c06ea7523329d4c0133d11e23dbd4aa0e
3
+ size 446
runs/Sep01_12-30-06_39007f76a378/events.out.tfevents.1725193808.39007f76a378.36.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9436719001150797b1d8f739781e24fec40f4d166d2def5f0ed9a2d25beb1de6
3
+ size 15353
runs/Sep01_12-30-06_39007f76a378/events.out.tfevents.1725193990.39007f76a378.36.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa5e7e8772a024b10a5b5f42f58d6ad4c778ae05fe49dd9fce72a87b8a0a1ad
3
+ size 446
runs/Sep01_12-33-11_39007f76a378/events.out.tfevents.1725193993.39007f76a378.36.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332c9624595f8fee746b3be3c18987192f4849e3bae6493024bfa9bb9cdb10b4
3
+ size 16427
runs/Sep01_12-33-11_39007f76a378/events.out.tfevents.1725194138.39007f76a378.36.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d12be49ecbd45f1c9ef6b807a459f457f693468d5ae004fa8ddb3fe0e4f5e9
3
+ size 446
runs/Sep01_12-35-39_39007f76a378/events.out.tfevents.1725194140.39007f76a378.36.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7eaf240e2d7a977e474e9849338b18d2c2db45ae03957069cd2f42bfc258c78
3
+ size 16785
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7579fdfff5d4bd7da20c6a26072dfef6908333dd2dbb53930e7f75b2b60ec938
3
+ size 5240