klldmofashi commited on
Commit
d1b75bf
1 Parent(s): 715625a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +122 -0
README.md ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - VILA
7
+ - VLM
8
+ ---
9
+
10
+ # VILA Model Card
11
+
12
+ ## Model details
13
+
14
+ **Model type:**
15
+ VILA is a visual language model (VLM) pretrained with interleaved image-text data at scale, enabling multi-image VLM. VILA is deployable on the edge, including Jetson Orin and laptop by AWQ 4bit quantization through TinyChat framework. We find: (1) image-text pairs are not enough, interleaved image-text is essential; (2) unfreezing LLM during interleaved image-text pre-training enables in-context learning; (3)re-blending text-only instruction data is crucial to boost both VLM and text-only performance. VILA unveils appealing capabilities, including: multi-image reasoning, in-context learning, visual chain-of-thought, and better world knowledge.
16
+
17
+ **Model date:**
18
+ Model was trained in Aug 2024.
19
+
20
+ **Paper or resources for more information:**
21
+ https://github.com/NVLabs/VILA
22
+
23
+ ```
24
+ @misc{lin2023vila,
25
+ title={VILA: On Pre-training for Visual Language Models},
26
+ author={Ji Lin and Hongxu Yin and Wei Ping and Yao Lu and Pavlo Molchanov and Andrew Tao and Huizi Mao and Jan Kautz and Mohammad Shoeybi and Song Han},
27
+ year={2023},
28
+ eprint={2312.07533},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.CV}
31
+ }
32
+
33
+ @article{longvila,
34
+ title={LongVILA: Scaling Long-Context Visual Language Models for Long Videos},
35
+ author={Fuzhao Xue and Yukang Chen and Dacheng Li and Qinghao Hu and Ligeng Zhu and Xiuyu Li and Yunhao Fang and Haotian Tang and Shang Yang and Zhijian Liu and Yihui He and Hongxu Yin and Pavlo Molchanov and Jan Kautz and Linxi Fan and Yuke Zhu and Yao Lu and Song Han},
36
+ year={2024},
37
+ eprint={},
38
+ archivePrefix={arXiv},
39
+ primaryClass={cs.CV}
40
+ }
41
+ ```
42
+
43
+ ## License
44
+ - The code is released under the Apache 2.0 license as found in the [LICENSE](./LICENSE) file.
45
+ - The pretrained weights are released under the [CC-BY-NC-SA-4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
46
+ - The service is a research preview intended for non-commercial use only, and is subject to the following licenses and terms:
47
+ - [Model License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA
48
+ - [Terms of Use](https://openai.com/policies/terms-of-use) of the data generated by OpenAI
49
+ - [Dataset Licenses](https://github.com/Efficient-Large-Model/VILA/blob/main/data_prepare/LICENSE) for each one used during training.
50
+
51
+ **Where to send questions or comments about the model:**
52
+ https://github.com/NVLabs/VILA/issues
53
+
54
+ ## Intended use
55
+ **Primary intended uses:**
56
+ The primary use of VILA is research on large multimodal models and chatbots.
57
+
58
+ **Primary intended users:**
59
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
60
+
61
+ ## Model Architecture:
62
+ **Architecture Type:** Transformer
63
+ **Network Architecture:** siglip, Llama3
64
+
65
+ ## Input:
66
+ **Input Type:** Image, Video, Text
67
+ **Input Format:** Red, Green, Blue; MP4 ;String
68
+ **Input Parameters:** 2D, 3D
69
+
70
+ ## Output:
71
+ **Output Type:** Text
72
+ **Output Format:** String
73
+
74
+ **Supported Hardware Microarchitecture Compatibility:**
75
+ * Ampere
76
+ * Jetson
77
+ * Hopper
78
+ * Lovelace
79
+
80
+ **[Preferred/Supported] Operating System(s):** <br>
81
+ Linux
82
+
83
+ ## Model Version(s):
84
+ * Llama-3-LongVILA-8B-128frames
85
+ * Llama-3-LongVILA-8B-256frames
86
+ * Llama-3-LongVILA-8B-1024frames
87
+
88
+ ## Training dataset
89
+ See [Dataset Preparation](https://github.com/NVLabs/VILA/blob/main/data_prepare/README.md) for more details.
90
+
91
+ ** Data Collection Method by dataset
92
+ * [Hybrid: Automated, Human]
93
+
94
+ ** Labeling Method by dataset
95
+ * [Hybrid: Automated, Human]
96
+
97
+ **Properties (Quantity, Dataset Descriptions, Sensor(s)):**
98
+ 53 million image-text pairs or interleaved image text content.
99
+
100
+
101
+ ## Evaluation dataset
102
+ A collection of 12 benchmarks, including 5 academic VQA benchmarks and 7 recent benchmarks specifically proposed for instruction-following LMMs.
103
+
104
+ ## Inference:
105
+ **Engine:** [Tensor(RT), Triton, Or List Other Here]
106
+ * PyTorch
107
+ * TensorRT-LLM
108
+ * TinyChat
109
+
110
+ **Test Hardware:**
111
+ * A100
112
+ * Jetson Orin
113
+ * RTX 4090
114
+
115
+ ## Ethical Considerations
116
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
117
+
118
+
119
+ ## Built with Meta Llama 3
120
+
121
+ This model uses weights from [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B). Llama 3 is licensed under the LLAMA 3 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved
122
+