|
--- |
|
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). |