gianlab commited on
Commit
14b5da0
1 Parent(s): 0d1de50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -37,7 +37,21 @@ It achieves the following results on the evaluation set:
37
 
38
  ## Model description
39
 
40
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ## Intended uses & limitations
43
 
@@ -61,7 +75,7 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 30
65
 
66
  ### Training results
67
 
 
37
 
38
  ## Model description
39
 
40
+ This model was created by importing the dataset of spiral drawings made by both parkinsons patients and healthy people into Google Colab from kaggle here: https://www.kaggle.com/datasets/kmader/parkinsons-drawings/data. I then used the image classification tutorial here: https://colab.research.google.com/github/huggingface/notebooks/blob/main/examples/image_classification.ipynb
41
+
42
+ obtaining the following notebook:
43
+
44
+ https://colab.research.google.com/drive/1oRjwgHjmaQYRU1qf-TTV7cg1qMZXgMaO?usp=sharing
45
+
46
+ The possible classified data are:
47
+ <ul>
48
+ <li>Healthy</li>
49
+ <li>Parkinson</li>
50
+ </ul>
51
+
52
+ ### Spiral drawing example:
53
+
54
+ ![Screenshot](N1.png)
55
 
56
  ## Intended uses & limitations
57
 
 
75
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
76
  - lr_scheduler_type: linear
77
  - lr_scheduler_warmup_ratio: 0.1
78
+ - num_epochs: 20
79
 
80
  ### Training results
81