We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5975031 commit 27d1fe5Copy full SHA for 27d1fe5
src/datasets/utils/metadata.py
@@ -218,7 +218,7 @@ def get_default_config_name(self) -> Optional[str]:
218
219
# DEPRECATED - just here to support old versions of evaluate like 0.2.2
220
# To support new tasks on the Hugging Face Hub, please open a PR for this file:
221
-# https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
+# https://github.com/huggingface/huggingface.js/blob/main/packages/tasks/src/pipelines.ts
222
known_task_ids = {
223
"image-classification": [],
224
"translation": [],
0 commit comments