Add pipeline tag, library name, and link to code (#1)
Browse files- Add pipeline tag, library name, and link to code (58d67784dc6cefa2237dab0fb21a33fc7ec41674)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- starriver030515/FUSION-Pretrain-10M
|
4 |
-
- starriver030515/FUSION-Finetune-12M
|
5 |
base_model:
|
6 |
- meta-llama/Llama-3.1-8B-Instruct
|
7 |
- google/siglip2-giant-opt-patch16-384
|
|
|
|
|
|
|
8 |
license: apache-2.0
|
|
|
|
|
9 |
---
|
|
|
10 |
# Model Card for FUSION
|
11 |
|
12 |
This is the checkpoint after Stage 1, Stage1.5 and Stage2 training of FUSION-X-LLaMA3.1-8B.
|
@@ -75,5 +78,4 @@ If you find FUSION useful for your research and applications, please cite using
|
|
75 |
primaryClass={cs.CV},
|
76 |
url={https://arxiv.org/abs/2504.09925},
|
77 |
}
|
78 |
-
```
|
79 |
-
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- meta-llama/Llama-3.1-8B-Instruct
|
4 |
- google/siglip2-giant-opt-patch16-384
|
5 |
+
datasets:
|
6 |
+
- starriver030515/FUSION-Pretrain-10M
|
7 |
+
- starriver030515/FUSION-Finetune-12M
|
8 |
license: apache-2.0
|
9 |
+
pipeline_tag: image-text-to-text
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
+
|
13 |
# Model Card for FUSION
|
14 |
|
15 |
This is the checkpoint after Stage 1, Stage1.5 and Stage2 training of FUSION-X-LLaMA3.1-8B.
|
|
|
78 |
primaryClass={cs.CV},
|
79 |
url={https://arxiv.org/abs/2504.09925},
|
80 |
}
|
81 |
+
```
|
|