nielsr HF Staff commited on
Commit
50eb6dc
·
verified ·
1 Parent(s): fc7c740

Add link to paper, code, and task category

Browse files

This PR ensures the dataset is now also findable through the task category.

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -21,4 +21,12 @@ configs:
21
  path: data/validation-*
22
  - split: test
23
  path: data/test-*
 
 
24
  ---
 
 
 
 
 
 
 
21
  path: data/validation-*
22
  - split: test
23
  path: data/test-*
24
+ task_categories:
25
+ - image-to-image
26
  ---
27
+
28
+ Dataset used in [Ctrl-U: Robust Conditional Image Generation via Uncertainty-aware Reward Modeling](https://huggingface.co/papers/2410.11236).
29
+
30
+ Code: https://github.com/grenoble-zhang/Ctrl-U
31
+
32
+ Project page: https://grenoble-zhang.github.io/Ctrl-U-Page/