Model save
Browse files
README.md
CHANGED
@@ -5,9 +5,28 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: custom
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +35,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# custom
|
17 |
|
18 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: custom
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Image Classification
|
16 |
+
type: image-classification
|
17 |
+
dataset:
|
18 |
+
name: imagefolder
|
19 |
+
type: imagefolder
|
20 |
+
config: default
|
21 |
+
split: train
|
22 |
+
args: default
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.8922438630863202
|
27 |
+
- name: F1
|
28 |
+
type: f1
|
29 |
+
value: 0.7977454472509276
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
# custom
|
36 |
|
37 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
38 |
+
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 1.3082
|
40 |
+
- Accuracy: 0.8922
|
41 |
+
- F1: 0.7977
|
42 |
|
43 |
## Model description
|
44 |
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.8922438630863202,
|
4 |
+
"eval_f1": 0.7977454472509276,
|
5 |
+
"eval_loss": 1.308197021484375,
|
6 |
+
"eval_runtime": 252.0312,
|
7 |
+
"eval_samples_per_second": 34.428,
|
8 |
+
"eval_steps_per_second": 4.305
|
9 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.8922438630863202,
|
4 |
+
"eval_f1": 0.7977454472509276,
|
5 |
+
"eval_loss": 1.308197021484375,
|
6 |
+
"eval_runtime": 252.0312,
|
7 |
+
"eval_samples_per_second": 34.428,
|
8 |
+
"eval_steps_per_second": 4.305
|
9 |
+
}
|
runs/Nov08_07-23-50_e2600d548b5f/events.out.tfevents.1699432001.e2600d548b5f.6303.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af4caf5440480904b5b837c4d5db4d21db544df3a998c3c21aebdf2c4f658311
|
3 |
+
size 457
|