Update README.md
Browse files
README.md
CHANGED
@@ -76,8 +76,6 @@ Also, we use the following output format. During inference, you could parse the
|
|
76 |
Perception Collection and Prometheus-Vision are subject to OpenAI's Terms of Use for the generated data. If you suspect any violations, please reach out to us.
|
77 |
# Usage
|
78 |
Find below some example scripts on how to use the model in `transformers`:
|
79 |
-
# Citation
|
80 |
-
If you find the following model helpful, please consider citing our paper!
|
81 |
## Using the Pytorch model
|
82 |
### Running the model on a GPU
|
83 |
<details>
|
@@ -199,6 +197,9 @@ if __name__ == "__main__":
|
|
199 |
|
200 |
```
|
201 |
</details>
|
|
|
|
|
|
|
202 |
**BibTeX:**
|
203 |
```bibtex
|
204 |
@misc{lee2024prometheusvision,
|
|
|
76 |
Perception Collection and Prometheus-Vision are subject to OpenAI's Terms of Use for the generated data. If you suspect any violations, please reach out to us.
|
77 |
# Usage
|
78 |
Find below some example scripts on how to use the model in `transformers`:
|
|
|
|
|
79 |
## Using the Pytorch model
|
80 |
### Running the model on a GPU
|
81 |
<details>
|
|
|
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,
|