abdulrahman-nuzha commited on
Commit
dfce904
·
verified ·
1 Parent(s): 0026572

End of training

Browse files
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: intfloat/e5-small-v2
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: intfloat-e5-small-v2-english-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-small-v2-english-fp16
21
+
22
+ This model is a fine-tuned version of [intfloat/e5-small-v2](https://huggingface.co/intfloat/e5-small-v2) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.3427
25
+ - Accuracy: 0.8782
26
+ - Precision: 0.8776
27
+ - Recall: 0.8782
28
+ - F1: 0.8775
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.1017 | 0.3922 | 50 | 1.0911 | 0.4838 | 0.6437 | 0.4838 | 0.3167 |
64
+ | 1.0722 | 0.7843 | 100 | 1.0402 | 0.4828 | 0.7503 | 0.4828 | 0.3144 |
65
+ | 0.9617 | 1.1725 | 150 | 0.8690 | 0.6640 | 0.7296 | 0.6640 | 0.5914 |
66
+ | 0.7693 | 1.5647 | 200 | 0.6639 | 0.7382 | 0.7779 | 0.7382 | 0.6929 |
67
+ | 0.6056 | 1.9569 | 250 | 0.5194 | 0.8492 | 0.8489 | 0.8492 | 0.8475 |
68
+ | 0.4773 | 2.3451 | 300 | 0.4449 | 0.8635 | 0.8630 | 0.8635 | 0.8614 |
69
+ | 0.4215 | 2.7373 | 350 | 0.4152 | 0.8635 | 0.8645 | 0.8635 | 0.8613 |
70
+ | 0.3754 | 3.1255 | 400 | 0.3933 | 0.8679 | 0.8699 | 0.8679 | 0.8654 |
71
+ | 0.3225 | 3.5176 | 450 | 0.3570 | 0.8762 | 0.8755 | 0.8762 | 0.8754 |
72
+ | 0.3221 | 3.9098 | 500 | 0.3455 | 0.8748 | 0.8742 | 0.8748 | 0.8736 |
73
+ | 0.272 | 4.2980 | 550 | 0.3507 | 0.8821 | 0.8816 | 0.8821 | 0.8811 |
74
+ | 0.2695 | 4.6902 | 600 | 0.3427 | 0.8782 | 0.8776 | 0.8782 | 0.8775 |
75
+ | 0.2478 | 5.0784 | 650 | 0.3466 | 0.8792 | 0.8787 | 0.8792 | 0.8781 |
76
+ | 0.2347 | 5.4706 | 700 | 0.3530 | 0.8821 | 0.8824 | 0.8821 | 0.8806 |
77
+ | 0.222 | 5.8627 | 750 | 0.3399 | 0.8851 | 0.8851 | 0.8851 | 0.8837 |
78
+ | 0.2053 | 6.2510 | 800 | 0.3487 | 0.8797 | 0.8794 | 0.8797 | 0.8789 |
79
+ | 0.1989 | 6.6431 | 850 | 0.3481 | 0.8806 | 0.8802 | 0.8806 | 0.8796 |
80
+ | 0.1914 | 7.0314 | 900 | 0.3536 | 0.8806 | 0.8805 | 0.8806 | 0.8796 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.51.1
86
+ - Pytorch 2.6.0+cu124
87
+ - Datasets 3.5.0
88
+ - 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": 384,
10
+ "id2label": {
11
+ "0": "negative",
12
+ "1": "positive",
13
+ "2": "neutral"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1536,
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": 12,
26
+ "num_hidden_layers": 12,
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:bf54465d14f885750c9d78029d6d7b6e1064cb0ba72db5ea93b923be4330137a
3
+ size 133467916
runs/Apr16_15-57-18_9424de0d1b18/events.out.tfevents.1744819047.9424de0d1b18.1160.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5ef117df8f77535e7fcdf4479dd6708a13ab7aa716cd118b31c698c5c631f2
3
+ size 17795
runs/Apr16_15-57-18_9424de0d1b18/events.out.tfevents.1744819495.9424de0d1b18.1160.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eaf503d298324e220584171e2b2528b703b7d92916a9d4f7668ae26ee21a2a9
3
+ size 560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bb637d2ca68ca5e935f82225646b9da5f99b9075f51392efda2c5c7af7e4eeb
3
+ size 5368