Improve model card: Add metadata, Hugging Face paper link, and GitHub link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,7 +1,15 @@
 
 
 
 
 
 
1
  # COOPER 🧭
2
 
3
  <p align="center">
4
- πŸ“„ <a href="https://arxiv.org/pdf/2512.04563">Paper</a> |
 
 
5
  πŸ€– <a href="https://huggingface.co/Starrrrrry/COOPER">COOPER Model</a> |
6
  🧠 <a href="https://huggingface.co/Starrrrrry/COOPER-AMG">COOPER-AMG Model</a> |
7
  πŸ“‚ <a href="https://huggingface.co/datasets/Starrrrrry/COOPER_Train_Set">COOPER Training Data</a>
@@ -12,10 +20,10 @@ This project provides the **official implementation of COOPER**, a **unified mul
12
  <!-- ![motivation](./assests/motivation.png) -->
13
 
14
  <p align="center">
15
- <img src="./assests/motivation.png" width="50%" />
16
  </p>
17
 
18
- ![model](./assests/model.png)
19
 
20
 
21
  ## πŸš€ Key Features
@@ -116,19 +124,19 @@ sh eval_bagel_with_judge.sh
116
 
117
  ## πŸ“ˆ Results
118
 
119
- ![main_result](./assests/main_result.png)
120
 
121
 
122
 
123
  ### πŸ“š Cases
124
 
125
- You can find more cases in the `./assests` folder.
126
 
127
- ![cases](./assests/cases.png)
128
 
129
 
130
 
131
- ![generation_cases](./assests/generation_cases.png)
132
 
133
 
134
  ## ✍️ Citation
 
1
+ ---
2
+ pipeline_tag: image-text-to-text
3
+ library_name: transformers
4
+ license: cc-by-nc-4.0
5
+ ---
6
+
7
  # COOPER 🧭
8
 
9
  <p align="center">
10
+ πŸ“„ <a href="https://arxiv.org/pdf/2512.04563">Paper (arXiv)</a> |
11
+ πŸ€— <a href="https://huggingface.co/papers/2512.04563">Paper (Hugging Face)</a> |
12
+ πŸ’» <a href="https://github.com/zhangzef/COOPER">Code</a> |
13
  πŸ€– <a href="https://huggingface.co/Starrrrrry/COOPER">COOPER Model</a> |
14
  🧠 <a href="https://huggingface.co/Starrrrrry/COOPER-AMG">COOPER-AMG Model</a> |
15
  πŸ“‚ <a href="https://huggingface.co/datasets/Starrrrrry/COOPER_Train_Set">COOPER Training Data</a>
 
20
  <!-- ![motivation](./assests/motivation.png) -->
21
 
22
  <p align="center">
23
+ <img src="https://huggingface.co/Starrrrrry/COOPER/resolve/main/assets/motivation.png" width="50%" />
24
  </p>
25
 
26
+ ![model](https://huggingface.co/Starrrrrry/COOPER/resolve/main/assets/model.png)
27
 
28
 
29
  ## πŸš€ Key Features
 
124
 
125
  ## πŸ“ˆ Results
126
 
127
+ ![main_result](https://huggingface.co/Starrrrrry/COOPER/resolve/main/assets/main_result.png)
128
 
129
 
130
 
131
  ### πŸ“š Cases
132
 
133
+ You can find more cases in the `./assets` folder.
134
 
135
+ ![cases](https://huggingface.co/Starrrrrry/COOPER/resolve/main/assets/cases.png)
136
 
137
 
138
 
139
+ ![generation_cases](https://huggingface.co/Starrrrrry/COOPER/resolve/main/assets/generation_cases.png)
140
 
141
 
142
  ## ✍️ Citation