Fix pipeline tag and add link to paper
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,22 +1,24 @@
|
|
1 |
---
|
2 |
-
license: cc
|
3 |
-
pipeline_tag: text-generation
|
4 |
base_model:
|
5 |
- meta-llama/Llama-3.2-3B-Instruct
|
6 |
- meta-llama/Llama-3.1-8B-Instruct
|
7 |
- meta-llama/Llama-3.1-70B-Instruct
|
8 |
- openai/clip-vit-large-patch14
|
9 |
library_name: transformers
|
|
|
|
|
10 |
tags:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
---
|
15 |
|
16 |
## Zero-Shot Vision Encoder Grafting via LLM Surrogates
|
17 |
|
|
|
|
|
18 |
<p align="left" style="display: flex; gap: 8px; align-items: center;">
|
19 |
<a href="https://arxiv.org/abs/2505.22664"><img src="https://img.shields.io/badge/arXiv%20-paper-b31b1b.svg?style=flat-square" /></a>
|
20 |
<a href="https://github.com/facebookresearch/zero"><img src="https://img.shields.io/badge/GitHub%20-facebookresearch/zero-0081fb.svg?style=flat-square" /></a>
|
21 |
<a href="https://github.com/facebookresearch/zero/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-CC--BY--NC%204.0-black.svg?style=flat-square" /></a>
|
22 |
-
</p>
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- meta-llama/Llama-3.2-3B-Instruct
|
4 |
- meta-llama/Llama-3.1-8B-Instruct
|
5 |
- meta-llama/Llama-3.1-70B-Instruct
|
6 |
- openai/clip-vit-large-patch14
|
7 |
library_name: transformers
|
8 |
+
license: cc
|
9 |
+
pipeline_tag: image-text-to-text
|
10 |
tags:
|
11 |
+
- pytorch
|
12 |
+
- llama-3
|
13 |
+
- zero-shot-vision-encoder-grafting
|
14 |
---
|
15 |
|
16 |
## Zero-Shot Vision Encoder Grafting via LLM Surrogates
|
17 |
|
18 |
+
This repository contains a vision encoder which is described in [Zero-Shot Vision Encoder Grafting via LLM Surrogates](https://huggingface.co/papers/2505.22664).
|
19 |
+
|
20 |
<p align="left" style="display: flex; gap: 8px; align-items: center;">
|
21 |
<a href="https://arxiv.org/abs/2505.22664"><img src="https://img.shields.io/badge/arXiv%20-paper-b31b1b.svg?style=flat-square" /></a>
|
22 |
<a href="https://github.com/facebookresearch/zero"><img src="https://img.shields.io/badge/GitHub%20-facebookresearch/zero-0081fb.svg?style=flat-square" /></a>
|
23 |
<a href="https://github.com/facebookresearch/zero/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-CC--BY--NC%204.0-black.svg?style=flat-square" /></a>
|
24 |
+
</p>
|