Instructions to use MarcosEdu/Skyrim_Qwen3-32B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MarcosEdu/Skyrim_Qwen3-32B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-32b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "MarcosEdu/Skyrim_Qwen3-32B") - Notebooks
- Google Colab
- Kaggle
Model Card for Model ID
This LoRA model is a product of the research paper "LLM QLoRA Fine-Tuning of Llama, DeepSeek, and Qwen: A Skyrim Case Study" (to appear in IEEE Access). The study investigates the interplay between model scale (~8B, ~13B, ~33B), architecture, and data formatting in adapting Large Language Models to knowledge-intensive domains.
By utilizing a multi-stage data cycling strategy and 4-bit Quantized Low-Rank Adaptation (QLoRA), this model was fine-tuned to master the lore of The Elder Scrolls V: Skyrim. The training process involved rigorous hyperparameter optimization, comparing unstructured, structured, and summarized datasets across varying LoRA ranks (16, 32, 64) to determine the optimal configuration for factual recall and narrative fluency. The resulting model demonstrates the capability to generate high-fidelity, hallucination-resistant character biographies and attribute lists, as validated by a comprehensive ensemble LLM-as-a-Judge evaluation framework.
Model Details
Model Description
- Skyrim Lore - Qwen3-32B
- Description: Similar to its 8B sibling, the massive Qwen3-32B preferred explicit guidance. It achieved its best stability and performance on the Structured dataset with a LoRA Rank of 64, making it ideal for generating rigid, database-like character entries.
- Best Configuration: Structured Dataset | Rank 64
- Base Model: unsloth/Qwen3-32B
- Note: You can also use the pre-quantized version unsloth/Qwen3-32B-bnb-4bit.
Framework versions
- PEFT 0.15.2
- Downloads last month
- 1