Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ Unfortunately, some projects included in this dataset do not clearly specify a l
|
|
| 23 |
|
| 24 |
The dataset is formatted for continued pre-training.
|
| 25 |
|
|
|
|
|
|
|
| 26 |
## Goals
|
| 27 |
|
| 28 |
This dataset is part of a larger collection designed to teach LLMs to write a niche programming language. In this case, Raku (perl 6).
|
|
|
|
| 23 |
|
| 24 |
The dataset is formatted for continued pre-training.
|
| 25 |
|
| 26 |
+
Chunks are split at a seq_len of `8192` based on the Qwen 3 tokenizer.
|
| 27 |
+
|
| 28 |
## Goals
|
| 29 |
|
| 30 |
This dataset is part of a larger collection designed to teach LLMs to write a niche programming language. In this case, Raku (perl 6).
|