coderSounak commited on
Commit
977fa10
1 Parent(s): ef53f62

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # finetuned_twitter_profane_roberta
18
 
19
- This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3401
22
- - Accuracy: 0.9554
23
- - F1: 0.4878
24
- - Precision: 0.5
25
- - Recall: 0.4762
26
 
27
  ## Model description
28
 
@@ -47,7 +47,7 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 10
51
 
52
  ### Training results
53
 
 
16
 
17
  # finetuned_twitter_profane_roberta
18
 
19
+ This model is a fine-tuned version of [cardiffnlp/twitter-xlm-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.5482
22
+ - Accuracy: 0.8253
23
+ - F1: 0.8391
24
+ - Precision: 0.8006
25
+ - Recall: 0.8814
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 5
51
 
52
  ### Training results
53