k4black commited on
Commit
74b70db
1 Parent(s): a02d32b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.8266
20
- - F1: 0.4620
21
 
22
  ## Model description
23
 
@@ -43,21 +43,22 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 5
46
- - num_epochs: 10
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 2.1548 | 1.18 | 100 | 1.9373 | 0.1031 |
54
- | 1.8405 | 2.35 | 200 | 1.6535 | 0.1315 |
55
- | 1.6221 | 3.53 | 300 | 1.4279 | 0.2601 |
56
- | 1.4091 | 4.71 | 400 | 1.2069 | 0.3527 |
57
- | 1.2815 | 5.88 | 500 | 1.0597 | 0.3904 |
58
- | 1.1345 | 7.06 | 600 | 0.9616 | 0.4186 |
59
- | 1.0509 | 8.24 | 700 | 0.8848 | 0.4423 |
60
- | 0.9696 | 9.41 | 800 | 0.8266 | 0.4620 |
 
61
 
62
 
63
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.5524
20
+ - F1: 0.3162
21
 
22
  ## Model description
23
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 5
46
+ - num_epochs: 12
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 2.1209 | 1.18 | 100 | 1.9990 | 0.0801 |
54
+ | 1.7997 | 2.35 | 200 | 1.7293 | 0.1349 |
55
+ | 1.5749 | 3.53 | 300 | 1.6080 | 0.2431 |
56
+ | 1.3674 | 4.71 | 400 | 1.5411 | 0.2793 |
57
+ | 1.2214 | 5.88 | 500 | 1.5285 | 0.2980 |
58
+ | 1.0752 | 7.06 | 600 | 1.5165 | 0.3054 |
59
+ | 0.9899 | 8.24 | 700 | 1.5210 | 0.3186 |
60
+ | 0.8733 | 9.41 | 800 | 1.5385 | 0.3134 |
61
+ | 0.8578 | 10.59 | 900 | 1.5524 | 0.3162 |
62
 
63
 
64
  ### Framework versions