Model save
Browse files
README.md
CHANGED
@@ -1,13 +1,11 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
-
|
6 |
-
|
7 |
-
- vision
|
8 |
-
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
11 |
model-index:
|
12 |
- name: vit-base-beans
|
13 |
results: []
|
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# vit-base-beans
|
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: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,16 +50,17 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
|
|
64 |
- Transformers 4.44.2
|
65 |
- Pytorch 2.0.1+cu117
|
66 |
- Datasets 3.0.0
|
67 |
-
- Tokenizers 0.19.1
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model: google/vit-base-patch16-224-in21k
|
3 |
+
library_name: peft
|
4 |
+
license: apache-2.0
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: vit-base-beans
|
11 |
results: []
|
|
|
16 |
|
17 |
# vit-base-beans
|
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: 0.8530
|
22 |
+
- Accuracy: 0.8045
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.0326 | 1.0 | 130 | 1.0319 | 0.6090 |
|
54 |
+
| 0.9721 | 2.0 | 260 | 0.9699 | 0.7293 |
|
55 |
+
| 0.8948 | 3.0 | 390 | 0.9060 | 0.7820 |
|
56 |
+
| 0.8524 | 4.0 | 520 | 0.8661 | 0.8045 |
|
57 |
+
| 0.866 | 5.0 | 650 | 0.8530 | 0.8045 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- PEFT 0.12.0
|
63 |
- Transformers 4.44.2
|
64 |
- Pytorch 2.0.1+cu117
|
65 |
- Datasets 3.0.0
|
66 |
+
- Tokenizers 0.19.1
|