Instructions to use pkkidking/functiongemma-tablet-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pkkidking/functiongemma-tablet-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pkkidking/functiongemma-tablet-v2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "boi_token": "<start_of_image>", | |
| "bos_token": { | |
| "content": "<bos>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eoi_token": "<end_of_image>", | |
| "eos_token": { | |
| "content": "<eos>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "image_token": "<image_soft_token>", | |
| "pad_token": "<eos>", | |
| "sfr_token": "<start_function_response>", | |
| "unk_token": { | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |