tsbpp commited on
Commit
7ba0680
·
verified ·
1 Parent(s): bb6fb4f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
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
+ ![Cambrian Results including Cambrian-3B](phi3_results.png)
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
+