DunnBC22 commited on
Commit
08d72cc
1 Parent(s): 0dcbf06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -33,18 +33,22 @@ pipeline_tag: image-classification
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
39
- - Weighted f1: 0.9994
40
- - Micro f1: 0.9994
41
- - Macro f1: 0.9994
42
- - Weighted recall: 0.9994
43
- - Micro recall: 0.9994
44
- - Macro recall: 0.9994
45
- - Weighted precision: 0.9994
46
- - Micro precision: 0.9994
47
- - Macro precision: 0.9994
 
 
 
48
 
49
  ## Model description
50
 
@@ -61,7 +65,6 @@ This model is intended to demonstrate my ability to solve a complex problem usin
61
  Dataset Source: https://www.kaggle.com/datasets/andrewmvd/lung-and-colon-cancer-histopathological-images
62
 
63
  _Sample Images From Dataset:_
64
-
65
  ![Sample Images](https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/raw/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Lung%20%26%20Colon%20Cancer/Images/Sample%20Images.png)
66
 
67
  ## Training procedure
 
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
+
37
  It achieves the following results on the evaluation set:
38
  - Loss: 0.0016
39
  - Accuracy: 0.9994
40
+ - F1
41
+ - Weighted: 0.9994
42
+ - Micro: 0.9994
43
+ - Macro: 0.9994
44
+ - Recall
45
+ - Weighted: 0.9994
46
+ - Micro: 0.9994
47
+ - Macro: 0.9994
48
+ - Precision
49
+ - Weighted: 0.9994
50
+ - Micro: 0.9994
51
+ - Macro: 0.9994
52
 
53
  ## Model description
54
 
 
65
  Dataset Source: https://www.kaggle.com/datasets/andrewmvd/lung-and-colon-cancer-histopathological-images
66
 
67
  _Sample Images From Dataset:_
 
68
  ![Sample Images](https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/raw/main/Computer%20Vision/Image%20Classification/Multiclass%20Classification/Lung%20%26%20Colon%20Cancer/Images/Sample%20Images.png)
69
 
70
  ## Training procedure