Datasets:
Commit
•
04bb141
1
Parent(s):
051e3ed
Fix task tags (#1)
Browse files- Fix task tags (cf0e4871bba018d09bbae549a9f17d3b0d297272)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
license: cc
|
|
|
|
|
|
|
3 |
pretty_name: Horse2Zebra
|
4 |
tags:
|
5 |
- GAN
|
6 |
-
task_categories:
|
7 |
- unpaired-image-to-image-translation
|
8 |
---
|
9 |
## Dataset Description
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
+
task_categories:
|
4 |
+
- image-to-image
|
5 |
+
task_ids: []
|
6 |
pretty_name: Horse2Zebra
|
7 |
tags:
|
8 |
- GAN
|
|
|
9 |
- unpaired-image-to-image-translation
|
10 |
---
|
11 |
## Dataset Description
|