Instructions to use ConvLLaVA/ConvLLaVA-ConvNeXt-768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ConvLLaVA/ConvLLaVA-ConvNeXt-768 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ConvLLaVA/ConvLLaVA-ConvNeXt-768", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add paper link
Browse files
README.md
CHANGED
|
@@ -12,3 +12,6 @@ Where to send questions or comments about the model: https://github.com/alibaba/
|
|
| 12 |
|
| 13 |
## Intended use
|
| 14 |
**Primary intended uses:** The primary use of ConvLLaVA-ConvNeXt is research on large multimodal models and chatbots.
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
## Intended use
|
| 14 |
**Primary intended uses:** The primary use of ConvLLaVA-ConvNeXt is research on large multimodal models and chatbots.
|
| 15 |
+
|
| 16 |
+
## Paper
|
| 17 |
+
arxiv.org/abs/2405.15738
|