nielsr HF Staff commited on
Commit
90c9cb0
·
verified ·
1 Parent(s): 6bca8da

Add link to paper and task category

Browse files

This PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2503.06520.

It also adds a link to the Github repository and the appropriate task category.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -24,4 +24,10 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
27
  ---
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ task_categories:
28
+ - image-segmentation
29
  ---
30
+
31
+ Dataset for the paper [Seg-Zero: Reasoning-Chain Guided Segmentation via Cognitive Reinforcement](https://huggingface.co/papers/2503.06520).
32
+
33
+ Code: https://github.com/dvlab-research/Seg-Zero