buruzaemon commited on
Commit
c805aa5
1 Parent(s): 8b5bd2c

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.1751
21
- - F1: 0.8548
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.2993 | 1.0 | 835 | 0.1903 | 0.8195 |
53
- | 0.1587 | 2.0 | 1670 | 0.1767 | 0.8384 |
54
- | 0.1017 | 3.0 | 2505 | 0.1751 | 0.8548 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.31.0
60
- - Pytorch 1.13.1.post200
61
  - Datasets 2.14.4
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.1762
21
+ - F1: 0.8538
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.3003 | 1.0 | 835 | 0.1996 | 0.8102 |
53
+ | 0.1572 | 2.0 | 1670 | 0.1734 | 0.8443 |
54
+ | 0.1024 | 3.0 | 2505 | 0.1762 | 0.8538 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.31.0
60
+ - Pytorch 1.12.1.post201
61
  - Datasets 2.14.4
62
  - Tokenizers 0.13.3