Datasets:
Commit
·
5ed7af7
1
Parent(s):
3ce0d3f
Can't figure out the task ids
Browse files
README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
license: bsd
|
| 3 |
task_categories:
|
| 4 |
- text-classification
|
| 5 |
-
task_ids:
|
| 6 |
-
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: Binary
|
|
@@ -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: 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
|
|
|
|
| 2 |
license: bsd
|
| 3 |
task_categories:
|
| 4 |
- text-classification
|
| 5 |
+
#task_ids:
|
| 6 |
+
#- binary-classification
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: Binary
|
|
|
|
| 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
|