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