nickmuchi commited on
Commit
9b6f87e
1 Parent(s): c4c9d6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -5,6 +5,13 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
 
 
 
 
 
 
8
  model-index:
9
  - name: vit-finetuned-chest-xray-pneumonia
10
  results: []
@@ -15,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # vit-finetuned-chest-xray-pneumonia
17
 
18
- 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 chest-xray-pneumonia dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1271
21
  - Accuracy: 0.9551
@@ -60,7 +67,11 @@ The following hyperparameters were used during training:
60
  | 0.1063 | 9.0 | 2934 | 0.1473 | 0.9535 |
61
  | 0.0944 | 10.0 | 3260 | 0.1385 | 0.9583 |
62
 
63
-
 
 
 
 
64
  ### Framework versions
65
 
66
  - Transformers 4.17.0
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
+ datasets:
9
+ - chest X-rays
10
+ widget:
11
+ - src: https://drive.google.com/uc?id=1yqnhD4Wjt4Y_NGLtijTGGaaw9GL497kQ
12
+ example_title: PNEUMONIA
13
+ - src: https://drive.google.com/uc?id=1xjcIEDb8kuSd4wF44gCEgsc0PfRvs53m
14
+ example_title: NORMAL
15
  model-index:
16
  - name: vit-finetuned-chest-xray-pneumonia
17
  results: []
 
22
 
23
  # vit-finetuned-chest-xray-pneumonia
24
 
25
+ 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 [chest-xray-pneumonia](https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia) dataset.
26
  It achieves the following results on the evaluation set:
27
  - Loss: 0.1271
28
  - Accuracy: 0.9551
 
67
  | 0.1063 | 9.0 | 2934 | 0.1473 | 0.9535 |
68
  | 0.0944 | 10.0 | 3260 | 0.1385 | 0.9583 |
69
 
70
+ ## Example Images
71
+ #### Pneumonia Chest X-Ray
72
+ ![Pneumonia](https://drive.google.com/uc?id=1yqnhD4Wjt4Y_NGLtijTGGaaw9GL497kQ)
73
+ #### Normal Chest X-Ray
74
+ ![Normal](https://drive.google.com/uc?id=1xjcIEDb8kuSd4wF44gCEgsc0PfRvs53m)
75
  ### Framework versions
76
 
77
  - Transformers 4.17.0