kanishkk commited on
Commit
1f9175e
·
verified ·
1 Parent(s): 82f05ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Model Card for Model ID
2
 
3
  This model card provides details for the roberta-offensive-classifier, a binary text classification model fine-tuned to detect offensive and hateful language. Built on top of FacebookAI's RoBERTa-base architecture, it is intended for moderation of user-generated content.
 
1
+ ---
2
+ license: cc-by-nc-3.0
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ - recall
8
+ - precision
9
+ - f1
10
+ base_model:
11
+ - FacebookAI/roberta-base
12
+ pipeline_tag: text-classification
13
+
14
+ ---
15
+
16
+
17
  # Model Card for Model ID
18
 
19
  This model card provides details for the roberta-offensive-classifier, a binary text classification model fine-tuned to detect offensive and hateful language. Built on top of FacebookAI's RoBERTa-base architecture, it is intended for moderation of user-generated content.