k4black commited on
Commit
52b1995
1 Parent(s): 75ca685

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -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 [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.2158
20
- - F1: 0.9434
21
 
22
  ## Model description
23
 
@@ -43,21 +43,18 @@ 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
- | 1.1707 | 1.18 | 100 | 0.9760 | 0.3479 |
54
- | 0.9249 | 2.35 | 200 | 0.7532 | 0.6489 |
55
- | 0.7754 | 3.53 | 300 | 0.6164 | 0.7569 |
56
- | 0.628 | 4.71 | 400 | 0.5036 | 0.8118 |
57
- | 0.5537 | 5.88 | 500 | 0.3762 | 0.8734 |
58
- | 0.451 | 7.06 | 600 | 0.3100 | 0.8990 |
59
- | 0.3917 | 8.24 | 700 | 0.2503 | 0.9263 |
60
- | 0.3416 | 9.41 | 800 | 0.2158 | 0.9434 |
61
 
62
 
63
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0133
20
+ - F1: 0.5792
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
+ | 1.169 | 1.18 | 100 | 1.0580 | 0.2159 |
54
+ | 0.9143 | 2.35 | 200 | 0.9283 | 0.5405 |
55
+ | 0.7535 | 3.53 | 300 | 0.9387 | 0.5665 |
56
+ | 0.6085 | 4.71 | 400 | 0.9574 | 0.5664 |
57
+ | 0.53 | 5.88 | 500 | 1.0133 | 0.5792 |
 
 
 
58
 
59
 
60
  ### Framework versions