Update documentation
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
inference: false
|
4 |
---
|
5 |
+
|
6 |
+
|
7 |
+
<br>
|
8 |
+
<br>
|
9 |
+
|
10 |
+
# Matryoshka Multimodal Models (M3) Model Card
|
11 |
+
|
12 |
+
## Model details
|
13 |
+
|
14 |
+
**Model type:**
|
15 |
+
Matryoshka Multimodal Models (M3) allow using to explicitly control visual granularities (the number of visual toknes per sample) at time time. Also, the model itself serves as a metric for image/dataset complexity.
|
16 |
+
M3s is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on visual conversation data.
|
17 |
+
It is an auto-regressive language model, based on the transformer architecture.
|
18 |
+
|
19 |
+
**Model date:**
|
20 |
+
llava-next-vicuna-7b-m3 was trained in May 2024. [Paper](https://arxiv.org/abs/2405.17430)
|
21 |
+
|
22 |
+
**Paper or resources for more information:**
|
23 |
+
https://matryoshka-mm.github.io/
|
24 |
+
|
25 |
+
## License
|
26 |
+
Llama 2 is licensed under the LLAMA 2 Community License,
|
27 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved.
|
28 |
+
|
29 |
+
**Where to send questions or comments about the model:**
|
30 |
+
https://github.com/mu-cai/matryoshka-mm/issues
|
31 |
+
|
32 |
+
## Intended use
|
33 |
+
**Primary intended uses:**
|
34 |
+
The primary use of M3 is research on large multimodal models and chatbots.
|
35 |
+
|
36 |
+
**Primary intended users:**
|
37 |
+
The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
38 |
+
|
39 |
+
## Training dataset
|
40 |
+
- 558K filtered image-text pairs from LAION/CC/SBU, captioned by BLIP.
|
41 |
+
- 665K image level instruction data from LLaVA-1.5.
|
42 |
+
|
43 |
+
## Evaluation dataset
|
44 |
+
Matryoshka Multimodal Models (M3) achieves strong performance even using 1 or 9 visual tokens per image.
|
45 |
+
|