Data Analyst and Data Scientist
Proficient in Python, R, SQL, TensorFlow and Scikit-learn
Dungeons & Dragons nerd, founder of DnDwithToph.com
View My LinkedIn
View My Articles on Medium
This project aims to use the Llama 3 8B LLM to create a fine-tuned task specific model for creating Dungeons & Dragons monster statblocks in a structured style and format.
The original monster data can be found at D&D Monster Spreadsheet
The processed data for fine tuning can be found at D&D Monster Hugging Face Dataset
Our output results consistently followed the desired output format. As such, we could easily take the model outputs and process them for further needs, such database storage or provding directly to a user. There were some signs of overfitting, which is understanble with our very small fine-tuning dataset. In particular the ‘creativity’ of the model seems limited, often producing a name that is extremely uniform and basic.
Model LoRA adaptors can be found and used here