k4black commited on
Commit
373ccf0
1 Parent(s): 5ddfc33

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -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 [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.4469
20
- - F1: 0.8470
21
 
22
  ## Model description
23
 
@@ -43,21 +43,20 @@ 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.1983 | 1.18 | 100 | 1.1133 | 0.1623 |
54
- | 1.0984 | 2.35 | 200 | 0.9809 | 0.2407 |
55
- | 0.9901 | 3.53 | 300 | 0.8533 | 0.5465 |
56
- | 0.8389 | 4.71 | 400 | 0.7101 | 0.6863 |
57
- | 0.7889 | 5.88 | 500 | 0.5927 | 0.7696 |
58
- | 0.6865 | 7.06 | 600 | 0.5303 | 0.8061 |
59
- | 0.6364 | 8.24 | 700 | 0.4778 | 0.8278 |
60
- | 0.5907 | 9.41 | 800 | 0.4469 | 0.8470 |
61
 
62
 
63
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0636
20
+ - F1: 0.5250
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.2188 | 1.18 | 100 | 1.1325 | 0.1501 |
54
+ | 1.0837 | 2.35 | 200 | 1.0649 | 0.2187 |
55
+ | 0.9903 | 3.53 | 300 | 1.0039 | 0.4133 |
56
+ | 0.8634 | 4.71 | 400 | 0.9906 | 0.4265 |
57
+ | 0.812 | 5.88 | 500 | 1.0208 | 0.4634 |
58
+ | 0.7195 | 7.06 | 600 | 1.0297 | 0.5146 |
59
+ | 0.6659 | 8.24 | 700 | 1.0636 | 0.5250 |
 
60
 
61
 
62
  ### Framework versions