ratanon/claude-code
claude-code Dataset Description This dataset contains crawled documentation formatted for LLM training and RAG systems. Dataset Statistics Total Pages: 29 Total Words: 27764 Total Chunks: 29 Source URL: https://docs.anthropic.com/en/docs/claude-code/ Crawled Date: 2025-06-24T09:05:29.246208 Directory Structure llm_ready/ - Plain text files optimized for LLM training jsonl/ - JSONL format for fine-tuning chunks/ - Chunked content… See the full description on the dataset page: https://huggingface.co/datasets/ratanon/claude-code.
claude-code
Dataset Description
This dataset contains crawled documentation formatted for LLM training and RAG systems.
Dataset Statistics
- Total Pages: 29
- Total Words: 27764
- Total Chunks: 29
- Source URL: https://docs.anthropic.com/en/docs/claude-code/
- Crawled Date: 2025-06-24T09:05:29.246208
Directory Structure
llm_ready/- Plain text files optimized for LLM trainingjsonl/- JSONL format for fine-tuningchunks/- Chunked content for RAG systemsembeddings/- Vector database ready format
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("ratanon/claude-code")
# Access the data
for example in dataset['train']:
print(example['text'])License
Educational and research use. Please respect original source licensing.
