mtyrrell commited on
Commit
0ba377d
1 Parent(s): 5dfade8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: IKT_classifier_transport_ghg_best
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # IKT_classifier_transport_ghg_best
16
+
17
+ 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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5948
20
+ - Precision Macro: 0.8995
21
+ - Precision Weighted: 0.8712
22
+ - Recall Macro: 0.8177
23
+ - Recall Weighted: 0.8605
24
+ - F1-score: 0.8456
25
+ - Accuracy: 0.8605
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 6.900299287565753e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 100.0
51
+ - num_epochs: 8
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision Macro | Precision Weighted | Recall Macro | Recall Weighted | F1-score | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------------:|:------------:|:---------------:|:--------:|:--------:|
57
+ | No log | 1.0 | 52 | 0.9196 | 0.5132 | 0.6619 | 0.5936 | 0.7674 | 0.5493 | 0.7674 |
58
+ | No log | 2.0 | 104 | 0.4997 | 0.9079 | 0.8830 | 0.7807 | 0.8605 | 0.8112 | 0.8605 |
59
+ | No log | 3.0 | 156 | 0.4113 | 0.7992 | 0.8372 | 0.7992 | 0.8372 | 0.7992 | 0.8372 |
60
+ | No log | 4.0 | 208 | 0.3726 | 0.9186 | 0.8935 | 0.8713 | 0.8837 | 0.8898 | 0.8837 |
61
+ | No log | 5.0 | 260 | 0.5869 | 0.8687 | 0.8312 | 0.7446 | 0.8140 | 0.7758 | 0.8140 |
62
+ | No log | 6.0 | 312 | 0.5321 | 0.8463 | 0.8593 | 0.8168 | 0.8605 | 0.8293 | 0.8605 |
63
+ | No log | 7.0 | 364 | 0.5608 | 0.9149 | 0.8907 | 0.8353 | 0.8837 | 0.8632 | 0.8837 |
64
+ | No log | 8.0 | 416 | 0.5948 | 0.8995 | 0.8712 | 0.8177 | 0.8605 | 0.8456 | 0.8605 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.30.2
70
+ - Pytorch 2.0.1+cu118
71
+ - Datasets 2.13.1
72
+ - Tokenizers 0.13.3