Instructions to use EricChan1122/paligemma2_448_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EricChan1122/paligemma2_448_classification with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EricChan1122/paligemma2_448_classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "backend": "tokenizers", | |
| "bos_token": "<bos>", | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<eos>", | |
| "extra_special_tokens": [ | |
| "<image>" | |
| ], | |
| "is_local": false, | |
| "local_files_only": false, | |
| "mask_token": "<mask>", | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<pad>", | |
| "processor_class": "PaliGemmaProcessor", | |
| "sp_model_kwargs": {}, | |
| "spaces_between_special_tokens": false, | |
| "tokenizer_class": "GemmaTokenizer", | |
| "unk_token": "<unk>", | |
| "use_default_system_prompt": false | |
| } | |