nurturethevibe commited on
Commit
a3e5c38
·
verified ·
1 Parent(s): 783f1b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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).