Skip to content

Commit f94af89

Browse files
Add dataset upload guide for LLMs (experimental guide) (#1830)
* Add comprehensive dataset upload guide for LLMs (experimental guide) - Add new guide specifically designed to help LLMs assist users with dataset uploads - Covers decision workflow, built-in loaders, custom format conversion, and validation - Includes practical examples for various data types and upload scenarios - Add entry to table of contents under Datasets section * Add 'Working Without File Access' section to LLM guide - Add commands for LLMs to request when they don't have direct file access - Includes tree/find commands for structure, du/ls for sizes, head for data preview - Helps LLMs guide users on web interfaces (Claude, ChatGPT browser) - Placed early in guide for immediate visibility * Fix toctree to only include LLM guide entry - Remove unintended changes from other work - Keep only the addition of datasets-upload-guide-llm entry * Add machine-readable hub limits in YAML format - Add structured YAML block with Hub constraints for LLM parsing - Helps prevent hallucination of limits by providing exact values - Include comments explaining each limit - Keep human-readable summary alongside machine format * address comments * Update docs/hub/_toctree.yml Co-authored-by: Julien Chaumond <julien@huggingface.co> * nicer tip formatting --------- Co-authored-by: Julien Chaumond <julien@huggingface.co>
1 parent 9fb8835 commit f94af89

File tree

2 files changed

+531
-0
lines changed

2 files changed

+531
-0
lines changed

docs/hub/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@
164164
title: Gated Datasets
165165
- local: datasets-adding
166166
title: Uploading Datasets
167+
- local: datasets-upload-guide-llm
168+
title: Uploading Datasets (for LLMs)
167169
- local: datasets-downloading
168170
title: Downloading Datasets
169171
- local: datasets-libraries

0 commit comments

Comments
 (0)