| license: apache-2.0 | |
| task_categories: | |
| - text-generation | |
| language: | |
| - en | |
| tags: | |
| - luanti | |
| - minetest | |
| - capability | |
| - evaluation | |
| - lua | |
| - coding | |
| size_categories: | |
| - 1K<n<10K | |
| # Luanti Capability Evaluation Dataset | |
| ## Description | |
| Luanti Capability Evaluation Dataset for Luanti (Minetest) expertise fine-tuning. | |
| ## Dataset Information | |
| - **Size**: 60 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-capability-eval") | |
| 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). | |