update readme
Browse files
README.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
| 1 |
---
|
| 2 |
license: cc
|
|
|
|
| 3 |
base_model:
|
| 4 |
- meta-llama/Llama-3.2-3B-Instruct
|
| 5 |
- meta-llama/Llama-3.1-8B-Instruct
|
| 6 |
- meta-llama/Llama-3.1-70B-Instruct
|
| 7 |
- openai/clip-vit-large-patch14
|
| 8 |
library_name: transformers
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- pytorch
|
| 12 |
+
- llama-3
|
| 13 |
+
- zero-shot-vision-encoder-grafting
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## Zero-Shot Vision Encoder Grafting via LLM Surrogates
|
| 17 |
+
|
| 18 |
+
This repo provides the checkpoints of the project - [facebookresearch/zero](https://github.com/facebookresearch/zero) under the CC-BY-NC 4.0 license.
|