nthngdy albertvillanova HF staff commited on
Commit
e41c9a3
1 Parent(s): 97f761e

Fix task tags (#1)

Browse files

- Fix task tags (b09a0ed5d35bd553802bdfde4a889242de419531)


Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: OSCAR
3
  annotations_creators:
4
  - no-annotation
5
  language_creators:
@@ -118,10 +117,11 @@ multilinguality:
118
  source_datasets:
119
  - oscar
120
  task_categories:
121
- - sequence-modeling
122
  task_ids:
123
  - language-modeling
124
  paperswithcode_id: oscar
 
125
  ---
126
 
127
  ## WARNING: this dataset is an extract of the OSCAR dataset published here to simulate the use of the full dataset in low-resource contexts and debug codebases that would eventually use the original OSCAR dataset.
1
  ---
 
2
  annotations_creators:
3
  - no-annotation
4
  language_creators:
117
  source_datasets:
118
  - oscar
119
  task_categories:
120
+ - text-generation
121
  task_ids:
122
  - language-modeling
123
  paperswithcode_id: oscar
124
+ pretty_name: OSCAR
125
  ---
126
 
127
  ## WARNING: this dataset is an extract of the OSCAR dataset published here to simulate the use of the full dataset in low-resource contexts and debug codebases that would eventually use the original OSCAR dataset.