Views
No views yet
| Built by | zlyngkhoi |
| Built on | 2026-08-18 07:01 UTC |
| Finetuned from | Qwen/Qwen2.5-0.5B-Instruct |
| Algorithm | SFT (Instruction Following) |
| Backend | Unsloth + TRL |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("zlyngkhoi/qwen2.5-0.5b-instruction-following-sft")
4tokenizer = AutoTokenizer.from_pretrained("zlyngkhoi/qwen2.5-0.5b-instruction-following-sft")