Seongyun commited on
Commit
9d7bb86
·
verified ·
1 Parent(s): 44dcff2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ Prometheus-Vision is the first open-source VLM specialized for evaluation purpos
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).
40
  ## Prompt Format
41
  Prometheus-Vision requires 5 components in the input: An image, an instruction, a response to evaluate, a score rubric, and a reference answer. You could refer to the prompt format below.
@@ -197,9 +197,9 @@ if __name__ == "__main__":
197
 
198
  ```
199
  </details>
 
200
  # Citation
201
  If you find the following model helpful, please consider citing our paper!
202
-
203
  **BibTeX:**
204
  ```bibtex
205
  @misc{lee2024prometheusvision,
 
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 VLM 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).
40
  ## Prompt Format
41
  Prometheus-Vision requires 5 components in the input: An image, an instruction, a response to evaluate, a score rubric, and a reference answer. You could refer to the prompt format below.
 
197
 
198
  ```
199
  </details>
200
+
201
  # Citation
202
  If you find the following model helpful, please consider citing our paper!
 
203
  **BibTeX:**
204
  ```bibtex
205
  @misc{lee2024prometheusvision,