Update README.md
Browse filesConverted from [allenai/social_bias_frames](https://huggingface.co/datasets/allenai/social_bias_frames). Averaged annotator responses and pulled each feature into its own config, as this is beneficial to my own training process.
README.md
CHANGED
@@ -79,4 +79,13 @@ configs:
|
|
79 |
path: sexYN/train-*
|
80 |
- split: test
|
81 |
path: sexYN/test-*
|
82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
path: sexYN/train-*
|
80 |
- split: test
|
81 |
path: sexYN/test-*
|
82 |
+
task_categories:
|
83 |
+
- text-classification
|
84 |
+
- text2text-generation
|
85 |
+
language:
|
86 |
+
- en
|
87 |
+
tags:
|
88 |
+
- not-for-all-audiences
|
89 |
+
size_categories:
|
90 |
+
- 10K<n<100K
|
91 |
+
---
|