nielsr HF Staff commited on
Commit
ba2bcb1
·
verified ·
1 Parent(s): 720d623

Add pipeline tag, library name, link to paper, project page, and code

Browse files

This 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.

Files changed (1) hide show
  1. README.md +11 -3
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