Emanuel commited on
Commit
c54d6d3
1 Parent(s): 5ab492a

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: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: mdeberta-v3-base-finetuned-pos
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
+ # mdeberta-v3-base-finetuned-pos
16
+
17
+ This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0887
20
+ - Acc: 0.9814
21
+ - F1: 0.8861
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Acc | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
52
+ | No log | 1.0 | 439 | 0.0965 | 0.9749 | 0.8471 |
53
+ | 0.3317 | 2.0 | 878 | 0.0815 | 0.9783 | 0.8702 |
54
+ | 0.0775 | 3.0 | 1317 | 0.0780 | 0.9812 | 0.8825 |
55
+ | 0.0568 | 4.0 | 1756 | 0.0769 | 0.9809 | 0.8827 |
56
+ | 0.0444 | 5.0 | 2195 | 0.0799 | 0.9811 | 0.8885 |
57
+ | 0.0339 | 6.0 | 2634 | 0.0834 | 0.9813 | 0.8821 |
58
+ | 0.0278 | 7.0 | 3073 | 0.0845 | 0.9817 | 0.8843 |
59
+ | 0.0222 | 8.0 | 3512 | 0.0866 | 0.9814 | 0.8863 |
60
+ | 0.0222 | 9.0 | 3951 | 0.0885 | 0.9814 | 0.8862 |
61
+ | 0.0188 | 10.0 | 4390 | 0.0887 | 0.9814 | 0.8861 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.20.0
67
+ - Pytorch 1.11.0+cu113
68
+ - Datasets 2.3.2
69
+ - Tokenizers 0.12.1