marmal88 commited on
Commit
ee3d691
1 Parent(s): b1f4275

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -29,7 +29,23 @@ dataset_info:
29
  num_examples: 2492
30
  download_size: 3693626934
31
  dataset_size: 3523767391.7419996
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
- # Dataset Card for "skin_cancer"
 
 
 
 
 
34
 
35
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
29
  num_examples: 2492
30
  download_size: 3693626934
31
  dataset_size: 3523767391.7419996
32
+ task_categories:
33
+ - image-classification
34
+ - image-segmentation
35
+ language:
36
+ - en
37
+ tags:
38
+ - skin_cancer
39
+ - HAM10000
40
+ pretty_name: HAM10000
41
+ size_categories:
42
+ - 1K<n<10K
43
  ---
44
+ # Dataset Card for "The HAM10000 dataset, a large collection of multi-source dermatoscopic images of common pigmented skin lesions"
45
+
46
+ - Original Paper and Dataset [here](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/DBW86T)
47
+ - Kaggle dataset [here](https://www.kaggle.com/datasets/kmader/skin-cancer-mnist-ham10000?resource=download)
48
+
49
+ This is a contribution to open sourced data in hugging face for image data. Images can be obtained from above links. I do not own any rights to above images.
50
 
51
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)