metadata
license: apache-2.0
tags:
- code
size_categories:
- 100K<n<1M
pretty_name: Unreal Engine 5 C++ API
Dataset Card for unreal-engine-5-code-split
Using the unreal-engine-5-code hf dataset by AdamCodd, I split the data into smaller chunks for RAG systems
Dataset Details
Dataset Description
Branches
main
:
- Dataset is split/chunked by engine module (no max chunk size)
chunked-8k
:
- Data is first split by module
{module_name}.jsonl
if ≤ 8000 tokens. - If a module is ≥ 8000 tokens then it's further split by header name
{module_name}_{header_name}.jsonl
- If a header is ≥ 8000 tokens then it's incrementally split
{module_name}_{header_name}_{chunk_number}.jsonl
- All markdown URI syntax (
[Link](Link/Address)
) has been removed, leaving just the relevantLink
text to preserve the data
Dataset Sources
- Forked from: unreal-engine-5-code by AdamCodd