Views
No views yet
| Function | Accuracy |
|---|---|
| get_password | 0.0% |
| save_password | 80.0% |
| search | 30.0% |
unsloth/functiongemma-270m-it1from unsloth import FastLanguageModel
2model, tokenizer = FastLanguageModel.from_pretrained(
3 "2796gauravc/functiongemma-pocketassist-270m",
4 load_in_4bit=True,
5)