Text Generation
PEFT
Safetensors
lora
qlora
function-calling
tool-use
windows
agent
gemma
conversational
Instructions to use onevloth/pc-agent-dispatcher-gemma4-e2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use onevloth/pc-agent-dispatcher-gemma4-e2b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huihui-ai/Huihui-gemma-4-E2B-it-abliterated") model = PeftModel.from_pretrained(base_model, "onevloth/pc-agent-dispatcher-gemma4-e2b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!