Instructions to use MarcosEdu/Skyrim_DeepSeek-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MarcosEdu/Skyrim_DeepSeek-7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-llm-7b-chat") model = PeftModel.from_pretrained(base_model, "MarcosEdu/Skyrim_DeepSeek-7B") - 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 - DeepSeek-7B
- Description: A robust all-rounder that utilizes DeepSeek's strong reasoning capabilities. This model peaked when fine-tuned on the Summarized dataset with a LoRA Rank of 32. It provides stable performance and avoids the "over-fitting" degradation observed at higher ranks for this specific architecture.
- Best Configuration: Summarized Dataset | Rank 32
- Base Model: unsloth/deepseek-llm-7b-chat
- Note: You can also use the pre-quantized version unsloth/deepseek-llm-7b-chat-bnb-4bit.
Framework versions
- PEFT 0.15.2
- Downloads last month
- 4
Model tree for MarcosEdu/Skyrim_DeepSeek-7B
Base model
deepseek-ai/deepseek-llm-7b-chat