Instructions to use NeoCodes-dev/smol-course-SmolVLM2-2.2B-Instruct-trl-sft-ChartQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NeoCodes-dev/smol-course-SmolVLM2-2.2B-Instruct-trl-sft-ChartQA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NeoCodes-dev/smol-course-SmolVLM2-2.2B-Instruct-trl-sft-ChartQA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": [ | |
| "<fake_token_around_image>", | |
| "<image>", | |
| "<end_of_utterance>" | |
| ], | |
| "bos_token": { | |
| "content": "<|im_start|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "end_of_utterance_token": "<end_of_utterance>", | |
| "eos_token": { | |
| "content": "<end_of_utterance>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "fake_image_token": "<fake_token_around_image>", | |
| "global_image_token": "<global-img>", | |
| "image_token": "<image>", | |
| "pad_token": { | |
| "content": "<|im_end|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "unk_token": { | |
| "content": "<|endoftext|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |