IAmSkyDra
vitutor-qwen3-5-9b-sft-ckpt3212
Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
Checkpoint
- Base model:
unsloth/Qwen3.5-9B - Adapter type: LoRA
- Training stage: SFT
- Global step:
3212 - Epoch:
1.1012 - Source checkpoint:
outputs/sft/qwen3_5_9b/checkpoint-3212
Loading
python
from peft import PeftModelfrom transformers import AutoModelForCausalLM, AutoTokenizerbase = "unsloth/Qwen3.5-9B"adapter = "IAmSkyDra/vitutor-qwen3-5-9b-sft-ckpt3212"tokenizer = AutoTokenizer.from_pretrained(adapter)model = AutoModelForCausalLM.from_pretrained(base, device_map="auto")model = PeftModel.from_pretrained(model, adapter)
Intended Use
This checkpoint is intended for research experiments on Vietnamese educational tutoring, especially checkpoint comparison and downstream alignment experiments. It is not a final safety-reviewed tutoring product.
Model provider
IAmSkyDra
Model tree
Base
unsloth/Qwen3.5-9B
Adapter
this model
Modalities
Input
Video, Text, Image
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information