Kanit commited on
Commit
b73cd62
1 Parent(s): f779937

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -4,6 +4,11 @@ datasets:
4
  language:
5
  - en
6
  pipeline_tag: text-classification
 
 
 
 
 
7
  ---
8
  # BERT for hate speech classification
9
  The model is based on BERT and used for classifying a text as **toxic** and **non-toxic**.
 
4
  language:
5
  - en
6
  pipeline_tag: text-classification
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
  ---
13
  # BERT for hate speech classification
14
  The model is based on BERT and used for classifying a text as **toxic** and **non-toxic**.