xoyeop commited on
Commit
f4b7038
1 Parent(s): e0b30fc

Model save

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [microsoft/deberta-base](https://huggingface.co/microsoft/deberta-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3425
24
- - Precision: 0.7075
25
- - Recall: 0.7106
26
- - F1: 0.7090
27
- - Accuracy: 0.9442
28
 
29
  ## Model description
30
 
@@ -49,15 +49,17 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 3
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.3743 | 1.0 | 2500 | 0.4070 | 0.6887 | 0.6918 | 0.6894 | 0.9183 |
59
- | 0.2331 | 2.0 | 5000 | 0.3845 | 0.6980 | 0.7000 | 0.6989 | 0.9308 |
60
- | 0.1176 | 3.0 | 7500 | 0.3425 | 0.7075 | 0.7106 | 0.7090 | 0.9442 |
 
 
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [microsoft/deberta-base](https://huggingface.co/microsoft/deberta-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.3866
24
+ - Precision: 0.6323
25
+ - Recall: 0.6344
26
+ - F1: 0.6333
27
+ - Accuracy: 0.9484
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.3835 | 1.0 | 2500 | 0.4185 | 0.6829 | 0.6859 | 0.6832 | 0.9097 |
59
+ | 0.2718 | 2.0 | 5000 | 0.3822 | 0.7011 | 0.7016 | 0.7011 | 0.9329 |
60
+ | 0.1602 | 3.0 | 7500 | 0.3330 | 0.6302 | 0.6321 | 0.6311 | 0.9451 |
61
+ | 0.1018 | 4.0 | 10000 | 0.3639 | 0.6332 | 0.6351 | 0.6340 | 0.9496 |
62
+ | 0.0508 | 5.0 | 12500 | 0.3866 | 0.6323 | 0.6344 | 0.6333 | 0.9484 |
63
 
64
 
65
  ### Framework versions