Instructions to use marcsixtysix/InternVL3-2B-docs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcsixtysix/InternVL3-2B-docs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="marcsixtysix/InternVL3-2B-docs", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("marcsixtysix/InternVL3-2B-docs", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
35b629a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6f9ba4b4a6625b5047a1356f6081b641c3e4e6a4a198facbd4bef217747d1685
size 11423548
|