Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
library_name: transformers
|
| 4 |
-
tags:
|
| 5 |
-
- microaggression
|
| 6 |
-
- deberta
|
| 7 |
license: apache-2.0
|
| 8 |
---
|
| 9 |
-
|
| 10 |
# CI_MA_Detect
|
| 11 |
-
DeBERTa-based binary classifier for microaggression detection
|
|
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-classification
|
| 3 |
library_name: transformers
|
| 4 |
+
tags: [microaggression, deberta]
|
|
|
|
|
|
|
| 5 |
license: apache-2.0
|
| 6 |
---
|
|
|
|
| 7 |
# CI_MA_Detect
|
| 8 |
+
DeBERTa-based binary classifier for microaggression detection.
|
| 9 |
+
LABEL_0 = non-microaggression, LABEL_1 = microaggression.
|