Image-Text-to-Text
Keras
PyTorch
JAX
TensorFlow
English
zeromodels
internvl
internvl3-5
multimodal
vision
Instructions to use zeromodels/internvl3.5-14b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/internvl3.5-14b 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.5-14b") - Notebooks
- Google Colab
- Kaggle
Fix Collection badge link to the current zeromodels collection slug
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ tags:
|
|
| 20 |
|
| 21 |
# Run InternVL3.5 with Keras 3: JAX, PyTorch, or TensorFlow
|
| 22 |
|
| 23 |
-
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/internvl/) [](https://huggingface.co/collections/zeromodels/internvl-
|
| 24 |
|
| 25 |
# zeromodels/internvl3.5-14b
|
| 26 |
|
|
@@ -56,7 +56,7 @@ outputs = model.generate(**inputs, max_new_tokens=64)
|
|
| 56 |
print(processor.decode(outputs[0]))
|
| 57 |
```
|
| 58 |
|
| 59 |
-
Load any InternVL variant the same way with `from_weights("zeromodels/<variant>")`. Browse them all in the [InternVL collection](https://huggingface.co/collections/zeromodels/internvl-
|
| 60 |
|
| 61 |
## Special Thanks
|
| 62 |
|
|
|
|
| 20 |
|
| 21 |
# Run InternVL3.5 with Keras 3: JAX, PyTorch, or TensorFlow
|
| 22 |
|
| 23 |
+
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/internvl/) [](https://huggingface.co/collections/zeromodels/internvl-6a8eae0aeee279da77e075c7)
|
| 24 |
|
| 25 |
# zeromodels/internvl3.5-14b
|
| 26 |
|
|
|
|
| 56 |
print(processor.decode(outputs[0]))
|
| 57 |
```
|
| 58 |
|
| 59 |
+
Load any InternVL variant the same way with `from_weights("zeromodels/<variant>")`. Browse them all in the [InternVL collection](https://huggingface.co/collections/zeromodels/internvl-6a8eae0aeee279da77e075c7).
|
| 60 |
|
| 61 |
## Special Thanks
|
| 62 |
|