nielsr HF Staff commited on
Commit
a80209c
Β·
verified Β·
1 Parent(s): f37f899

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

Browse files

This PR enhances the model card for COOPER by:
- Adding `pipeline_tag: image-text-to-text` to improve discoverability.
- Including `library_name: transformers` in the metadata, as indicated by the installation instructions in the GitHub repository, enabling the auto-generated usage snippet on the Hub.
- Adding `license: cc-by-nc-4.0` based on the majority vote from colleagues.
- Providing a direct link to the Hugging Face paper page ([COOPER: A Unified Model for Cooperative Perception and Reasoning in Spatial Intelligence](https://huggingface.co/papers/2512.04563)) in the header.
- Adding an explicit link to the GitHub repository (`https://github.com/zhangzef/COOPER`) in the header for easy access to the code.
- Correcting image paths from `./assests/` to `https://huggingface.co/Starrrrrry/COOPER/resolve/main/assets/` to align with the GitHub repository structure and ensure robust rendering on the Hub.

Please review and merge if these updates look good.

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