Model save
Browse files
README.md
CHANGED
@@ -5,8 +5,6 @@ license: apache-2.0
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
tags:
|
8 |
-
- image-classification
|
9 |
-
- vision
|
10 |
- generated_from_trainer
|
11 |
model-index:
|
12 |
- name: only-lora-beans-vit-base-patch16-224-in21k
|
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# only-lora-beans-vit-base-patch16-224-in21k
|
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 |
|
@@ -45,23 +43,23 @@ The following hyperparameters were used during training:
|
|
45 |
- eval_batch_size: 8
|
46 |
- seed: 1337
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
-
- lr_scheduler_type:
|
49 |
- num_epochs: 10.0
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 1.1019 | 1.0 | 130 | 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
tags:
|
|
|
|
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: only-lora-beans-vit-base-patch16-224-in21k
|
|
|
16 |
|
17 |
# only-lora-beans-vit-base-patch16-224-in21k
|
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.9381
|
22 |
+
- Accuracy: 0.5414
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 1337
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
- num_epochs: 10.0
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.1019 | 1.0 | 130 | 1.0956 | 0.3008 |
|
54 |
+
| 1.0934 | 2.0 | 260 | 1.0218 | 0.5414 |
|
55 |
+
| 1.0541 | 3.0 | 390 | 0.9863 | 0.5038 |
|
56 |
+
| 0.9911 | 4.0 | 520 | 0.9628 | 0.5338 |
|
57 |
+
| 0.9776 | 5.0 | 650 | 0.9638 | 0.5414 |
|
58 |
+
| 0.9852 | 6.0 | 780 | 0.9599 | 0.5414 |
|
59 |
+
| 0.9666 | 7.0 | 910 | 0.9483 | 0.5639 |
|
60 |
+
| 0.9528 | 8.0 | 1040 | 0.9447 | 0.5414 |
|
61 |
+
| 0.9583 | 9.0 | 1170 | 0.9395 | 0.5338 |
|
62 |
+
| 0.9401 | 10.0 | 1300 | 0.9381 | 0.5414 |
|
63 |
|
64 |
|
65 |
### Framework versions
|