A carefully curated dataset of 50,000 examples for fine-tuning LLMs to understand D&D 3.5 mechanics.
import json
with open('dnd_35_FINAL_BALANCED_CLEAN_50k.jsonl', 'r') as f:
data = [json.loads(line) for line in f]
Size: 50,000 examples
Format: JSONL with… See the full description on the dataset page:
https://huggingface.co/datasets/m0no1/dnd-35-training-dataset.