ChunjiangGe
commited on
Commit
•
a0528ef
1
Parent(s):
d726ba7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# ConvNeXt Model Card
|
2 |
+
|
3 |
+
## Model details
|
4 |
+
|
5 |
+
**Model type:** ConvNeXt is an open-source visual encoder trained by fine-tuning LLM on multimodal caption and instruction-following data. The base model is: laion/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup.
|
6 |
+
|
7 |
+
**Model date:** ConvLLaVA-ConvNeXt-768 was trained in March 2024.
|
8 |
+
|
9 |
+
Paper or resources for more information: https://github.com/alibaba/conv-llava/
|
10 |
+
|
11 |
+
Where to send questions or comments about the model: https://github.com/alibaba/conv-llava/issues
|
12 |
+
|
13 |
+
## Intended use
|
14 |
+
**Primary intended uses:** The primary use of ConvLLaVA-ConvNeXt is research on large multimodal models and chatbots.
|