ToddLLM's picture
Add dataset card for Complete Luanti Package Dataset
6beffcf verified
---
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).