Update README.md
Browse files
README.md
CHANGED
@@ -22,3 +22,18 @@ tags:
|
|
22 |
- **Point of Contact: [email protected]**
|
23 |
# TL;DR
|
24 |
Prometheus-Vision is the first open-source VLM specialized for evaluation purposes. Prometheus-Vision shows a high correlation with both GPT-4V and human evaluators, indicating its potential to be used as a cheap alternative for GPT-4V evaluation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
- **Point of Contact: [email protected]**
|
23 |
# TL;DR
|
24 |
Prometheus-Vision is the first open-source VLM specialized for evaluation purposes. Prometheus-Vision shows a high correlation with both GPT-4V and human evaluators, indicating its potential to be used as a cheap alternative for GPT-4V evaluation.
|
25 |
+

|
26 |
+
# Model Details
|
27 |
+
|
28 |
+
## Model Description
|
29 |
+
- **Model type:** Vision-Language Model
|
30 |
+
- **Language(s) (NLP):** English
|
31 |
+
- **License:** Apache 2.0
|
32 |
+
- **Related Models:** [All Prometheus Checkpoints](https://huggingface.co/models?search=kaist-ai/Prometheus-Vision)
|
33 |
+
- **Resources for more information:**
|
34 |
+
- [Research paper](https://arxiv.org/abs/2401.06591)
|
35 |
+
- [GitHub Repo](https://github.com/kaistAI/prometheus-vision)
|
36 |
+
|
37 |
+
Prometheu-Vision is trained with two different sizes (7B and 13B).
|
38 |
+
You could check the 7B sized LM on [this page](https://huggingface.co/kaist-ai/prometheus-vision-7b-v1.0).
|
39 |
+
Also, check out our dataset as well on [this page](https://huggingface.co/datasets/kaist-ai/Perception-Collection).
|