Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
+
|
7 |
+
|
8 |
+
# Counter-Speech Classifier
|
9 |
+
|
10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
+
|
12 |
+
The BERT-based counter-speech classifier is finetuned on the [CONAN](https://github.com/marcoguerini/CONAN) dataset for classifying whether a response is counter-speech, based on the counter-argument classifier [ThinkCERCA/counterargument_hugging](https://huggingface.co/ThinkCERCA/counterargument_hugging)
|
13 |
+
## Uses
|
14 |
+
|
15 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
16 |
+
The model is intended for classifying LM-generated dialogue responses, evaluating their validity as counter-speech.
|