tsbpp commited on
Commit
4715132
1 Parent(s): cc3fda0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data.
12
+ It is an auto-regressive language model, based on the transformer architecture.
13
+
14
+ **Model date:**
15
+ Cambrian-1.5-8B was trained in June 2023.
16
+
17
+ **Paper or resources for more information:**
18
+ https://cambrian-mllm.github.io/
19
+
20
+ ## License
21
+ Llama 3 is licensed under the LLAMA 3 Community License,
22
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
23
+
24
+ **Where to send questions or comments about the model:**
25
+ https://github.com/cambrian-mllm/cambrian/issues
26
+
27
+ ## Training dataset
28
+ - [2.5M Cambrian Alignment Dat](https://huggingface.co/datasets/nyu-visionx/Cambrian-Alignment).
29
+ - [7M Cambrian Curated Instruction Tuning Data](https://huggingface.co/datasets/nyu-visionx/Cambrian-10M)
30
+