haesun commited on
Commit
7049fb3
1 Parent(s): 0cf10d8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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 the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1654
20
- - F1: 0.8590
21
 
22
  ## Model description
23
 
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 0.2845 | 1.0 | 715 | 0.1831 | 0.8249 |
52
- | 0.1449 | 2.0 | 1430 | 0.1643 | 0.8479 |
53
- | 0.0929 | 3.0 | 2145 | 0.1654 | 0.8590 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.21.2
59
- - Pytorch 1.12.1+cu113
60
- - Datasets 2.4.0
61
- - Tokenizers 0.12.1
 
16
 
17
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1638
20
+ - F1: 0.8584
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.2938 | 1.0 | 715 | 0.1806 | 0.8238 |
52
+ | 0.1504 | 2.0 | 1430 | 0.1598 | 0.8469 |
53
+ | 0.0964 | 3.0 | 2145 | 0.1638 | 0.8584 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.26.1
59
+ - Pytorch 1.13.1+cu116
60
+ - Datasets 2.10.1
61
+ - Tokenizers 0.13.2