KAXY commited on
Commit
5e6e128
·
verified ·
1 Parent(s): 5995fa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - cardiffnlp/tweet-topic-21-multi
7
+ pipeline_tag: text-classification
8
+ ---
9
+ # Target-Group Classifier
10
+
11
+ <!-- Provide a quick summary of what the model is/does. -->
12
+
13
+ The RoBERTa-based target-demographic classifier is finetuned on the combined dataset of [CONAN](https://github.com/marcoguerini/CONAN) and [CrowdCounter](https://github.com/hate-alert/crowdcounter) for classifying whether a sequence is about one or multiple of the 8 target group, based on the sexism detector [cardiffnlp/tweet-topic-21-multi](https://huggingface.co/cardiffnlp/tweet-topic-21-multi)
14
+
15
+ Currently trained for the following classes:
16
+ ["MIGRANTS", "POC", "LGBT+", "MUSLIMS", "WOMEN", "JEWS", "other", "DISABLED"]
17
+
18
+ ## Uses
19
+
20
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
21
+ The model is intended for classifying LM-generated dialogue responses, and evaluating their relevancy to the given input sequence.