Text Generation
PEFT
Safetensors
gemma4
mobile-actions
function-calling
tool-use
lora
trl
conversational
Instructions to use ClarkBear/gemma4-e2b-mobile-actions-200-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ClarkBear/gemma4-e2b-mobile-actions-200-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-4-E2B-it") model = PeftModel.from_pretrained(base_model, "ClarkBear/gemma4-e2b-mobile-actions-200-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K