Add pipeline tag and library name to model card, add link to Github repo

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
+
7
+ This is the Florence-VL 8B SFT checkpoint described in the paper [Streamline Without Sacrifice -- Squeeze out Computation Redundancy in LMM](https://huggingface.co/papers/2505.15816).
8
+
9
+ Project page: https://penghao-wu.github.io/ProxyV/
10
+ Code: https://github.com/Penghao-Wu/ProxyV