Model save
Browse files
README.md
CHANGED
@@ -3,7 +3,6 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224
|
5 |
tags:
|
6 |
-
- image-classification
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- imagefolder
|
@@ -16,7 +15,7 @@ model-index:
|
|
16 |
name: Image Classification
|
17 |
type: image-classification
|
18 |
dataset:
|
19 |
-
name:
|
20 |
type: imagefolder
|
21 |
config: default
|
22 |
split: train
|
@@ -24,7 +23,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
-
value: 0.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
# cv_animals
|
34 |
|
35 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Accuracy: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -66,11 +65,11 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- imagefolder
|
|
|
15 |
name: Image Classification
|
16 |
type: image-classification
|
17 |
dataset:
|
18 |
+
name: imagefolder
|
19 |
type: imagefolder
|
20 |
config: default
|
21 |
split: train
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.987037037037037
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# cv_animals
|
33 |
|
34 |
+
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.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.0833
|
37 |
+
- Accuracy: 0.9870
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 1.1803 | 1.0 | 270 | 0.3215 | 0.9630 |
|
69 |
+
| 0.2779 | 2.0 | 540 | 0.1634 | 0.9648 |
|
70 |
+
| 0.1745 | 3.0 | 810 | 0.1407 | 0.9648 |
|
71 |
+
| 0.1608 | 4.0 | 1080 | 0.1322 | 0.9630 |
|
72 |
+
| 0.1486 | 5.0 | 1350 | 0.1281 | 0.9648 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
runs/May31_22-34-33_ip-10-192-12-38/events.out.tfevents.1748733392.ip-10-192-12-38.2203.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:055fa5fb479ba362393f1582a373bba446ff2ba2d221236429d710f9f3c1af5c
|
3 |
+
size 411
|