File size: 735 Bytes
c978dd4 7c041f3 c978dd4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
license: unknown
language:
- en
tags:
- code
size_categories:
- 1K<n<10K
---
# Raku Docs
## About the Dataset
This dataset is the raku.org docs + raku.land project READMEs
## License
Licenses are included in most of the project docs.
For the Raku docs themselves, the license is Artistic-2.0 license.
Unfortunately, some projects included in this dataset do not clearly specify a license.
I make no claim to authorship over any of this data.
## Format
The dataset is formatted for continued pre-training.
Chunks are split at a seq_len of `8192` based on the Qwen 3 tokenizer.
## Goals
This dataset is part of a larger collection designed to teach LLMs to write a niche programming language. In this case, Raku (perl 6). |