Model save
Browse files
README.md
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
library_name: peft
|
4 |
license: apache-2.0
|
5 |
-
|
6 |
-
- accuracy
|
7 |
tags:
|
8 |
-
- image-classification
|
9 |
-
- vision
|
10 |
- generated_from_trainer
|
|
|
|
|
11 |
model-index:
|
12 |
- name: vit-cifar100-cifar100
|
13 |
results: []
|
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# vit-cifar100-cifar100
|
20 |
|
21 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,17 +50,16 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
-
- PEFT 0.12.0
|
65 |
- Transformers 4.44.2
|
66 |
- Pytorch 2.0.1+cu117
|
67 |
- Datasets 3.0.0
|
68 |
-
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
|
|
3 |
license: apache-2.0
|
4 |
+
base_model: google/vit-base-patch16-224-in21k
|
|
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: vit-cifar100-cifar100
|
11 |
results: []
|
|
|
16 |
|
17 |
# vit-cifar100-cifar100
|
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 an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 3.1612
|
22 |
+
- Accuracy: 0.2223
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
53 |
+
| 3.7207 | 1.0 | 5313 | 3.8632 | 0.0985 |
|
54 |
+
| 3.5093 | 2.0 | 10626 | 3.5664 | 0.1472 |
|
55 |
+
| 3.3675 | 3.0 | 15939 | 3.4389 | 0.166 |
|
56 |
+
| 2.9505 | 4.0 | 21252 | 3.2326 | 0.2093 |
|
57 |
+
| 3.1158 | 5.0 | 26565 | 3.1612 | 0.2223 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
|
|
62 |
- Transformers 4.44.2
|
63 |
- Pytorch 2.0.1+cu117
|
64 |
- Datasets 3.0.0
|
65 |
+
- Tokenizers 0.19.1
|