nielsr HF Staff commited on
Commit
a3a787c
·
verified ·
1 Parent(s): 98bb1b8

Add task category, link to paper, license

Browse files

This PR adds the `image-segmentation` task category, a link to the paper https://huggingface.co/papers/2410.11236, and license Apache 2.0.

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -31,4 +31,11 @@ configs:
31
  path: data/train-*
32
  - split: validation
33
  path: data/validation-*
 
 
 
34
  ---
 
 
 
 
 
31
  path: data/train-*
32
  - split: validation
33
  path: data/validation-*
34
+ task_categories:
35
+ - image-segmentation
36
+ license: apache-2.0
37
  ---
38
+
39
+ This dataset is used in the paper [Ctrl-U: Robust Conditional Image Generation via Uncertainty-aware Reward Modeling](https://huggingface.co/papers/2410.11236).
40
+
41
+ Project page: https://grenoble-zhang.github.io/Ctrl-U-Page/