mtyrrell commited on
Commit
3c4be43
·
1 Parent(s): f4b613f

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_netzero_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_netzero_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.9526
20
+ - Precision Macro: 0.7813
21
+ - Precision Weighted: 0.8164
22
+ - Recall Macro: 0.7734
23
+ - Recall Weighted: 0.7812
24
+ - F1-score: 0.7644
25
+ - Accuracy: 0.7812
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: 9.588722322096848e-05
45
+ - train_batch_size: 3
46
+ - eval_batch_size: 3
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: 400.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 | 114 | 0.8267 | 0.8056 | 0.8151 | 0.6601 | 0.6875 | 0.6418 | 0.6875 |
58
+ | No log | 2.0 | 228 | 0.4916 | 0.8095 | 0.8371 | 0.8290 | 0.8125 | 0.8113 | 0.8125 |
59
+ | No log | 3.0 | 342 | 0.4784 | 0.8535 | 0.8920 | 0.8682 | 0.875 | 0.8569 | 0.875 |
60
+ | No log | 4.0 | 456 | 0.8909 | 0.7813 | 0.8164 | 0.7734 | 0.7812 | 0.7644 | 0.7812 |
61
+ | 0.6167 | 5.0 | 570 | 0.6673 | 0.8242 | 0.8650 | 0.8649 | 0.8125 | 0.8260 | 0.8125 |
62
+ | 0.6167 | 6.0 | 684 | 0.7110 | 0.8413 | 0.8795 | 0.8845 | 0.8438 | 0.8505 | 0.8438 |
63
+ | 0.6167 | 7.0 | 798 | 1.3731 | 0.7778 | 0.8281 | 0.7702 | 0.7188 | 0.7380 | 0.7188 |
64
+ | 0.6167 | 8.0 | 912 | 0.9526 | 0.7813 | 0.8164 | 0.7734 | 0.7812 | 0.7644 | 0.7812 |
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