Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,12 +32,14 @@ Luau Stack HQ is a highly curated & deduplicated Luau source code with **Type-sc
|
|
| 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:**
|
|
|
|
| 36 |
* **Quality:** Minimum of 5 stars.
|
| 37 |
* **Relevance:** Because Luau is updated frequently, only repositories active or pushed within the last 2.5 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:**
|
|
|
|
| 41 |
* Code containing Roblox exploit globals (e.g., `getfenv`, `setfenv`, `hookfunction`, `loadstring`, `getrawmetatable`) is entirely discarded.
|
| 42 |
* **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.
|
| 43 |
|
|
|
|
| 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:**
|
| 36 |
+
* **Target Terms:** Searches focus on `rbx`, `rbxl`, `rblx`, `roblox`, `luau`, `roblox-ts`, `rbxts`, `robloxts` and `roblox typescript`.
|
| 37 |
* **Quality:** Minimum of 5 stars.
|
| 38 |
* **Relevance:** Because Luau is updated frequently, only repositories active or pushed within the last 2.5 years are included.
|
| 39 |
* **Repo Deduplication:** Forks are strictly excluded.
|
| 40 |
* **Auto-Formatting (`StyLua`):** Every raw `.luau` and `.lua` file is piped through `StyLua` to ensure consistent syntax. Unparseable files are dropped.
|
| 41 |
+
* **Cheat & Exploit Removal:**
|
| 42 |
+
* Repositories with cheat-related keywords in their name, description, or topics (e.g., `aimbot`, `executor`, `synapse`, `krnl`) are blacklisted.
|
| 43 |
* Code containing Roblox exploit globals (e.g., `getfenv`, `setfenv`, `hookfunction`, `loadstring`, `getrawmetatable`) is entirely discarded.
|
| 44 |
* **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.
|
| 45 |
|