nielsr HF staff commited on
Commit
f429da6
Β·
verified Β·
1 Parent(s): 050f5bb

Improve model card with metadata and link to code

Browse files

This PR improves the model card by adding the `library_name` and `pipeline_tag` metadata. It also adds a link to the Github repository for easier access to the code.

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,9 +1,16 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
4
  Training with 6000 examples and validating with 779 example!
5
  100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 779/779 [05:18<00:00, 2.44it/s]
6
 
7
  giou: 0.5851, ciou: 0.5860 (LLaVA-v1.5-7B-for-ReasonSeg-testset)
8
 
9
- [2025-03-02 08:13:11.3091[INF0] [launch.py:347:main] Process 791 exits successfully
 
 
 
 
 
1
  ---
2
  license: mit
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-image
5
  ---
6
+
7
  Training with 6000 examples and validating with 779 example!
8
  100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 779/779 [05:18<00:00, 2.44it/s]
9
 
10
  giou: 0.5851, ciou: 0.5860 (LLaVA-v1.5-7B-for-ReasonSeg-testset)
11
 
12
+ [2025-03-02 08:13:11.3091[INF0] [launch.py:347:main] Process 791 exits successfully
13
+
14
+ Code: https://github.com/rui-qian/READ
15
+
16
+ This repository contains the READ model described in [Reasoning to Attend: Try to Understand How <SEG> Token Works](https://hf.co/papers/2412.17741).