Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,20 @@ size_categories:
|
|
| 21 |
|
| 22 |
# Luau Stack HQ
|
| 23 |
|
| 24 |
-
Luau Stack HQ is a highly curated & deduplicated Luau source code from github repository with linter `(stylua)`, it contains **~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## # Licensing
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
# Luau Stack HQ
|
| 23 |
|
| 24 |
+
Luau Stack HQ is a highly curated & deduplicated Luau source code from github repository with linter `(stylua)`, it contains **~16.29M** tokens `(21515 unique files & 259 unique repo)`. It is built strictly for the training stages, providing a pristine density of type-safe, functional architecture without the noise of standard web scrapes.
|
| 25 |
+
|
| 26 |
+
## # Filtering Pipeline
|
| 27 |
+
|
| 28 |
+
To ensure the highest quality data for pretraining, the dataset was built using a rigorous, multi-step extraction and filtering pipeline:
|
| 29 |
+
|
| 30 |
+
* **Repository Selection:** * **Target Terms:** Searches focus on `rbx`, `rblx`, `roblox`, and `luau`.
|
| 31 |
+
* **Quality:** Minimum of 5 stars.
|
| 32 |
+
* **Relevance:** Because Luau is updated frequently, only repositories active or pushed within the last 2.5 years are included.
|
| 33 |
+
* **Repo Deduplication:** Forks are strictly excluded.
|
| 34 |
+
* **Auto-Formatting (`StyLua`):** Every raw `.luau` and `.lua` file is piped through `StyLua` to ensure consistent syntax. Unparseable files are dropped.
|
| 35 |
+
* **Cheat & Exploit Removal:** * Repositories with cheat-related keywords in their name, description, or topics (e.g., `aimbot`, `executor`, `synapse`, `krnl`) are blacklisted.
|
| 36 |
+
* Code containing Roblox exploit globals (e.g., `getfenv`, `setfenv`, `hookfunction`, `loadstring`, `getrawmetatable`) is entirely discarded.
|
| 37 |
+
* **Noise Reduction:** Test files, mocks, `.spec.` files, and compiled `/dist/` directories are ignored. Files smaller than 100 bytes or larger than 1MB are also excluded.
|
| 38 |
|
| 39 |
## # Licensing
|
| 40 |
|