Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Huggingface Datasets

Plugin Verifiziert Aktiv

Explore, query, and extract data from any Hugging Face dataset using the Dataset Viewer REST API and npx tooling. Zero Python dependencies — covers split/config discovery, row pagination, text search, filtering, SQL via parquetlens, and dataset upload via CLI.

Zweck

To provide seamless access and manipulation of Hugging Face datasets for AI agents, enabling data-driven workflows without requiring complex setup or Python environments.

Funktionen

  • Query Hugging Face datasets via REST API
  • Paginate rows and discover splits/configs
  • Search text and apply filters to dataset rows
  • Extract data using SQL via parquetlens
  • Upload datasets via npx tooling

Anwendungsfälle

  • Exploring available Hugging Face datasets for a specific task.
  • Extracting subsets of data for model training or analysis.
  • Performing quick text searches within large dataset rows.
  • Querying dataset content using SQL syntax.

Nicht-Ziele

  • Modifying Hugging Face dataset content directly via API (only upload supported).
  • Running complex data transformations or model training within this extension.
  • Providing a full-fledged Python-based data analysis environment.

Documentation

  • info:Configuration & parameter referenceWhile the documentation details API endpoints and their parameters, specific default values for parameters like 'length' or 'offset' for all relevant endpoints are not explicitly listed, though max length is mentioned.

Execution

  • info:ValidationWhile API endpoints and CLI commands are described, there's no explicit mention of schema validation libraries (like Zod or pydantic) being used for input arguments or output sanitization.

Code Execution

  • info:Error HandlingThe skill documentation outlines API endpoints and their expected usage, but does not detail specific error handling mechanisms or structured error reporting for the agent.

Errors

  • info:Actionable error messagesThe README describes API endpoints and their parameters but does not detail specific error messages or remediation steps for the agent.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add huggingface/skills
/plugin install huggingface-datasets@huggingface-skills

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 18 hours ago

Vertrauenssignale

Letzter Commit2 days ago
Sterne10.5k
LizenzApache-2.0
Status
Quellcode ansehen