Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,7 @@ configs:
|
|
| 21 |
path: data/train-*
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
|
|
|
|
|
|
| 24 |
---
|
|
|
|
|
|
| 21 |
path: data/train-*
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
+
task_categories:
|
| 25 |
+
- text-classification
|
| 26 |
---
|
| 27 |
+
Label to index mapping: {'__label__INSULT': 0, '__label__NORMAL': 1, '__label__OBSCENITY': 2, '__label__THREAT': 3}
|