karoladelk
commited on
Commit
•
3aa168d
1
Parent(s):
951f4de
karoladelk/skin_cancer_classification
Browse files- README.md +4 -3
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/Apr22_09-55-47_51b0a3d70cdb/events.out.tfevents.1713800932.51b0a3d70cdb.98.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
@@ -15,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# skin_cancer_classification
|
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
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
+
- image-classification
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
16 |
|
17 |
# skin_cancer_classification
|
18 |
|
19 |
+
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 Pranavkpba2000/skin_cancer_dataset dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5151
|
22 |
+
- Accuracy: 0.8260
|
23 |
|
24 |
## Model description
|
25 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8260380014074595,
|
4 |
+
"eval_loss": 0.5151475667953491,
|
5 |
+
"eval_runtime": 131.1738,
|
6 |
+
"eval_samples_per_second": 54.165,
|
7 |
+
"eval_steps_per_second": 3.392,
|
8 |
+
"total_flos": 2.209880408214012e+19,
|
9 |
+
"train_loss": 0.16937365282474154,
|
10 |
+
"train_runtime": 20769.0609,
|
11 |
+
"train_samples_per_second": 13.73,
|
12 |
+
"train_steps_per_second": 0.429
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8260380014074595,
|
4 |
+
"eval_loss": 0.5151475667953491,
|
5 |
+
"eval_runtime": 131.1738,
|
6 |
+
"eval_samples_per_second": 54.165,
|
7 |
+
"eval_steps_per_second": 3.392
|
8 |
+
}
|
runs/Apr22_09-55-47_51b0a3d70cdb/events.out.tfevents.1713800932.51b0a3d70cdb.98.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1695faec5ad16feb88308314c454fe73383e872358bda0afc28bf5a512622d2e
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 2.209880408214012e+19,
|
4 |
+
"train_loss": 0.16937365282474154,
|
5 |
+
"train_runtime": 20769.0609,
|
6 |
+
"train_samples_per_second": 13.73,
|
7 |
+
"train_steps_per_second": 0.429
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|