Fuxiao commited on
Commit
8daf9f9
1 Parent(s): a1d81ae

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md CHANGED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - Eagle
7
+ - VLM
8
+ ---
9
+
10
+ # Eagle Model Card
11
+
12
+ ## Model details
13
+
14
+ **Model type:**
15
+ Eagle is a family of Vision-Centric High-Resolution Multimodal LLMs. It presents a thorough exploration to strengthen multimodal LLM perception with a mixture of vision encoders and different input resolutions. The model contains a channel-concatenation-based "CLIP+X" fusion for vision experts with different architectures (ViT/ConvNets) and knowledge (detection/segmentation/OCR/SSL). The resulting family of Eagle models support up to over 1K input resolution and obtain strong results on multimodal LLM benchmarks, especially resolution-sensitive tasks such as optical character recognition and document understanding.
16
+
17
+
18
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64618b9496259bec21d44704/BdAIMvo--yG7SpG5xDeYN.png)
19
+
20
+ **Paper or resources for more information:**
21
+ https://github.com/NVlabs/Eagle
22
+
23
+ [arXiv](https://arxiv.org/pdf/2408.15998) / [Demo](https://huggingface.co/spaces/NVEagle/Eagle-X5-13B-Chat)
24
+
25
+ ```
26
+ @misc{shi2024eagleexploringdesignspace,
27
+ title={Eagle: Exploring The Design Space for Multimodal LLMs with Mixture of Encoders},
28
+ author={Min Shi and Fuxiao Liu and Shihao Wang and Shijia Liao and Subhashree Radhakrishnan and De-An Huang and Hongxu Yin and Karan Sapra and Yaser Yacoob and Humphrey Shi and Bryan Catanzaro and Andrew Tao and Jan Kautz and Zhiding Yu and Guilin Liu},
29
+ year={2024},
30
+ eprint={2408.15998},
31
+ archivePrefix={arXiv},
32
+ primaryClass={cs.CV},
33
+ url={https://arxiv.org/abs/2408.15998},
34
+ }
35
+ ```
36
+
37
+ ## License
38
+ - The code is released under the Apache 2.0 license as found in the [LICENSE](./LICENSE) file.
39
+ - 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).
40
+ - The service is a research preview intended for non-commercial use only, and is subject to the following licenses and terms:
41
+ - [Model License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA
42
+ - [Terms of Use](https://openai.com/policies/terms-of-use) of the data generated by OpenAI
43
+ - [Dataset Licenses](https://github.com/Efficient-Large-Model/VILA/blob/main/data_prepare/LICENSE) for each one used during training.
44
+
45
+ **Where to send questions or comments about the model:**
46
+ https://github.com/NVlabs/Eagle/issues
47
+
48
+ ## Model Architecture:
49
+
50
+ **Architecture Type:** Transformer
51
+
52
+ ## Input:
53
+
54
+ **Input Type:** Image, Text
55
+
56
+ **Input Format:** Red, Green, Blue; String
57
+
58
+ ## Output:
59
+
60
+ **Output Type:** Text
61
+
62
+ **Output Format:** String
63
+
64
+ **[Preferred/Supported] Operating System(s):** <br>
65
+ Linux
66
+
67
+ ## Intended use
68
+ **Primary intended uses:**
69
+ The primary use of Eagle is research on large multimodal models and chatbots.
70
+
71
+ **Primary intended users:**
72
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
73
+
74
+ ## Ethical Considerations
75
+ 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.
76
+