themendu commited on
Commit
5ce5867
·
verified ·
1 Parent(s): 5155b99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -5,6 +5,23 @@ language:
5
  base_model:
6
  - allenai/longformer-base-4096
7
  pipeline_tag: text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
  # HarmFormer
10
 
 
5
  base_model:
6
  - allenai/longformer-base-4096
7
  pipeline_tag: text-classification
8
+ metrics:
9
+ - f1
10
+ - precision
11
+ - recall
12
+ tags:
13
+ - suicide
14
+ - toxic
15
+ - hate
16
+ - text classification
17
+ - classifier
18
+ - nlp
19
+ - bias
20
+ - hate speech
21
+ - RAI
22
+ - offensive
23
+ - sexual
24
+ - inappropriate
25
  ---
26
  # HarmFormer
27