Instructions to use MarcosEdu/Skyrim_Qwen3-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MarcosEdu/Skyrim_Qwen3-8B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-8b-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "MarcosEdu/Skyrim_Qwen3-8B") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
8b76a0d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e00fd1735425414f3f39346d3e53b054ae5e9a681295538fa66305756eb1f8e7
size 14645
|