Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# ASMv2 Model Card
|
| 6 |
+
|
| 7 |
+
This is a pretrained checkpoint, you can use it to instruct tune your multimodal models.
|
| 8 |
+
|
| 9 |
+
Check out the instructions [here](https://github.com/OpenGVLab/all-seeing/tree/main/all-seeing-v2#training).
|
| 10 |
+
|
| 11 |
+
## Model details
|
| 12 |
+
|
| 13 |
+
**Model type:**
|
| 14 |
+
ASMv2 is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on multimodal instruction-following data.
|
| 15 |
+
It integrates the Scene Graph Conversation (SGC) ability while maintaining powerful general capabilities.
|
| 16 |
+
This model is also endowed with grounding and referring capabilities, exhibiting state-of-the-art performance on region-level tasks, and can be naturally adapted to the Scene Graph Generation task in an open-ended manner.
|
| 17 |
+
|
| 18 |
+
**Model date:**
|
| 19 |
+
ASMv2-Pretrain was trained in January 2024.
|
| 20 |
+
|
| 21 |
+
**Paper or resources for more information:**
|
| 22 |
+
https://github.com/OpenGVLab/all-seeing
|
| 23 |
+
|
| 24 |
+
## License
|
| 25 |
+
ASMv2-Pretrain is open-sourced under the Apache License 2.0,
|
| 26 |
+
|
| 27 |
+
**Where to send questions or comments about the model:**
|
| 28 |
+
https://github.com/OpenGVLab/all-seeing/issues
|
| 29 |
+
|
| 30 |
+
## Intended use
|
| 31 |
+
**Primary intended uses:**
|
| 32 |
+
The primary use of ASMv2 is research on large multimodal models and chatbots.
|
| 33 |
+
|
| 34 |
+
**Primary intended users:**
|
| 35 |
+
The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
| 36 |
+
|
| 37 |
+
## Training dataset
|
| 38 |
+
The pretrain phase employs [5M filtered samples](https://storage.googleapis.com/sfr-vision-language-research/BLIP/datasets/ccs_filtered.json) from CC12M, [10M filtered samples](https://huggingface.co/datasets/Weiyun1025/AS-V2/blob/main/as_pretrain_10m.json) from AS-1B, and 15M filtered samples from [GRiT](https://huggingface.co/datasets/zzliang/GRIT).
|
| 39 |
+
|
| 40 |
+
See [here](https://github.com/OpenGVLab/all-seeing/tree/main/all-seeing-v2#training) for more details.
|