xwwu commited on
Commit
bbd968c
1 Parent(s): 26c2f02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -1,4 +1,46 @@
1
  ---
 
 
 
 
2
  license: apache-2.0
 
 
3
  ---
4
- Release coming soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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. HPT has achieved highly competitive results with state-of-the-art models on a variety of multimodal LLM benchmarks. This repository contains the open-source weight to reproduce the evaluation results of HPT Air on different benchmarks.
14
+
15
+ For full details of this model please read our [technical blog post](https://www.hypergai.com/blog/introducing-hpt-a-family-of-leading-multimodal-llms)
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: [Yi-6B-Chat](https://huggingface.co/01-ai/Yi-6B)
28
+
29
+ - Pretrained Visual Encoder: [clip-vit-large-patch14-336 ](https://huggingface.co/openai/clip-vit-large-patch14-336)
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: hpt@hypergai.com
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.