Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
size_categories:
|
3 |
+
- 1K<n<10K
|
4 |
+
---
|
5 |
+
Repo [PythonCurseforgeScraper](https://github.com/MrDoritos/PythonCurseforgeScraper)
|
6 |
+
|
7 |
+
Current dataset is 2k different addons and the 500k+ source files from each. For reference there is a total of about 250k total addons, 50k mods.
|
8 |
+
|
9 |
+
Search criteria ignores binary files.
|
10 |
+
|
11 |
+
### TODO
|
12 |
+
There is no ability to specify specific versions. That might be useful.
|
13 |
+
|
14 |
+
Create descriptions for each row using another LLM by exporting metadata from a scrape instance as a RAG reference for specific Minecraft context.
|
15 |
+
|
16 |
+
Increase dataset by 10-20x, near the limit of available source count.
|
17 |
+
|
18 |
+
Train using the dataset for minecraft mod code completion.
|
19 |
+
|
20 |
+
Create another dataset using decompiled mods..!? All the mods for all the versions.
|