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
@@ -23,6 +23,7 @@ task_ids:
|
|
23 |
- fact-checking
|
24 |
- fact-checking-retrieval
|
25 |
- semantic-similarity-scoring
|
|
|
26 |
paperswithcode_id: climate-fever
|
27 |
pretty_name: ClimateFever
|
28 |
---
|
|
|
23 |
- fact-checking
|
24 |
- fact-checking-retrieval
|
25 |
- semantic-similarity-scoring
|
26 |
+
- multi-input-text-classification
|
27 |
paperswithcode_id: climate-fever
|
28 |
pretty_name: ClimateFever
|
29 |
---
|