spolivin commited on
Commit
b04d79a
1 Parent(s): b2b0ecb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -7,7 +7,22 @@ metrics:
7
  - f1
8
  model-index:
9
  - name: alz-mri-vit
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # alz-mri-vit
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1875
21
  - F1: 0.9309
@@ -90,4 +105,4 @@ The following hyperparameters were used during training:
90
  - Transformers 4.35.2
91
  - Pytorch 2.1.0+cu121
92
  - Datasets 2.16.1
93
- - Tokenizers 0.15.0
 
7
  - f1
8
  model-index:
9
  - name: alz-mri-vit
10
+ results:
11
+ - task:
12
+ name: image-classification
13
+ type: image-classification
14
+ dataset:
15
+ name: Falah/Alzheimer_MRI
16
+ type: Falah/Alzheimer_MRI
17
+ config: default
18
+ split: train
19
+ args: default
20
+ metrics:
21
+ - name: f1
22
+ type: f1
23
+ value: 0.930865
24
+ datasets:
25
+ - Falah/Alzheimer_MRI
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # alz-mri-vit
32
 
33
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on Falah/Alzheimer_MRI dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.1875
36
  - F1: 0.9309
 
105
  - Transformers 4.35.2
106
  - Pytorch 2.1.0+cu121
107
  - Datasets 2.16.1
108
+ - Tokenizers 0.15.0