lBober commited on
Commit
1dcaa76
1 Parent(s): fa0e550

lBober/my-model-MiniLM-Area

Browse files
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [Microsoft/Multilingual-MiniLM-L12-H384](https://huggingface.co/Microsoft/Multilingual-MiniLM-L12-H384) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.4852
24
- - Accuracy: 0.4892
25
- - F1: 0.3927
26
- - Precision: 0.3289
27
- - Recall: 0.4892
28
 
29
  ## Model description
30
 
@@ -49,22 +49,32 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 10
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
- | 1.8469 | 1.0 | 81 | 1.7939 | 0.2446 | 0.0961 | 0.0598 | 0.2446 |
59
- | 1.7515 | 2.0 | 162 | 1.7363 | 0.3453 | 0.2319 | 0.1909 | 0.3453 |
60
- | 1.6348 | 3.0 | 243 | 1.6204 | 0.4029 | 0.2657 | 0.1988 | 0.4029 |
61
- | 1.5572 | 4.0 | 324 | 1.6158 | 0.3741 | 0.2475 | 0.1873 | 0.3741 |
62
- | 1.5085 | 5.0 | 405 | 1.5680 | 0.3885 | 0.2590 | 0.1972 | 0.3885 |
63
- | 1.4737 | 6.0 | 486 | 1.5973 | 0.3813 | 0.2555 | 0.2021 | 0.3813 |
64
- | 1.3872 | 7.0 | 567 | 1.5049 | 0.3957 | 0.2642 | 0.2033 | 0.3957 |
65
- | 1.3258 | 8.0 | 648 | 1.4691 | 0.4892 | 0.3916 | 0.3266 | 0.4892 |
66
- | 1.2954 | 9.0 | 729 | 1.4854 | 0.4820 | 0.3861 | 0.3225 | 0.4820 |
67
- | 1.2626 | 10.0 | 810 | 1.4852 | 0.4892 | 0.3927 | 0.3289 | 0.4892 |
 
 
 
 
 
 
 
 
 
 
68
 
69
 
70
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [Microsoft/Multilingual-MiniLM-L12-H384](https://huggingface.co/Microsoft/Multilingual-MiniLM-L12-H384) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.7030
24
+ - Accuracy: 0.4604
25
+ - F1: 0.4211
26
+ - Precision: 0.4635
27
+ - Recall: 0.4604
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 20
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 1.8269 | 1.0 | 81 | 1.7906 | 0.3022 | 0.1832 | 0.1444 | 0.3022 |
59
+ | 1.6732 | 2.0 | 162 | 1.7044 | 0.3381 | 0.2021 | 0.1453 | 0.3381 |
60
+ | 1.5682 | 3.0 | 243 | 1.6712 | 0.3381 | 0.2041 | 0.1462 | 0.3381 |
61
+ | 1.474 | 4.0 | 324 | 1.6753 | 0.3165 | 0.1918 | 0.1435 | 0.3165 |
62
+ | 1.3727 | 5.0 | 405 | 1.6871 | 0.3165 | 0.1913 | 0.1424 | 0.3165 |
63
+ | 1.2838 | 6.0 | 486 | 1.7624 | 0.3094 | 0.1875 | 0.1450 | 0.3094 |
64
+ | 1.2015 | 7.0 | 567 | 1.7454 | 0.3381 | 0.2555 | 0.2103 | 0.3381 |
65
+ | 1.1481 | 8.0 | 648 | 1.6219 | 0.4173 | 0.3319 | 0.2848 | 0.4173 |
66
+ | 1.0393 | 9.0 | 729 | 1.6179 | 0.4101 | 0.3515 | 0.4186 | 0.4101 |
67
+ | 0.9609 | 10.0 | 810 | 1.5942 | 0.4460 | 0.4154 | 0.4790 | 0.4460 |
68
+ | 0.8892 | 11.0 | 891 | 1.5765 | 0.4388 | 0.3927 | 0.3892 | 0.4388 |
69
+ | 0.8146 | 12.0 | 972 | 1.5880 | 0.4532 | 0.4104 | 0.4634 | 0.4532 |
70
+ | 0.7427 | 13.0 | 1053 | 1.6326 | 0.4604 | 0.4153 | 0.4649 | 0.4604 |
71
+ | 0.6991 | 14.0 | 1134 | 1.8251 | 0.4317 | 0.3888 | 0.4749 | 0.4317 |
72
+ | 0.641 | 15.0 | 1215 | 1.6103 | 0.4604 | 0.4210 | 0.4605 | 0.4604 |
73
+ | 0.5892 | 16.0 | 1296 | 1.6240 | 0.4892 | 0.4462 | 0.4940 | 0.4892 |
74
+ | 0.5565 | 17.0 | 1377 | 1.6828 | 0.4460 | 0.4002 | 0.4503 | 0.4460 |
75
+ | 0.5202 | 18.0 | 1458 | 1.6728 | 0.4604 | 0.4204 | 0.4452 | 0.4604 |
76
+ | 0.498 | 19.0 | 1539 | 1.6580 | 0.4964 | 0.4641 | 0.5068 | 0.4964 |
77
+ | 0.48 | 20.0 | 1620 | 1.7030 | 0.4604 | 0.4211 | 0.4635 | 0.4604 |
78
 
79
 
80
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49055f82d55557544db00673f3fcd37b24a04a5d98a3d9076f9f112df3fa9f74
3
  size 470649364
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1269508880b89e91f8832d3604d27a959c647b2f3027dedf421fdc5c258bafe
3
  size 470649364
runs/May25_20-31-24_54438e66731d/events.out.tfevents.1716669085.54438e66731d.23181.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:452472e0b09c889aaa0054867a106fd7f0533610ffa8c5450b7ba8a9f7d523a5
3
+ size 19105
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1861e9da99249109b6874dc84074380ff42f68dee7bc7d45296d3a6d4ea7827
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d4d2f92da563386822c07914e44422e17497eb2e36a947a3ba0b9f8a368a94
3
  size 5112