DunnBC22 commited on
Commit
577e6f9
1 Parent(s): a53907e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -6,6 +6,9 @@ datasets:
6
  - imagefolder
7
  metrics:
8
  - accuracy
 
 
 
9
  model-index:
10
  - name: vit-base-patch16-224-in21k_lung_and_colon_cancer
11
  results:
@@ -22,14 +25,14 @@ model-index:
22
  - name: Accuracy
23
  type: accuracy
24
  value: 0.9994
 
 
 
25
  ---
26
 
27
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
- should probably proofread and complete it, then remove this comment. -->
29
-
30
  # vit-base-patch16-224-in21k_lung_and_colon_cancer
31
 
32
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.0016
35
  - Accuracy: 0.9994
@@ -45,15 +48,17 @@ It achieves the following results on the evaluation set:
45
 
46
  ## Model description
47
 
48
- More information needed
 
 
49
 
50
  ## Intended uses & limitations
51
 
52
- More information needed
53
 
54
  ## Training and evaluation data
55
 
56
- More information needed
57
 
58
  ## Training procedure
59
 
@@ -82,4 +87,4 @@ The following hyperparameters were used during training:
82
  - Transformers 4.22.2
83
  - Pytorch 1.12.1
84
  - Datasets 2.5.2
85
- - Tokenizers 0.12.1
 
6
  - imagefolder
7
  metrics:
8
  - accuracy
9
+ - f1
10
+ - recall
11
+ - precision
12
  model-index:
13
  - name: vit-base-patch16-224-in21k_lung_and_colon_cancer
14
  results:
 
25
  - name: Accuracy
26
  type: accuracy
27
  value: 0.9994
28
+ language:
29
+ - en
30
+ pipeline_tag: image-classification
31
  ---
32
 
 
 
 
33
  # vit-base-patch16-224-in21k_lung_and_colon_cancer
34
 
35
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k).
36
  It achieves the following results on the evaluation set:
37
  - Loss: 0.0016
38
  - Accuracy: 0.9994
 
48
 
49
  ## Model description
50
 
51
+ This is a multiclass image classification model of lung and colon cancers.
52
+
53
+ For more information on how it was created, check out the following link: https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/blob/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Lung%20%26%20Colon%20Cancer/Lung_and_colon_cancer_ViT.ipynb
54
 
55
  ## Intended uses & limitations
56
 
57
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
58
 
59
  ## Training and evaluation data
60
 
61
+ Dataset Source: https://www.kaggle.com/datasets/andrewmvd/lung-and-colon-cancer-histopathological-images
62
 
63
  ## Training procedure
64
 
 
87
  - Transformers 4.22.2
88
  - Pytorch 1.12.1
89
  - Datasets 2.5.2
90
+ - Tokenizers 0.12.1