abdulrahman-nuzha commited on
Commit
f2cf30c
·
verified ·
1 Parent(s): 841b8c0

End of training

Browse files
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: intfloat/multilingual-e5-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: intfloat-multilingual-e5-base-arabic-fp16-allagree
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-multilingual-e5-base-arabic-fp16-allagree
21
+
22
+ This model is a fine-tuned version of [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.2194
25
+ - Accuracy: 0.9207
26
+ - Precision: 0.9221
27
+ - Recall: 0.9207
28
+ - F1: 0.9211
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.0293 | 0.7463 | 50 | 0.8440 | 0.7472 | 0.8005 | 0.7472 | 0.6652 |
64
+ | 0.599 | 1.4925 | 100 | 0.3097 | 0.9021 | 0.9014 | 0.9021 | 0.9017 |
65
+ | 0.2581 | 2.2388 | 150 | 0.2348 | 0.9198 | 0.9207 | 0.9198 | 0.9201 |
66
+ | 0.2087 | 2.9851 | 200 | 0.2194 | 0.9207 | 0.9221 | 0.9207 | 0.9211 |
67
+ | 0.1552 | 3.7313 | 250 | 0.2203 | 0.9300 | 0.9301 | 0.9300 | 0.9299 |
68
+ | 0.0989 | 4.4776 | 300 | 0.2785 | 0.9179 | 0.9181 | 0.9179 | 0.9168 |
69
+ | 0.088 | 5.2239 | 350 | 0.2658 | 0.9263 | 0.9271 | 0.9263 | 0.9266 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.48.2
75
+ - Pytorch 2.6.0+cu124
76
+ - Datasets 3.3.1
77
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "intfloat/multilingual-e5-base",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "negative",
15
+ "1": "positive",
16
+ "2": "neutral"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "negative": 0,
22
+ "neutral": 2,
23
+ "positive": 1
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "xlm-roberta",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "output_past": true,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.48.2",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 250002
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe26727958086b5f297b356c8abb4a47843b159374353ed959fff2e5cbff25a2
3
+ size 1112208084
runs/Apr15_17-16-34_lup-server/events.out.tfevents.1744726604.lup-server.2302256.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8440d30dfaff9d2645c2f5d02c0db8772d10267c16aa1009317768690934e62
3
+ size 10547
runs/Apr15_17-16-34_lup-server/events.out.tfevents.1744728997.lup-server.2302256.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de422126afd58fc91492620cc4b7c9526af4fded8f70d82d49511758b797f427
3
+ size 560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df5bcc4d5fbbf00923bd496062bc04d4848dc15cf948aee0804431342e256242
3
+ size 5432