mtyrrell commited on
Commit
6d89039
·
1 Parent(s): d28f22b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: sentence-transformers/all-mpnet-base-v2
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: IKT_classifier_target_best
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # IKT_classifier_target_best
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.2820
21
+ - Precision Macro: 0.9487
22
+ - Precision Weighted: 0.9455
23
+ - Recall Macro: 0.9378
24
+ - Recall Weighted: 0.9423
25
+ - F1-score: 0.9412
26
+ - Accuracy: 0.9423
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 4.055539898211945e-05
46
+ - train_batch_size: 3
47
+ - eval_batch_size: 3
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 400.0
52
+ - num_epochs: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision Macro | Precision Weighted | Recall Macro | Recall Weighted | F1-score | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------------:|:------------:|:---------------:|:--------:|:--------:|
58
+ | No log | 1.0 | 467 | 0.3171 | 0.9197 | 0.9179 | 0.9131 | 0.9167 | 0.9154 | 0.9167 |
59
+ | 0.4991 | 2.0 | 934 | 0.2515 | 0.9197 | 0.9179 | 0.9131 | 0.9167 | 0.9154 | 0.9167 |
60
+ | 0.4101 | 3.0 | 1401 | 0.2636 | 0.9407 | 0.9381 | 0.9319 | 0.9359 | 0.9348 | 0.9359 |
61
+ | 0.2713 | 4.0 | 1868 | 0.2515 | 0.9487 | 0.9455 | 0.9378 | 0.9423 | 0.9412 | 0.9423 |
62
+ | 0.2038 | 5.0 | 2335 | 0.2820 | 0.9487 | 0.9455 | 0.9378 | 0.9423 | 0.9412 | 0.9423 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.31.0
68
+ - Pytorch 2.0.1+cu118
69
+ - Datasets 2.13.1
70
+ - Tokenizers 0.13.3