Image Feature Extraction
Transformers
Safetensors
internvl_chat
multimodal
vision-language
code-generation
tikz
geometric-reasoning
computer-vision
cvpr2026
internvl
internlm2
instruction-tuning
custom_code
Eval Results (legacy)
Instructions to use SJY-1995/GeoTikzBridge-Instruct-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SJY-1995/GeoTikzBridge-Instruct-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="SJY-1995/GeoTikzBridge-Instruct-8B", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SJY-1995/GeoTikzBridge-Instruct-8B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": [ | |
| "<|im_start|>", | |
| "<|im_end|>", | |
| "<|action_start|>", | |
| "<|action_end|>", | |
| "<|interpreter|>", | |
| "<|plugin|>", | |
| "<img>", | |
| "</img>", | |
| "<IMG_CONTEXT>", | |
| "<quad>", | |
| "</quad>", | |
| "<ref>", | |
| "</ref>", | |
| "<box>", | |
| "</box>", | |
| "<|python|>", | |
| "<|/python|>", | |
| "<|execution|>", | |
| "<|/execution|>" | |
| ], | |
| "bos_token": { | |
| "content": "<s>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "</s>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": { | |
| "content": "</s>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "unk_token": { | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |