gianlab commited on
Commit
95aff8c
1 Parent(s): b3b174a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -34,7 +34,11 @@ It achieves the following results on the evaluation set:
34
 
35
  ## Model description
36
 
37
- This model was created by importing the dataset of the photos of skin cancer into Google Colab from kaggle here: https://www.kaggle.com/datasets/kmader/skin-cancer-mnist-ham10000 . I then used the image classification tutorial here: https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/image_classification.ipynb
 
 
 
 
38
 
39
  The possible classified diseases are: 'Actinic-keratoses', 'Basal-cell-carcinoma', 'Benign-keratosis-like-lesions', 'Dermatofibroma', 'Melanocytic-nevi', 'Melanoma', 'Vascular-lesions' .
40
 
 
34
 
35
  ## Model description
36
 
37
+ This model was created by importing the dataset of the photos of skin cancer into Google Colab from kaggle here: https://www.kaggle.com/datasets/kmader/skin-cancer-mnist-ham10000 . I then used the image classification tutorial here: https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/image_classification.ipynb
38
+
39
+ obtaining the following notebook:
40
+
41
+ https://colab.research.google.com/drive/1bMkXnAvAqjX3J2YJ8wXTNw2Z2pt5KCjy?usp=sharing
42
 
43
  The possible classified diseases are: 'Actinic-keratoses', 'Basal-cell-carcinoma', 'Benign-keratosis-like-lesions', 'Dermatofibroma', 'Melanocytic-nevi', 'Melanoma', 'Vascular-lesions' .
44