Text Generation
PEFT
Safetensors
English
gemma-4
unsloth
qlora
lora
scam-detection
safety
text-classification
function-calling
conversational
Instructions to use Alice0914/gemma4-e2b-scam-sentinel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alice0914/gemma4-e2b-scam-sentinel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-4-E2B-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Alice0914/gemma4-e2b-scam-sentinel") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K