ppsingh commited on
Commit
7254b8d
·
1 Parent(s): f9eb8b4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: mpnet-multilabel-sector-classifier
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # mpnet-multilabel-sector-classifier
14
+
15
+ This model is a fine-tuned version of [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2273
18
+ - Precision Micro: 0.8075
19
+ - Precision Weighted: 0.8110
20
+ - Precision Samples: 0.8365
21
+ - Recall Micro: 0.8897
22
+ - Recall Weighted: 0.8897
23
+ - Recall Samples: 0.8922
24
+ - F1-score: 0.8464
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 6.9e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 200
50
+ - num_epochs: 8
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision Micro | Precision Weighted | Precision Samples | Recall Micro | Recall Weighted | Recall Samples | F1-score |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------------:|:-----------------:|:------------:|:---------------:|:--------------:|:--------:|
56
+ | 0.4478 | 1.0 | 897 | 0.2277 | 0.6731 | 0.7183 | 0.7460 | 0.8822 | 0.8822 | 0.8989 | 0.7871 |
57
+ | 0.2241 | 2.0 | 1794 | 0.1862 | 0.7088 | 0.7485 | 0.7754 | 0.8933 | 0.8933 | 0.9110 | 0.8108 |
58
+ | 0.1647 | 3.0 | 2691 | 0.2025 | 0.6785 | 0.7023 | 0.7634 | 0.9124 | 0.9124 | 0.9252 | 0.8077 |
59
+ | 0.1232 | 4.0 | 3588 | 0.1839 | 0.7274 | 0.7322 | 0.7976 | 0.9029 | 0.9029 | 0.9134 | 0.8286 |
60
+ | 0.0899 | 5.0 | 4485 | 0.1889 | 0.7919 | 0.8007 | 0.8350 | 0.8909 | 0.8909 | 0.9060 | 0.8483 |
61
+ | 0.0653 | 6.0 | 5382 | 0.2039 | 0.7478 | 0.7544 | 0.8098 | 0.8973 | 0.8973 | 0.9114 | 0.8346 |
62
+ | 0.0462 | 7.0 | 6279 | 0.2149 | 0.7447 | 0.7500 | 0.8060 | 0.8989 | 0.8989 | 0.9107 | 0.8323 |
63
+ | 0.0336 | 8.0 | 7176 | 0.2181 | 0.7733 | 0.7780 | 0.8221 | 0.8909 | 0.8909 | 0.9031 | 0.8400 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.28.0
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.12.0
71
+ - Tokenizers 0.13.3