nielsr HF staff commited on
Commit
2cc73f0
Β·
verified Β·
1 Parent(s): c56f337

Add relevant metadata, link to code and paper

Browse files

This PR adds the `library_name` and `pipeline_tag` for this model card, so that it can be found using the filters on the hub.
It also links the model to the corresponding Github repository and paper page.

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,8 +1,13 @@
 
 
 
 
 
1
  # <img src="assets/icon.png" width="35" /> ReFocus
2
 
3
  This repo contains the model for the paper "ReFocus: Visual Editing as a Chain of Thought for Structured Image Understanding"
4
 
5
- [**🌐 Homepage**](https://zeyofu.github.io/ReFocus/) |[**πŸ“‘ Paper**](https://arxiv.org/abs/2501.05452) | [**πŸ”— Code**](https://github.com/zeyofu/ReFocus_Code)
6
 
7
 
8
  # Introduction
@@ -22,8 +27,4 @@ This model is finetuned based on Phi-3.5-vision, and we used the following promp
22
  To enforce the model to generate bounding box coordinates to refocus, you could try this prompt:
23
  ```
24
  <|image_1|>\n{question}\nThought: The areas to focus on in the image have bounding box coordinates:
25
- ```
26
-
27
- ---
28
- license: apache-2.0
29
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
  # <img src="assets/icon.png" width="35" /> ReFocus
7
 
8
  This repo contains the model for the paper "ReFocus: Visual Editing as a Chain of Thought for Structured Image Understanding"
9
 
10
+ [**🌐 Homepage**](https://zeyofu.github.io/ReFocus/) |[**πŸ“‘ Paper**](https://huggingface.co/papers/2501.05452) | [**πŸ”— Code**](https://github.com/zeyofu/ReFocus_Code)
11
 
12
 
13
  # Introduction
 
27
  To enforce the model to generate bounding box coordinates to refocus, you could try this prompt:
28
  ```
29
  <|image_1|>\n{question}\nThought: The areas to focus on in the image have bounding box coordinates:
30
+ ```