nielsr HF Staff commited on
Commit
81eef2e
·
verified ·
1 Parent(s): b3c2bcb

Add task category and language tag

Browse files

This PR adds the `task_categories` and `language` fields to the dataset card to improve discoverability.

Files changed (1) hide show
  1. README.md +5 -0
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