domenicrosati commited on
Commit
87c52ed
1 Parent(s): 4eaea61

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -9
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [microsoft/deberta-v3-xsmall](https://huggingface.co/microsoft/deberta-v3-xsmall) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1285
22
- - Accuracy: 0.9794
23
- - F1: 0.9850
24
 
25
  ## Model description
26
 
@@ -46,18 +46,33 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 1000
49
- - num_epochs: 5
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
- | No log | 1.0 | 402 | 0.2610 | 0.9477 | 0.9621 |
57
- | 0.4318 | 2.0 | 804 | 0.2039 | 0.9421 | 0.9559 |
58
- | 0.1105 | 3.0 | 1206 | 0.1734 | 0.9664 | 0.9748 |
59
- | 0.0451 | 4.0 | 1608 | 0.1000 | 0.9850 | 0.9890 |
60
- | 0.0073 | 5.0 | 2010 | 0.1285 | 0.9794 | 0.9850 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [microsoft/deberta-v3-xsmall](https://huggingface.co/microsoft/deberta-v3-xsmall) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0798
22
+ - Accuracy: 0.9907
23
+ - F1: 0.9934
24
 
25
  ## Model description
26
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 1000
49
+ - num_epochs: 20
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | No log | 1.0 | 402 | 0.1626 | 0.9477 | 0.9616 |
57
+ | 0.4003 | 2.0 | 804 | 0.0586 | 0.9794 | 0.9853 |
58
+ | 0.1075 | 3.0 | 1206 | 0.0342 | 0.9907 | 0.9933 |
59
+ | 0.0581 | 4.0 | 1608 | 0.1140 | 0.9776 | 0.9838 |
60
+ | 0.0245 | 5.0 | 2010 | 0.1409 | 0.9776 | 0.9842 |
61
+ | 0.0245 | 6.0 | 2412 | 0.0732 | 0.9832 | 0.9881 |
62
+ | 0.0167 | 7.0 | 2814 | 0.1996 | 0.9682 | 0.9778 |
63
+ | 0.0139 | 8.0 | 3216 | 0.1219 | 0.9850 | 0.9894 |
64
+ | 0.006 | 9.0 | 3618 | 0.0670 | 0.9907 | 0.9934 |
65
+ | 0.0067 | 10.0 | 4020 | 0.1036 | 0.9869 | 0.9907 |
66
+ | 0.0067 | 11.0 | 4422 | 0.1220 | 0.9776 | 0.9838 |
67
+ | 0.0041 | 12.0 | 4824 | 0.1768 | 0.9776 | 0.9839 |
68
+ | 0.0007 | 13.0 | 5226 | 0.0943 | 0.9888 | 0.9920 |
69
+ | 0.0 | 14.0 | 5628 | 0.0959 | 0.9907 | 0.9934 |
70
+ | 0.0054 | 15.0 | 6030 | 0.0915 | 0.9888 | 0.9921 |
71
+ | 0.0054 | 16.0 | 6432 | 0.1618 | 0.9794 | 0.9855 |
72
+ | 0.0019 | 17.0 | 6834 | 0.0794 | 0.9907 | 0.9934 |
73
+ | 0.0 | 18.0 | 7236 | 0.0799 | 0.9907 | 0.9934 |
74
+ | 0.0 | 19.0 | 7638 | 0.0797 | 0.9907 | 0.9934 |
75
+ | 0.0 | 20.0 | 8040 | 0.0798 | 0.9907 | 0.9934 |
76
 
77
 
78
  ### Framework versions