howanching-clara commited on
Commit
17dccb5
·
verified ·
1 Parent(s): 08657b8

End of training

Browse files
Files changed (2) hide show
  1. README.md +22 -27
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
- base_model: sentence-transformers/multi-qa-MiniLM-L6-cos-v1
5
  metrics:
6
  - accuracy
7
  - precision
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [sentence-transformers/multi-qa-MiniLM-L6-cos-v1](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 3.6836
23
- - Accuracy: 0.5091
24
- - Precision: 0.5091
25
- - Recall: 0.5091
26
- - F1: 0.5091
27
 
28
  ## Model description
29
 
@@ -48,32 +48,27 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 20
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
- | 2.3001 | 1.0 | 712 | 1.9740 | 0.4306 | 0.4306 | 0.4306 | 0.4306 |
58
- | 2.0028 | 2.0 | 1424 | 1.9084 | 0.4418 | 0.4418 | 0.4418 | 0.4418 |
59
- | 1.7335 | 3.0 | 2136 | 1.8073 | 0.4642 | 0.4642 | 0.4642 | 0.4642 |
60
- | 1.6116 | 4.0 | 2848 | 1.8696 | 0.4853 | 0.4853 | 0.4853 | 0.4853 |
61
- | 1.2663 | 5.0 | 3560 | 1.8992 | 0.4783 | 0.4783 | 0.4783 | 0.4783 |
62
- | 1.0998 | 6.0 | 4272 | 2.0148 | 0.4923 | 0.4923 | 0.4923 | 0.4923 |
63
- | 1.0126 | 7.0 | 4984 | 2.3935 | 0.4684 | 0.4684 | 0.4684 | 0.4684 |
64
- | 0.7917 | 8.0 | 5696 | 2.5295 | 0.5035 | 0.5035 | 0.5035 | 0.5035 |
65
- | 0.7038 | 9.0 | 6408 | 2.9043 | 0.4909 | 0.4909 | 0.4909 | 0.4909 |
66
- | 0.601 | 10.0 | 7120 | 2.9520 | 0.5021 | 0.5021 | 0.5021 | 0.5021 |
67
- | 0.5927 | 11.0 | 7832 | 3.0934 | 0.5175 | 0.5175 | 0.5175 | 0.5175 |
68
- | 0.5112 | 12.0 | 8544 | 3.2217 | 0.5021 | 0.5021 | 0.5021 | 0.5021 |
69
- | 0.4325 | 13.0 | 9256 | 3.3412 | 0.5119 | 0.5119 | 0.5119 | 0.5119 |
70
- | 0.4005 | 14.0 | 9968 | 3.4485 | 0.5161 | 0.5161 | 0.5161 | 0.5161 |
71
- | 0.3646 | 15.0 | 10680 | 3.6021 | 0.4825 | 0.4825 | 0.4825 | 0.4825 |
72
- | 0.3385 | 16.0 | 11392 | 3.4522 | 0.5203 | 0.5203 | 0.5203 | 0.5203 |
73
- | 0.316 | 17.0 | 12104 | 3.5701 | 0.5175 | 0.5175 | 0.5175 | 0.5175 |
74
- | 0.266 | 18.0 | 12816 | 3.6202 | 0.5063 | 0.5063 | 0.5063 | 0.5063 |
75
- | 0.2518 | 19.0 | 13528 | 3.6250 | 0.5175 | 0.5175 | 0.5175 | 0.5175 |
76
- | 0.254 | 20.0 | 14240 | 3.6836 | 0.5091 | 0.5091 | 0.5091 | 0.5091 |
77
 
78
 
79
  ### Framework versions
 
1
  ---
2
+ base_model: sentence-transformers/multi-qa-MiniLM-L6-cos-v1
3
  tags:
4
  - generated_from_trainer
 
5
  metrics:
6
  - accuracy
7
  - precision
 
19
 
20
  This model is a fine-tuned version of [sentence-transformers/multi-qa-MiniLM-L6-cos-v1](https://huggingface.co/sentence-transformers/multi-qa-MiniLM-L6-cos-v1) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 2.7780
23
+ - Accuracy: 0.5526
24
+ - Precision: 0.5526
25
+ - Recall: 0.5526
26
+ - F1: 0.5526
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 15
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
+ | 2.3017 | 1.0 | 712 | 2.0180 | 0.4362 | 0.4362 | 0.4362 | 0.4362 |
58
+ | 2.09 | 2.0 | 1424 | 1.8306 | 0.4390 | 0.4390 | 0.4390 | 0.4390 |
59
+ | 1.775 | 3.0 | 2136 | 1.7843 | 0.4783 | 0.4783 | 0.4783 | 0.4783 |
60
+ | 1.5811 | 4.0 | 2848 | 1.7686 | 0.5175 | 0.5175 | 0.5175 | 0.5175 |
61
+ | 1.2665 | 5.0 | 3560 | 1.7257 | 0.5147 | 0.5147 | 0.5147 | 0.5147 |
62
+ | 1.0957 | 6.0 | 4272 | 1.8126 | 0.5568 | 0.5568 | 0.5568 | 0.5568 |
63
+ | 0.9661 | 7.0 | 4984 | 2.0472 | 0.5386 | 0.5386 | 0.5386 | 0.5386 |
64
+ | 0.7399 | 8.0 | 5696 | 2.1375 | 0.5428 | 0.5428 | 0.5428 | 0.5428 |
65
+ | 0.6533 | 9.0 | 6408 | 2.2761 | 0.5400 | 0.5400 | 0.5400 | 0.5400 |
66
+ | 0.5268 | 10.0 | 7120 | 2.4777 | 0.5400 | 0.5400 | 0.5400 | 0.5400 |
67
+ | 0.5067 | 11.0 | 7832 | 2.6160 | 0.5372 | 0.5372 | 0.5372 | 0.5372 |
68
+ | 0.4209 | 12.0 | 8544 | 2.6253 | 0.5512 | 0.5512 | 0.5512 | 0.5512 |
69
+ | 0.4102 | 13.0 | 9256 | 2.7287 | 0.5442 | 0.5442 | 0.5442 | 0.5442 |
70
+ | 0.3405 | 14.0 | 9968 | 2.7607 | 0.5470 | 0.5470 | 0.5470 | 0.5470 |
71
+ | 0.3278 | 15.0 | 10680 | 2.7780 | 0.5526 | 0.5526 | 0.5526 | 0.5526 |
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8349b9940b17ee860bdf3e9f10360cbd8d8df2df47c058ed62ebc9cad3a4f4a6
3
  size 90923400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cdbc1db3a83a30de79b03eff817560f4192ccf84230c33b721774f3b9f3c2cf
3
  size 90923400