nikitakapitan commited on
Commit
47ab82f
1 Parent(s): dd2a590

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1696
21
- - F1: 0.8780
22
 
23
  ## Model description
24
 
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | 0.2787 | 1.0 | 1150 | 0.1796 | 0.8437 |
53
- | 0.151 | 2.0 | 2300 | 0.1653 | 0.8666 |
54
- | 0.096 | 3.0 | 3450 | 0.1696 | 0.8780 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.31.0
60
  - Pytorch 2.0.1+cu118
61
- - Datasets 2.13.1
62
  - Tokenizers 0.13.3
 
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1604
21
+ - F1: 0.8595
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.2865 | 1.0 | 715 | 0.1769 | 0.8240 |
53
+ | 0.1463 | 2.0 | 1430 | 0.1601 | 0.8420 |
54
+ | 0.0937 | 3.0 | 2145 | 0.1604 | 0.8595 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.31.0
60
  - Pytorch 2.0.1+cu118
61
+ - Datasets 2.14.0
62
  - Tokenizers 0.13.3