Instructions to use llm-jp/Jagle-VL-2.2B-FineVision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use llm-jp/Jagle-VL-2.2B-FineVision with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="llm-jp/Jagle-VL-2.2B-FineVision", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("llm-jp/Jagle-VL-2.2B-FineVision", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "image_seq_length": 256, | |
| "max_dynamic_patch": 12, | |
| "min_dynamic_patch": 1, | |
| "processor_class": "LLMjpVLProcessor", | |
| "use_thumbnail": true, | |
| "auto_map": { | |
| "AutoProcessor": "processing_llmjpvl.LLMjpVLProcessor" | |
| } | |
| } |