MayBashendy commited on
Commit
f6f1486
·
verified ·
1 Parent(s): 8d8131e

Training in progress, step 40

Browse files
Files changed (4) hide show
  1. README.md +74 -0
  2. config.json +32 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: aubmindlab/bert-base-arabertv02
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: ArabicNewSplits4_withSameOriginalTrainFileOfSplit3_FineTuningAraBERT_noAug_task3_organization
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # ArabicNewSplits4_withSameOriginalTrainFileOfSplit3_FineTuningAraBERT_noAug_task3_organization
15
+
16
+ This model is a fine-tuned version of [aubmindlab/bert-base-arabertv02](https://huggingface.co/aubmindlab/bert-base-arabertv02) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.5966
19
+ - Qwk: 0.2653
20
+ - Mse: 0.5966
21
+ - Rmse: 0.7724
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Qwk | Mse | Rmse |
51
+ |:-------------:|:------:|:----:|:---------------:|:-------:|:------:|:------:|
52
+ | No log | 0.6667 | 2 | 3.4268 | 0.0013 | 3.4268 | 1.8512 |
53
+ | No log | 1.3333 | 4 | 2.5942 | -0.0732 | 2.5942 | 1.6106 |
54
+ | No log | 2.0 | 6 | 1.2332 | 0.0 | 1.2332 | 1.1105 |
55
+ | No log | 2.6667 | 8 | 0.9727 | 0.0388 | 0.9727 | 0.9862 |
56
+ | No log | 3.3333 | 10 | 1.1042 | 0.0598 | 1.1042 | 1.0508 |
57
+ | No log | 4.0 | 12 | 0.7208 | 0.1590 | 0.7208 | 0.8490 |
58
+ | No log | 4.6667 | 14 | 0.6918 | 0.1590 | 0.6918 | 0.8318 |
59
+ | No log | 5.3333 | 16 | 0.6109 | 0.1913 | 0.6109 | 0.7816 |
60
+ | No log | 6.0 | 18 | 0.5634 | 0.2632 | 0.5634 | 0.7506 |
61
+ | No log | 6.6667 | 20 | 0.6051 | 0.1209 | 0.6051 | 0.7779 |
62
+ | No log | 7.3333 | 22 | 0.6485 | 0.1429 | 0.6485 | 0.8053 |
63
+ | No log | 8.0 | 24 | 0.6011 | 0.2410 | 0.6011 | 0.7753 |
64
+ | No log | 8.6667 | 26 | 0.5982 | 0.2239 | 0.5982 | 0.7734 |
65
+ | No log | 9.3333 | 28 | 0.5958 | 0.2653 | 0.5958 | 0.7719 |
66
+ | No log | 10.0 | 30 | 0.5966 | 0.2653 | 0.5966 | 0.7724 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.44.2
72
+ - Pytorch 2.4.0+cu118
73
+ - Datasets 2.21.0
74
+ - 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.2",
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:08c0b81a6ab4117b681cca6a1e5caa4555d9a7b2f82d57fcfc9be48f1c982556
3
+ size 540799996
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af01900584d98fb9fcf927df1916dad203301f379bf6fa7452072b559fbea71b
3
+ size 5240