Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,8 @@ pipeline_tag: image-classification
|
|
41 |
|
42 |
# vit-base-patch16-224-in21k_covid_19_ct_scans
|
43 |
|
44 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k)
|
|
|
45 |
It achieves the following results on the evaluation set:
|
46 |
- Loss: 0.1727
|
47 |
- Accuracy: 0.94
|
@@ -63,6 +64,10 @@ This model is intended to demonstrate my ability to solve a complex problem usin
|
|
63 |
|
64 |
Dataset Source: https://www.kaggle.com/datasets/luisblanche/covidct
|
65 |
|
|
|
|
|
|
|
|
|
66 |
## Training procedure
|
67 |
|
68 |
### Training hyperparameters
|
|
|
41 |
|
42 |
# vit-base-patch16-224-in21k_covid_19_ct_scans
|
43 |
|
44 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k).
|
45 |
+
|
46 |
It achieves the following results on the evaluation set:
|
47 |
- Loss: 0.1727
|
48 |
- Accuracy: 0.94
|
|
|
64 |
|
65 |
Dataset Source: https://www.kaggle.com/datasets/luisblanche/covidct
|
66 |
|
67 |
+
_Sample Images From Dataset:_
|
68 |
+
|
69 |
+
![Sample Images](https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/raw/main/Computer%20Vision/Image%20Classification/Binary%20Classification/COVID19%20Lung%20CT%20Scans/Images/Sample%20Images.png)
|
70 |
+
|
71 |
## Training procedure
|
72 |
|
73 |
### Training hyperparameters
|