task id update (#4244)
Browse files* autoeval config added
* autoeval config added
* multi-input text classification as task id instead of category
* Added task id
* removing autoeval config for now
* Added required config
Commit from https://github.com/huggingface/datasets/commit/175b0953fc13bcc5a3f6b3076ca49a315d84912b
README.md
CHANGED
@@ -20,8 +20,8 @@ source_datasets:
|
|
20 |
task_categories:
|
21 |
- text-classification
|
22 |
task_ids:
|
23 |
-
-
|
24 |
-
-
|
25 |
paperswithcode_id: multinli
|
26 |
pretty_name: Multi-Genre Natural Language Inference
|
27 |
---
|
|
|
20 |
task_categories:
|
21 |
- text-classification
|
22 |
task_ids:
|
23 |
+
- natural-language-inference
|
24 |
+
- multi-input-text-classification
|
25 |
paperswithcode_id: multinli
|
26 |
pretty_name: Multi-Genre Natural Language Inference
|
27 |
---
|