selsar commited on
Commit
d398633
·
verified ·
1 Parent(s): d41e4f9

End of training

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/mdeberta-v3-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: nli-subgroups-target-abroad
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # nli-subgroups-target-abroad
18
+
19
+ This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.3895
22
+ - Accuracy: 0.9270
23
+ - Precision Binary: 0.5491
24
+ - Recall Binary: 0.6333
25
+ - F1 Binary: 0.5882
26
+ - Precision Micro: 0.9270
27
+ - Recall Micro: 0.9270
28
+ - F1 Micro: 0.9270
29
+ - Pr Auc: 0.5737
30
+ - Cohen Kappa: 0.5484
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 2e-05
50
+ - train_batch_size: 16
51
+ - eval_batch_size: 32
52
+ - seed: 42
53
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
+ - lr_scheduler_type: linear
55
+ - num_epochs: 3
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision Binary | Recall Binary | F1 Binary | Precision Micro | Recall Micro | F1 Micro | Pr Auc | Cohen Kappa |
60
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:----------------:|:-------------:|:---------:|:---------------:|:------------:|:--------:|:------:|:-----------:|
61
+ | No log | 1.0 | 456 | 1.0509 | 0.9237 | 0.5307 | 0.6333 | 0.5775 | 0.9237 | 0.9237 | 0.9237 | 0.5397 | 0.5359 |
62
+ | 1.1638 | 2.0 | 912 | 0.7448 | 0.9303 | 0.5782 | 0.5667 | 0.5724 | 0.9303 | 0.9303 | 0.9303 | 0.5361 | 0.5345 |
63
+ | 0.9414 | 3.0 | 1368 | 1.3895 | 0.9270 | 0.5491 | 0.6333 | 0.5882 | 0.9270 | 0.9270 | 0.9270 | 0.5737 | 0.5484 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.51.3
69
+ - Pytorch 2.6.0+cu124
70
+ - Datasets 2.14.4
71
+ - Tokenizers 0.21.1