ilaria-oneofftech commited on
Commit
8a4be43
·
1 Parent(s): a0f1d84

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: ikitracs_conditional
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
+ # ikitracs_conditional
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.9018
20
+ - Precision Weighted: 0.7669
21
+ - Precision Macro: 0.7479
22
+ - Recall Weighted: 0.7712
23
+ - Recall Samples: 0.7345
24
+ - F1-score: 0.7400
25
+ - Accuracy: 0.7712
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: 5.8e-05
45
+ - train_batch_size: 8
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: 300
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision Weighted | Precision Macro | Recall Weighted | Recall Samples | F1-score | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:------------------:|:---------------:|:---------------:|:--------------:|:--------:|:--------:|
57
+ | 0.6787 | 1.0 | 212 | 0.6461 | 0.6859 | 0.6493 | 0.6792 | 0.6546 | 0.6513 | 0.6792 |
58
+ | 0.6006 | 2.0 | 424 | 0.6125 | 0.7370 | 0.7301 | 0.7429 | 0.6690 | 0.6792 | 0.7429 |
59
+ | 0.4826 | 3.0 | 636 | 0.7111 | 0.7458 | 0.7270 | 0.7524 | 0.7071 | 0.7142 | 0.7524 |
60
+ | 0.3487 | 4.0 | 848 | 0.7359 | 0.7536 | 0.7242 | 0.75 | 0.7297 | 0.7266 | 0.75 |
61
+ | 0.2199 | 5.0 | 1060 | 0.9018 | 0.7669 | 0.7479 | 0.7712 | 0.7345 | 0.7400 | 0.7712 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.28.0
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.13.0
69
+ - Tokenizers 0.13.3