Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
# Cambrian Model Card
|
| 7 |
+
|
| 8 |
+
## Model details
|
| 9 |
+
|
| 10 |
+
**Model type:**
|
| 11 |
+
Cambrian is an open-source Multimodal LLM with vision-centric designs.
|
| 12 |
+
|
| 13 |
+
**Model date:**
|
| 14 |
+
Cambrian-1-3B was trained in June 2024.
|
| 15 |
+
|
| 16 |
+
**Paper or resources for more information:**
|
| 17 |
+
- https://cambrian-mllm.github.io/
|
| 18 |
+
- https://arxiv.org/abs/2406.16860
|
| 19 |
+
|
| 20 |
+
## License
|
| 21 |
+
MIT License following Phi-3
|
| 22 |
+
|
| 23 |
+
## Performance
|
| 24 |
+

|
| 25 |
+
|
| 26 |
+
**Where to send questions or comments about the model:**
|
| 27 |
+
https://github.com/cambrian-mllm/cambrian/issues
|
| 28 |
+
|
| 29 |
+
## Training dataset
|
| 30 |
+
- [2.5M Cambrian Alignment Data](https://huggingface.co/datasets/nyu-visionx/Cambrian-Alignment).
|
| 31 |
+
- [7M Cambrian Curated Instruction Tuning Data](https://huggingface.co/datasets/nyu-visionx/Cambrian-10M)
|
| 32 |
+
|