mariosasko commited on
Commit
530a4c9
·
1 Parent(s): 1a35c24

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 +4 -4
README.md CHANGED
@@ -15,10 +15,10 @@ size_categories:
15
  source_datasets:
16
  - original
17
  task_categories:
18
- - other
 
19
  task_ids:
20
- - other-other-object-detection
21
- - other-other-image-classification
22
  paperswithcode_id: svhn
23
  pretty_name: Street View House Numbers
24
  ---
@@ -66,7 +66,7 @@ SVHN is a real-world image dataset for developing machine learning and object re
66
 
67
  ### Supported Tasks and Leaderboards
68
 
69
- - `object-classification`: The dataset can be used to train a model for digit detection.
70
  - `image-classification`: The dataset can be used to train a model for Image Classification where the task is to predict a correct digit on the image. The leaderboard for this task is available at:
71
  https://paperswithcode.com/sota/image-classification-on-svhn
72
 
 
15
  source_datasets:
16
  - original
17
  task_categories:
18
+ - image-classification
19
+ - object-detection
20
  task_ids:
21
+ - single-label-image-classification
 
22
  paperswithcode_id: svhn
23
  pretty_name: Street View House Numbers
24
  ---
 
66
 
67
  ### Supported Tasks and Leaderboards
68
 
69
+ - `object-detection`: The dataset can be used to train a model for digit detection.
70
  - `image-classification`: The dataset can be used to train a model for Image Classification where the task is to predict a correct digit on the image. The leaderboard for this task is available at:
71
  https://paperswithcode.com/sota/image-classification-on-svhn
72