Model save
Browse files
README.md
CHANGED
@@ -1,14 +1,28 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
-
- image-classification
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- imagefolder
|
|
|
|
|
9 |
model-index:
|
10 |
- name: vit-base-plankton
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,7 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# vit-base-plankton
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -43,6 +60,15 @@ The following hyperparameters were used during training:
|
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 2
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.35.2
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
+
base_model: apple/mobilevit-xx-small
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: vit-base-plankton
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Image Classification
|
15 |
+
type: image-classification
|
16 |
+
dataset:
|
17 |
+
name: imagefolder
|
18 |
+
type: imagefolder
|
19 |
+
config: default
|
20 |
+
split: train
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.8050847457627118
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# vit-base-plankton
|
32 |
|
33 |
+
This model is a fine-tuned version of [apple/mobilevit-xx-small](https://huggingface.co/apple/mobilevit-xx-small) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.7642
|
36 |
+
- Accuracy: 0.8051
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
60 |
- lr_scheduler_type: linear
|
61 |
- num_epochs: 2
|
62 |
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 1.5476 | 0.52 | 100 | 1.2745 | 0.7419 |
|
68 |
+
| 1.0997 | 1.04 | 200 | 0.8653 | 0.7842 |
|
69 |
+
| 0.9498 | 1.56 | 300 | 0.7642 | 0.8051 |
|
70 |
+
|
71 |
+
|
72 |
### Framework versions
|
73 |
|
74 |
- Transformers 4.35.2
|
runs/Nov19_15-47-32_12be7f682407/events.out.tfevents.1700408857.12be7f682407.128.1
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff6f3ce263b873a33df472bdbac5070d33ee75edbfdb5cd194919c3a505302a5
|
3 |
+
size 12393
|