llama-stack-mirror/docs/docs/providers/datasetio/remote_huggingface.mdx
2025-11-17 15:50:34 +00:00

25 lines
619 B
Text

---
description: "HuggingFace datasets provider for accessing and managing datasets from the HuggingFace Hub."
sidebar_label: Remote - Huggingface
title: remote::huggingface
---
# remote::huggingface
## Description
HuggingFace datasets provider for accessing and managing datasets from the HuggingFace Hub.
## Configuration
| Field | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `kvstore` | `llama_stack.core.storage.datatypes.KVStoreReference` | No | | |
## Sample Configuration
```yaml
kvstore:
namespace: datasetio::huggingface
backend: kv_default
```