Image-Text-to-Text
ZeroModels
Keras
PyTorch
JAX
TensorFlow
English
internvl
internvl3
multimodal
vision
Instructions to use zeromodels/internvl3-78b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ZeroModels
How to use zeromodels/internvl3-78b with ZeroModels:
# pip install -U zeromodels # ZeroModels is pure Keras 3, so pick a backend: "jax", "torch" or "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" from zeromodels import AutoZModel # AutoZModel reads the repo's model_type and loads the matching class. # For a task head use the matching loader, e.g. AutoZMImageClassify / AutoZMDetect / # AutoZMSemanticSegment / AutoZMTextGenerate (see zeromodels.auto). model = AutoZModel.from_weights("zeromodels/internvl3-78b") - Keras
How to use zeromodels/internvl3-78b with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/internvl3-78b") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
78947fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:25f5668e67a9ad41d614395ec66d7f611992d0b15f2e2f25ccca3f3e17d18fcb
size 5255778944
|