anoaky commited on
Commit
b740034
·
verified ·
1 Parent(s): 20e57be

Update README.md

Browse files

Converted 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.

Files changed (1) hide show
  1. README.md +10 -1
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
+ ---