raedinkhaled
commited on
Commit
·
e2a64e0
1
Parent(s):
17176b4
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- imagefolder
|
@@ -13,13 +14,13 @@ model-index:
|
|
13 |
name: Image Classification
|
14 |
type: image-classification
|
15 |
dataset:
|
16 |
-
name:
|
17 |
type: imagefolder
|
18 |
args: default
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -27,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
# vit-base-mri
|
29 |
|
30 |
-
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
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- image-classification
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
|
|
14 |
name: Image Classification
|
15 |
type: image-classification
|
16 |
dataset:
|
17 |
+
name: mriDataSet
|
18 |
type: imagefolder
|
19 |
args: default
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.9827025893699549
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
28 |
|
29 |
# vit-base-mri
|
30 |
|
31 |
+
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 mriDataSet dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.0453
|
34 |
+
- Accuracy: 0.9827
|
35 |
|
36 |
## Model description
|
37 |
|