Back to Models
Gemma3npc It
Text GenerationGemma3NPC-it - NPC roleplay fine-tune of Gemma3n-E4B for in-character game dialogue
Integration
main.rs
use xybrid_sdk::{Xybrid, Envelope};
// Load the LLM
let model = Xybrid::model("gemma3npc-it").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
- Parameters
- 7B
- Format
- gguf
- Quantization
- q4_k_m
- Size
- 3.8 GB
- Model ID
- gemma3npc-it