LLM-OS-Models/Qwen3.5-9B-Terminal-SFT-2Epoch-FullFT-2BData
Summary
- Base model:
Qwen/Qwen3.5-9B - Source output root:
/home/work/.data/qwen_sft/models/Qwen__Qwen3.5-9B__terminal_sft_2epoch_fullft_2bdata - Root export copied from:
final-vllmfix9 - Included checkpoints:
checkpoint-2193, checkpoint-4386
Layout
- Repository root contains the eval/inference-ready final export.
- Trainer checkpoints are included as subdirectories for recovery and inspection.
Notes
TB2-lite evaluation for checkpoint-2193 and final is running on 2026-04-26. Root export is the vLLM-ready final-vllmfix9 export.
Loading
from transformers import AutoModelForCausalLM, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("LLM-OS-Models/Qwen3.5-9B-Terminal-SFT-2Epoch-FullFT-2BData", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("LLM-OS-Models/Qwen3.5-9B-Terminal-SFT-2Epoch-FullFT-2BData", trust_remote_code=True)
- Downloads last month
- 7