Back to Models
Qwen2.5 0.5B Instruct
Text GenerationQwen 2.5 0.5B Instruct - Small but capable instruction-tuned LLM from Alibaba Cloud
Integration
main.rs
use xybrid_sdk::{Xybrid, Envelope};
// Load the LLM
let model = Xybrid::model("qwen2.5-0.5b-instruct").load()?;
// Run text generation
let result = model.run(&Envelope::text("Explain quantum computing in simple terms."))?;
println!("{}", result.text.unwrap());Details
- Task
- Text Generation
- Family
- Qwen
- Parameters
- 500M
- Format
- gguf
- Quantization
- q4_k_m
- Size
- 455.2 MB
- Model ID
- qwen2.5-0.5b-instruct