hf_get_croissant
Retrieve Croissant metadata for a dataset from the Hugging Face Hub, enabling structured access to machine learning datasets in a high-level format.
Instructions
Get the Croissant metadata for a dataset. Croissant is a high-level format for machine learning datasets.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_id | Yes | Dataset repository ID |
Input Schema (JSON Schema)
{
"properties": {
"repo_id": {
"description": "Dataset repository ID",
"type": "string"
}
},
"required": [
"repo_id"
],
"type": "object"
}