atharva-m commited on
Commit
0d1e8cf
·
verified ·
1 Parent(s): c8a3dec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -12,6 +12,11 @@ language:
12
  pipeline_tag: text-classification
13
  datasets:
14
  - tweets-hate-speech-detection/tweets_hate_speech_detection
 
 
 
 
 
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -23,6 +28,10 @@ This model is a fine-tuned version of [roberta-base](https://huggingface.co/robe
23
 
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.0994
 
 
 
 
26
 
27
  ## Model description
28
 
 
12
  pipeline_tag: text-classification
13
  datasets:
14
  - tweets-hate-speech-detection/tweets_hate_speech_detection
15
+ metrics:
16
+ - accuracy
17
+ - precision
18
+ - recall
19
+ - f1
20
  ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  It achieves the following results on the evaluation set:
30
  - Loss: 0.0994
31
+ - Accuracy: 0.9613
32
+ - Precision: 0.9626
33
+ - Recall: 0.9613
34
+ - F1_score: 0.9619
35
 
36
  ## Model description
37