Datasets:
Add task categories and license to metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -4,6 +4,9 @@ configs:
|
|
| 4 |
data_files:
|
| 5 |
- split: test
|
| 6 |
path: metadata/eval_metadata.jsonl
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<div align="center">
|
|
@@ -105,4 +108,4 @@ If you find this dataset useful, please cite:
|
|
| 105 |
year = {2026},
|
| 106 |
url = {https://arxiv.org/abs/2607.05382}
|
| 107 |
}
|
| 108 |
-
```
|
|
|
|
| 4 |
data_files:
|
| 5 |
- split: test
|
| 6 |
path: metadata/eval_metadata.jsonl
|
| 7 |
+
task_categories:
|
| 8 |
+
- text-to-image
|
| 9 |
+
license: apache-2.0
|
| 10 |
---
|
| 11 |
|
| 12 |
<div align="center">
|
|
|
|
| 108 |
year = {2026},
|
| 109 |
url = {https://arxiv.org/abs/2607.05382}
|
| 110 |
}
|
| 111 |
+
```
|