Igniter909 commited on
Commit
ec1fbb0
·
verified ·
1 Parent(s): 67d3523

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
19
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.3905
22
- - F1: 1.0
23
 
24
  ## Model description
25
 
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | F1 |
52
- |:-------------:|:-----:|:----:|:---------------:|:---:|
53
- | No log | 1.0 | 50 | 0.4854 | 0.8 |
54
- | No log | 2.0 | 100 | 0.3995 | 1.0 |
55
- | No log | 3.0 | 150 | 0.3905 | 1.0 |
56
 
57
 
58
  ### Framework versions
 
19
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.3905
22
+ - F1: 0.6861
23
 
24
  ## Model description
25
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 1.0479 | 1.0 | 50 | 0.4854 | 0.5857 |
54
+ | 0.4604 | 2.0 | 100 | 0.3995 | 0.6605 |
55
+ | 0.3797 | 3.0 | 150 | 0.3905 | 0.6861 |
56
 
57
 
58
  ### Framework versions