Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ metrics:
|
|
12 |
model-index:
|
13 |
- name: levit_128.fb_dist_in1k-finetuned-stroke-binary
|
14 |
results: []
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,26 +22,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# levit_128.fb_dist_in1k-finetuned-stroke-binary
|
21 |
|
22 |
-
This model is a fine-tuned version of [timm/levit_128.fb_dist_in1k](https://huggingface.co/timm/levit_128.fb_dist_in1k) on an
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: nan
|
25 |
- Accuracy: 0.8598
|
26 |
- F1: 0.8577
|
27 |
- Precision: 0.8602
|
28 |
- Recall: 0.8598
|
29 |
|
30 |
-
## Model description
|
31 |
-
|
32 |
-
More information needed
|
33 |
-
|
34 |
-
## Intended uses & limitations
|
35 |
-
|
36 |
-
More information needed
|
37 |
-
|
38 |
-
## Training and evaluation data
|
39 |
-
|
40 |
-
More information needed
|
41 |
-
|
42 |
## Training procedure
|
43 |
|
44 |
### Training hyperparameters
|
@@ -80,4 +70,4 @@ The following hyperparameters were used during training:
|
|
80 |
- Transformers 4.48.3
|
81 |
- Pytorch 2.6.0+cu124
|
82 |
- Datasets 3.4.0
|
83 |
-
- Tokenizers 0.21.0
|
|
|
12 |
model-index:
|
13 |
- name: levit_128.fb_dist_in1k-finetuned-stroke-binary
|
14 |
results: []
|
15 |
+
datasets:
|
16 |
+
- BTX24/tekno21-brain-stroke-dataset-binary
|
17 |
+
pipeline_tag: image-classification
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
|
23 |
# levit_128.fb_dist_in1k-finetuned-stroke-binary
|
24 |
|
25 |
+
This model is a fine-tuned version of [timm/levit_128.fb_dist_in1k](https://huggingface.co/timm/levit_128.fb_dist_in1k) on an binary stroke detection dataset.
|
26 |
It achieves the following results on the evaluation set:
|
|
|
27 |
- Accuracy: 0.8598
|
28 |
- F1: 0.8577
|
29 |
- Precision: 0.8602
|
30 |
- Recall: 0.8598
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
## Training procedure
|
33 |
|
34 |
### Training hyperparameters
|
|
|
70 |
- Transformers 4.48.3
|
71 |
- Pytorch 2.6.0+cu124
|
72 |
- Datasets 3.4.0
|
73 |
+
- Tokenizers 0.21.0
|