Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,27 +12,29 @@ task_categories:
|
|
| 12 |
- text-generation
|
| 13 |
tags:
|
| 14 |
- luau
|
|
|
|
| 15 |
- code
|
| 16 |
- roblox
|
|
|
|
| 17 |
- corpus
|
| 18 |
size_categories:
|
| 19 |
- 10K<n<100K
|
| 20 |
---
|
| 21 |
|
| 22 |
>[!Note]
|
| 23 |
-
> Last collected: 2026-04-13
|
| 24 |
|
| 25 |
# Luau Stack HQ
|
| 26 |
|
| 27 |
-
Luau Stack HQ is a highly curated & deduplicated Luau source code from github repository with linter `(stylua)`, it contains **~
|
| 28 |
|
| 29 |
## # Filtering Pipeline
|
| 30 |
|
| 31 |
To ensure the highest quality data for pretraining, the dataset was built using a rigorous, multi-step extraction and filtering pipeline:
|
| 32 |
|
| 33 |
-
* **Repository Selection:** * **Target Terms:** Searches focus on `rbx`, `rblx`, `roblox`, and `
|
| 34 |
* **Quality:** Minimum of 5 stars.
|
| 35 |
-
* **Relevance:** Because Luau is updated frequently, only repositories active or pushed within the last 2.
|
| 36 |
* **Repo Deduplication:** Forks are strictly excluded.
|
| 37 |
* **Auto-Formatting (`StyLua`):** Every raw `.luau` and `.lua` file is piped through `StyLua` to ensure consistent syntax. Unparseable files are dropped.
|
| 38 |
* **Cheat & Exploit Removal:** * Repositories with cheat-related keywords in their name, description, or topics (e.g., `aimbot`, `executor`, `synapse`, `krnl`) are blacklisted.
|
|
|
|
| 12 |
- text-generation
|
| 13 |
tags:
|
| 14 |
- luau
|
| 15 |
+
- typescript
|
| 16 |
- code
|
| 17 |
- roblox
|
| 18 |
+
- roblox-ts
|
| 19 |
- corpus
|
| 20 |
size_categories:
|
| 21 |
- 10K<n<100K
|
| 22 |
---
|
| 23 |
|
| 24 |
>[!Note]
|
| 25 |
+
> Last collected: 2026-04-13 21:56
|
| 26 |
|
| 27 |
# Luau Stack HQ
|
| 28 |
|
| 29 |
+
Luau Stack HQ is a highly curated & deduplicated Luau source code with **Type-script** included from github repository with linter `(stylua)`, it contains **~18.61M** tokens `(222104 unique files & 265 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.
|
| 30 |
|
| 31 |
## # Filtering Pipeline
|
| 32 |
|
| 33 |
To ensure the highest quality data for pretraining, the dataset was built using a rigorous, multi-step extraction and filtering pipeline:
|
| 34 |
|
| 35 |
+
* **Repository Selection:** * **Target Terms:** Searches focus on `rbx`, `rblx`, `roblox`, `luau`, `roblox-ts`, `rbxts`, `robloxts` and `roblox typescript`.
|
| 36 |
* **Quality:** Minimum of 5 stars.
|
| 37 |
+
* **Relevance:** Because Luau is updated frequently, only repositories active or pushed within the last 2.4 years are included.
|
| 38 |
* **Repo Deduplication:** Forks are strictly excluded.
|
| 39 |
* **Auto-Formatting (`StyLua`):** Every raw `.luau` and `.lua` file is piped through `StyLua` to ensure consistent syntax. Unparseable files are dropped.
|
| 40 |
* **Cheat & Exploit Removal:** * Repositories with cheat-related keywords in their name, description, or topics (e.g., `aimbot`, `executor`, `synapse`, `krnl`) are blacklisted.
|