Instructions to use kerasformers/deepseek_vl_7b_chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use kerasformers/deepseek_vl_7b_chat with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://kerasformers/deepseek_vl_7b_chat") - KerasFormers
How to use kerasformers/deepseek_vl_7b_chat with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 725 Bytes
26de203 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | {
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.deepseek_vl_hybrid",
"preprocessor_class": "DeepseekVLHybridImageProcessor",
"variant": "deepseek_vl_7b_chat",
"size": 384,
"high_res_size": 1024,
"min_size": 14,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"high_res_image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"high_res_image_std": [
0.26862954,
0.26130258,
0.27577711
],
"background_color": [
127,
127,
127
],
"high_res_background_color": [
122,
116,
104
],
"data_format": null
} |