Add pipeline tag, library name, link to paper, project page, and code
Browse filesThis PR improves the model card by adding the pipeline tag and library name, ensuring the model can be easily found and used. It also includes a link to the paper, project page, and GitHub repository.
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model as presented in the paper [GUI-Reflection: Empowering Multimodal GUI Models with Self-Reflection Behavior](https://huggingface.co/papers/2506.08012).
|
| 8 |
+
|
| 9 |
+
Project page: https://penghao-wu.github.io/GUI_Reflection/
|
| 10 |
+
|
| 11 |
+
For code, see https://github.com/Penghao-Wu/GUI_Reflection
|