IMvision12 commited on
Commit
5c06a4e
·
verified ·
1 Parent(s): b05c47e

Fix Collection badge link to the current zeromodels collection slug

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ tags:
20
 
21
  # Run InternVL3.5 with Keras 3: JAX, PyTorch, or TensorFlow
22
 
23
- [![GitHub](https://img.shields.io/badge/GitHub-ZeroModels-181717?logo=github)](https://github.com/IMvision12/ZeroModels) [![Docs](https://img.shields.io/badge/Docs-InternVL-1f6feb)](https://imvision12.github.io/ZeroModels/internvl/) [![HuggingFace](https://img.shields.io/badge/HuggingFace-InternVL-ffd21e?logo=huggingface&logoColor=black)](https://huggingface.co/collections/zeromodels/internvl-6a8277076dbb163f53241dbd)
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-6a8277076dbb163f53241dbd).
60
 
61
  ## Special Thanks
62
 
 
20
 
21
  # Run InternVL3.5 with Keras 3: JAX, PyTorch, or TensorFlow
22
 
23
+ [![GitHub](https://img.shields.io/badge/GitHub-ZeroModels-181717?logo=github)](https://github.com/IMvision12/ZeroModels) [![Docs](https://img.shields.io/badge/Docs-InternVL-1f6feb)](https://imvision12.github.io/ZeroModels/internvl/) [![HuggingFace](https://img.shields.io/badge/HuggingFace-InternVL-ffd21e?logo=huggingface&logoColor=black)](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