tonirodriguez commited on
Commit
90fa863
1 Parent(s): 15c6a22

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # roberta-base-bne-finetuned-toxicity-tweets-25000
16
 
17
- This model is a fine-tuned version of [BSC-TeMU/roberta-base-bne](https://huggingface.co/BSC-TeMU/roberta-base-bne) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3297
20
- - Accuracy: 0.9069
21
 
22
  ## Model description
23
 
@@ -48,13 +48,13 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | 0.2219 | 1.0 | 149 | 0.2911 | 0.8980 |
52
- | 0.1078 | 2.0 | 298 | 0.3297 | 0.9069 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.28.1
58
- - Pytorch 2.0.1
59
- - Datasets 2.12.0
60
- - Tokenizers 0.11.0
 
14
 
15
  # roberta-base-bne-finetuned-toxicity-tweets-25000
16
 
17
+ This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.2860
20
+ - Accuracy: 0.9127
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.2325 | 1.0 | 149 | 0.2586 | 0.9108 |
52
+ | 0.0987 | 2.0 | 298 | 0.2860 | 0.9127 |
53
 
54
 
55
  ### Framework versions
56
 
57
+ - Transformers 4.21.3
58
+ - Pytorch 1.13.1+cu117
59
+ - Datasets 2.10.1
60
+ - Tokenizers 0.12.1