2796gauravc/pocketassist-training-data
Viewer • Updated • 440 • 23
Fine-tuned FunctionGemma 270M for PocketAssist.
| Function | Accuracy |
|---|---|
| get_password | 0.0% |
| save_password | 80.0% |
| search | 30.0% |
unsloth/functiongemma-270m-itfrom unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
"2796gauravc/functiongemma-pocketassist-270m",
load_in_4bit=True,
)
Base model
google/functiongemma-270m-it