HongyuanTao commited on
Commit
7f06c85
·
verified ·
1 Parent(s): f811cda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
  # mmMamba-hybrid Model Card
5
 
@@ -16,6 +18,10 @@ Distilled from the decoder-only HoVLE-2.6B, our pure Mamba-2-based mmMamba-linea
16
  <img src="pipeline.png" />
17
  </div>
18
 
 
 
 
 
19
  ## Quick Start Guide for mmMamba Inference
20
 
21
  We provide example code to run mmMamba inference using the Transformers library.
 
1
  ---
2
  license: mit
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
  ---
6
  # mmMamba-hybrid Model Card
7
 
 
18
  <img src="pipeline.png" />
19
  </div>
20
 
21
+ Paper: [https://hf.co/papers/2502.13145](https://hf.co/papers/2502.13145)
22
+
23
+ Code: [https://github.com/hustvl/mmMamba](https://github.com/hustvl/mmMamba)
24
+
25
  ## Quick Start Guide for mmMamba Inference
26
 
27
  We provide example code to run mmMamba inference using the Transformers library.