buruzaemon commited on
Commit
2e74d55
1 Parent(s): 2a4eefe

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: mit
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -16,8 +17,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.1745
20
- - F1: 0.8563
21
 
22
  ## Model description
23
 
@@ -48,14 +49,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 0.3061 | 1.0 | 835 | 0.1934 | 0.8117 |
52
- | 0.1559 | 2.0 | 1670 | 0.1763 | 0.8442 |
53
- | 0.1006 | 3.0 | 2505 | 0.1745 | 0.8563 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.28.1
59
- - Pytorch 1.11.0
60
- - Datasets 2.12.0
61
  - Tokenizers 0.13.3
 
1
  ---
2
  license: mit
3
+ base_model: xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
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
 
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