Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
Model details
|
5 |
+
Model type: LLaVA is an open-source chatbot trained by fine-tuning LLaMA/Vicuna on GPT-generated multimodal instruction-following data. It is an auto-regressive language model, based on the transformer architecture.
|
6 |
+
|
7 |
+
Model date: LLaVA-flint-v0.5-1B was trained in Nov 2023.
|
8 |
+
|
9 |
+
|
10 |
+
This model is an implementation of Llava using the TinyLlama 1.1b as the frozen llm model
|
11 |
+
|
12 |
+
It's designed to be able to run in low-resource environments
|
13 |
+
We plan to release further versions designed for specific tasks so stay tuned.
|
14 |
+
|
15 |
+
|
16 |
+
Paper or resources for more information on the original Llava: https://llava-vl.github.io/
|
17 |
+
|
18 |
+
License
|
19 |
+
Apache 2 (TinyLlama)
|
20 |
+
Where to send questions or comments about the model: ask me here on huggingface :)
|
21 |
+
|
22 |
+
Intended use
|
23 |
+
Primary intended uses: The primary use of LLaVA is research on large multimodal models and chatbots.
|
24 |
+
|
25 |
+
Primary intended users: The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
|
26 |
+
|
27 |
+
Training dataset
|
28 |
+
558K filtered image-text pairs from LAION/CC/SBU, captioned by BLIP.
|
29 |
+
158K GPT-generated multimodal instruction-following data.
|
30 |
+
450K academic-task-oriented VQA data mixture.
|
31 |
+
40K ShareGPT data.
|
32 |
+
Evaluation dataset
|
33 |
+
A collection of 12 benchmarks, including 5 academic VQA benchmarks and 7 recent benchmarks specifically proposed for instruction-following LMMs.
|
34 |
+
|
35 |
+
|
36 |
+
|