Mario Šaško commited on
Commit
1444e6b
1 Parent(s): aae745f

Update image dataset tags (#3864)

Browse files

* Align image datasets with new image task tags

* Add missing tags/sections to pass CI

Commit from https://github.com/huggingface/datasets/commit/a0c2e960110392da20c84d13ca3764cf7d7a9953

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,9 +15,9 @@ size_categories:
15
  source_datasets:
16
  - original
17
  task_categories:
18
- - other
19
  task_ids:
20
- - other-other-image-classification
21
  ---
22
 
23
  # Dataset Card for Cats Vs. Dogs
@@ -61,7 +61,7 @@ A large set of images of cats and dogs. There are 1738 corrupted images that are
61
 
62
  ### Supported Tasks and Leaderboards
63
 
64
- - image-classification
65
 
66
  ### Languages
67
 
 
15
  source_datasets:
16
  - original
17
  task_categories:
18
+ - image-classification
19
  task_ids:
20
+ - single-label-image-classification
21
  ---
22
 
23
  # Dataset Card for Cats Vs. Dogs
 
61
 
62
  ### Supported Tasks and Leaderboards
63
 
64
+ - `image-classification`: The goal of this task is to classify a given image as either containing a cat or a dog. The leaderboard is available [here](https://paperswithcode.com/sota/image-classification-on-cats-vs-dogs).
65
 
66
  ### Languages
67