File size: 962 Bytes
34cf227 6beffcf 34cf227 6beffcf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
tags:
- luanti
- minetest
- gaming
- modding
- complete
size_categories:
- 1K<n<10K
---
# Complete Luanti Package Dataset
## Description
Complete Luanti Package Dataset for Luanti (Minetest) expertise fine-tuning.
## Dataset Information
- **Size**: 2,592 entries
- **Format**: Harmony format for LLM fine-tuning
- **Source**: Luanti ContentDB package collection
- **Quality**: Filtered and validated Luanti package metadata
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("ToddLLM/luanti-complete-dataset")
print(dataset)
```
## Schema
Each entry contains:
- `text`: Package information in structured format
- `source`: "Luanti ContentDB"
- `metadata`: Additional structured information
## License
Apache 2.0 - Safe for commercial and research use.
Generated as part of the [Luanti Fine-tuning Project](https://github.com/toddllm/luanti-fine-tune).
|