Add dataset card for Complete Luanti Package Dataset
Browse files
README.md
CHANGED
@@ -1,37 +1,47 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
dtype: string
|
16 |
-
- name: package_id
|
17 |
-
dtype: string
|
18 |
-
- name: repo
|
19 |
-
dtype: string
|
20 |
-
- name: tags
|
21 |
-
sequence: string
|
22 |
-
- name: type
|
23 |
-
dtype: string
|
24 |
-
- name: website
|
25 |
-
dtype: string
|
26 |
-
splits:
|
27 |
-
- name: train
|
28 |
-
num_bytes: 3834468
|
29 |
-
num_examples: 2592
|
30 |
-
download_size: 1981910
|
31 |
-
dataset_size: 3834468
|
32 |
-
configs:
|
33 |
-
- config_name: default
|
34 |
-
data_files:
|
35 |
-
- split: train
|
36 |
-
path: data/train-*
|
37 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- luanti
|
9 |
+
- minetest
|
10 |
+
- gaming
|
11 |
+
- modding
|
12 |
+
- complete
|
13 |
+
size_categories:
|
14 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
+
|
17 |
+
# Complete Luanti Package Dataset
|
18 |
+
|
19 |
+
## Description
|
20 |
+
Complete Luanti Package Dataset for Luanti (Minetest) expertise fine-tuning.
|
21 |
+
|
22 |
+
## Dataset Information
|
23 |
+
- **Size**: 2,592 entries
|
24 |
+
- **Format**: Harmony format for LLM fine-tuning
|
25 |
+
- **Source**: Luanti ContentDB package collection
|
26 |
+
- **Quality**: Filtered and validated Luanti package metadata
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
```python
|
31 |
+
from datasets import load_dataset
|
32 |
+
|
33 |
+
dataset = load_dataset("ToddLLM/luanti-complete-dataset")
|
34 |
+
print(dataset)
|
35 |
+
```
|
36 |
+
|
37 |
+
## Schema
|
38 |
+
|
39 |
+
Each entry contains:
|
40 |
+
- `text`: Package information in structured format
|
41 |
+
- `source`: "Luanti ContentDB"
|
42 |
+
- `metadata`: Additional structured information
|
43 |
+
|
44 |
+
## License
|
45 |
+
Apache 2.0 - Safe for commercial and research use.
|
46 |
+
|
47 |
+
Generated as part of the [Luanti Fine-tuning Project](https://github.com/toddllm/luanti-fine-tune).
|