Datasets:
Add task categories, tags, and correct size category
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -34,6 +34,16 @@ configs:
|
|
34 |
data_files:
|
35 |
- split: test
|
36 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
# Real-Text
|
@@ -67,4 +77,4 @@ Please cite the following paper if you use this dataset:
|
|
67 |
journal={arXiv preprint arXiv:2506.09993},
|
68 |
year={2025}
|
69 |
}
|
70 |
-
```
|
|
|
34 |
data_files:
|
35 |
- split: test
|
36 |
path: data/test-*
|
37 |
+
language:
|
38 |
+
- en
|
39 |
+
size_categories:
|
40 |
+
- 10M<n<100M
|
41 |
+
task_categories:
|
42 |
+
- image-to-image
|
43 |
+
tags:
|
44 |
+
- image-restoration
|
45 |
+
- diffusion-models
|
46 |
+
- text-recognition
|
47 |
---
|
48 |
|
49 |
# Real-Text
|
|
|
77 |
journal={arXiv preprint arXiv:2506.09993},
|
78 |
year={2025}
|
79 |
}
|
80 |
+
```
|