nurturethevibe commited on
Commit
c978dd4
·
verified ·
1 Parent(s): 10212ff

Update README.md

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