Add task category and language tag
Browse filesThis PR adds the `task_categories` and `language` fields to the dataset card to improve discoverability.
README.md
CHANGED
@@ -43,7 +43,12 @@ configs:
|
|
43 |
path: data/train-*
|
44 |
- split: test
|
45 |
path: data/test-*
|
|
|
|
|
|
|
|
|
46 |
---
|
|
|
47 |
## Citation
|
48 |
|
49 |
```bibtex
|
|
|
43 |
path: data/train-*
|
44 |
- split: test
|
45 |
path: data/test-*
|
46 |
+
task_categories:
|
47 |
+
- image-classification
|
48 |
+
language:
|
49 |
+
- en
|
50 |
---
|
51 |
+
|
52 |
## Citation
|
53 |
|
54 |
```bibtex
|