xwwu commited on
Commit
3807d2c
1 Parent(s): 18131bb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - multimodal
5
+ - vision-language
6
+ license: apache-2.0
7
+ language:
8
+ - en
9
+ ---
10
+
11
+ # Model Card for HPT
12
+
13
+ Hyper-Pretrained Transformers (HPT) is a novel multimodal LLM framework from [HyperGAI](https://hypergai.com/), and has been trained for vision-language models that are capable of multimodal understanding for both textual and visual inputs. Here we release our best open-sourced 8B Multimodal LLM HPT 1.5 Air. Built with Meta Llama 3, our hyper capable HPT 1.5 Air packs a punch on real world understanding and complex reasoning. This repository contains the open-source weight to reproduce the evaluation results of HPT 1.5 Air on different benchmarks.
14
+
15
+ For full details of this model please read our [technical blog post]()
16
+
17
+ ## Run the model
18
+
19
+ Please use the scripts available in our [gitHub repository](https://github.com/HyperGAI/HPT) to utilize the model.
20
+
21
+ ## Troubleshooting
22
+
23
+ Please report the issue at our [github repo](https://github.com/HyperGAI/HPT)
24
+
25
+ ## Pretrained models used
26
+
27
+ - Pretrained LLM: [Llama3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
28
+
29
+ - Pretrained Visual Encoder: [siglip-so400m-patch14-384](https://huggingface.co/google/siglip-so400m-patch14-384)
30
+
31
+ ## Disclaimer and Responsible Use
32
+
33
+ Note that the HPT Air is a quick open release of our models to facilitate the open, responsible AI research and community development. It does not have any moderation mechanism and provides no guarantees on their results. We hope to engage with the community to make the model finely respect guardrails to allow adoptions in practical applications requiring moderated outputs.
34
+
35
+ ## Contact Us
36
+
37
+ - Contact: [email protected]
38
+ - Follow us on [Twitter](https://twitter.com/hypergai).
39
+ - Follow us on [Linkedin](https://www.linkedin.com/company/hypergai/).
40
+ - Visit our [website](https://www.hypergai.com) to learn more about us.
41
+
42
+
43
+ ## License
44
+
45
+ This project is released under the [Apache 2.0 license](LICENSE).
46
+ Parts of this project contain code and models from other sources, which are subject to their respective licenses and you need to apply their respective license if you may want to use for commercial purposes.