---
name: "hf-space-neuralk-ai-tabbench"
description: "Use the Hugging Face Space Neuralk-AI/tabbench."
metadata:
  source: huggingface-space
  spaceId: "Neuralk-AI/tabbench"
  hubUrl: https://huggingface.co/spaces/Neuralk-AI/tabbench
  agentsMdUrl: https://huggingface.co/spaces/Neuralk-AI/tabbench/agents.md
  appUrl: https://neuralk-ai-tabbench.hf.space
---

# Hugging Face Space: Neuralk-AI/tabbench

Use this skill when the user wants to use the Hugging Face Space `Neuralk-AI/tabbench`.

- Space page: https://huggingface.co/spaces/Neuralk-AI/tabbench
- App URL: https://neuralk-ai-tabbench.hf.space
- Source instructions: https://huggingface.co/spaces/Neuralk-AI/tabbench/agents.md

## Space agent instructions

To use this application (Neuralk-AI/tabbench: Explore and compare tabular model performance on benchmark datasets):
API schema: GET https://neuralk-ai-tabbench.hf.space/gradio_api/info
Config (find fn_index): GET https://neuralk-ai-tabbench.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://neuralk-ai-tabbench.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://neuralk-ai-tabbench.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://neuralk-ai-tabbench.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
