abdulrahman-nuzha commited on
Commit
dbc0176
·
verified ·
1 Parent(s): c814110

End of training

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: intfloat/e5-large-v2
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: intfloat-e5-large-v2-arabic-fp16
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # intfloat-e5-large-v2-arabic-fp16
21
+
22
+ This model is a fine-tuned version of [intfloat/e5-large-v2](https://huggingface.co/intfloat/e5-large-v2) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.6592
25
+ - Accuracy: 0.7391
26
+ - Precision: 0.7362
27
+ - Recall: 0.7391
28
+ - F1: 0.7359
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 64
49
+ - eval_batch_size: 64
50
+ - seed: 42
51
+ - gradient_accumulation_steps: 2
52
+ - total_train_batch_size: 128
53
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_ratio: 0.3
56
+ - num_epochs: 10
57
+ - mixed_precision_training: Native AMP
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
62
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
63
+ | 1.0807 | 0.3636 | 50 | 0.9715 | 0.5777 | 0.7072 | 0.5777 | 0.4953 |
64
+ | 0.8958 | 0.7273 | 100 | 0.7766 | 0.6836 | 0.6848 | 0.6836 | 0.6548 |
65
+ | 0.8091 | 1.0873 | 150 | 0.7413 | 0.6959 | 0.6882 | 0.6959 | 0.6763 |
66
+ | 0.76 | 1.4509 | 200 | 0.7037 | 0.7177 | 0.7123 | 0.7177 | 0.7075 |
67
+ | 0.7426 | 1.8145 | 250 | 0.7449 | 0.6959 | 0.6974 | 0.6959 | 0.6900 |
68
+ | 0.7371 | 2.1745 | 300 | 0.7117 | 0.6968 | 0.6983 | 0.6968 | 0.6949 |
69
+ | 0.7083 | 2.5382 | 350 | 0.6896 | 0.715 | 0.7152 | 0.715 | 0.7150 |
70
+ | 0.6937 | 2.9018 | 400 | 0.6967 | 0.7259 | 0.7289 | 0.7259 | 0.7083 |
71
+ | 0.6792 | 3.2618 | 450 | 0.6680 | 0.7341 | 0.7363 | 0.7341 | 0.7238 |
72
+ | 0.6646 | 3.6255 | 500 | 0.7275 | 0.69 | 0.7101 | 0.69 | 0.6945 |
73
+ | 0.6654 | 3.9891 | 550 | 0.6666 | 0.7309 | 0.7315 | 0.7309 | 0.7212 |
74
+ | 0.6065 | 4.3491 | 600 | 0.6592 | 0.7391 | 0.7362 | 0.7391 | 0.7359 |
75
+ | 0.6112 | 4.7127 | 650 | 0.6468 | 0.7395 | 0.7392 | 0.7395 | 0.7392 |
76
+ | 0.592 | 5.0727 | 700 | 0.6657 | 0.7336 | 0.7324 | 0.7336 | 0.7317 |
77
+ | 0.5624 | 5.4364 | 750 | 0.6740 | 0.73 | 0.7404 | 0.73 | 0.7306 |
78
+ | 0.5333 | 5.8 | 800 | 0.6732 | 0.7423 | 0.7397 | 0.7423 | 0.7404 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.51.1
84
+ - Pytorch 2.6.0+cu124
85
+ - Datasets 3.5.0
86
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "negative",
12
+ "1": "positive",
13
+ "2": "neutral"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "label2id": {
18
+ "negative": 0,
19
+ "neutral": 2,
20
+ "positive": 1
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "bert",
25
+ "num_attention_heads": 16,
26
+ "num_hidden_layers": 24,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "problem_type": "single_label_classification",
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.51.1",
32
+ "type_vocab_size": 2,
33
+ "use_cache": true,
34
+ "vocab_size": 30522
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86203499fa1bb1156d48208f954eb01f4fe8fe52620ffbc4266bfe165de9162f
3
+ size 1340626860
runs/Apr16_15-05-02_0934780098a8/events.out.tfevents.1744815923.0934780098a8.1191.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d815a75b2bcb061c8d809ffad2a05bdd7dc9a40b6cf83ca2463a31b426d7513b
3
+ size 16426
runs/Apr16_15-05-02_0934780098a8/events.out.tfevents.1744817375.0934780098a8.1191.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93ff88850cda12a17846505572a56db8257b176ff73078b97334ed67fad6fe5
3
+ size 560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550b8de1c8a4efe4b62d2571d158dcce6af5f221684c6209a063eddf236b9c0d
3
+ size 5368