Datasets:
Commit
·
a869999
1
Parent(s):
9c5213d
Update metadata
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ dataset_info:
|
|
| 30 |
train-eval-index:
|
| 31 |
- config: default # The dataset config name to use. Example for datasets without configs: default. Example for glue: sst2
|
| 32 |
task: text-classification # The task category name (same as task_category). Example: question-answering
|
| 33 |
-
task_id:
|
| 34 |
splits:
|
| 35 |
#train_split: train # The split to use for training. Example: train
|
| 36 |
eval_split: train # The split to use for evaluation. Example: test
|
|
|
|
| 30 |
train-eval-index:
|
| 31 |
- config: default # The dataset config name to use. Example for datasets without configs: default. Example for glue: sst2
|
| 32 |
task: text-classification # The task category name (same as task_category). Example: question-answering
|
| 33 |
+
task_id: binary-classification # The AutoTrain task id. Example: extractive_question_answering
|
| 34 |
splits:
|
| 35 |
#train_split: train # The split to use for training. Example: train
|
| 36 |
eval_split: train # The split to use for evaluation. Example: test
|