Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
license: apache-2.0
|
5 |
metrics:
|
6 |
- accuracy
|
@@ -8,31 +8,19 @@ tags:
|
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: vit-base-patch16-224-in21k-finetuned-lora-food101
|
11 |
-
results:
|
12 |
-
- task:
|
13 |
-
type: image-classification
|
14 |
-
name: Image Classification
|
15 |
-
dataset:
|
16 |
-
name: food101
|
17 |
-
type: food101
|
18 |
-
config: default
|
19 |
-
split: train[:5000]
|
20 |
-
args: default
|
21 |
-
metrics:
|
22 |
-
- type: accuracy
|
23 |
-
value: 0.96
|
24 |
-
name: Accuracy
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment. -->
|
29 |
|
|
|
30 |
# vit-base-patch16-224-in21k-finetuned-lora-food101
|
31 |
|
32 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -66,16 +54,17 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 1.0 | 9 | 0.
|
70 |
-
| 2.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
-
-
|
79 |
-
-
|
80 |
-
-
|
81 |
-
-
|
|
|
|
1 |
---
|
2 |
+
base_model: google/vit-base-patch16-224-in21k
|
3 |
+
library_name: peft
|
4 |
license: apache-2.0
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: vit-base-patch16-224-in21k-finetuned-lora-food101
|
11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/saeid93/huggingface/runs/hyirhij9)
|
18 |
# vit-base-patch16-224-in21k-finetuned-lora-food101
|
19 |
|
20 |
+
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1574
|
23 |
+
- Accuracy: 0.948
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
57 |
+
| No log | 1.0 | 9 | 0.6507 | 0.872 |
|
58 |
+
| 2.2113 | 2.0 | 18 | 0.2310 | 0.934 |
|
59 |
+
| 0.3841 | 3.0 | 27 | 0.1893 | 0.936 |
|
60 |
+
| 0.2264 | 4.0 | 36 | 0.1719 | 0.946 |
|
61 |
+
| 0.1946 | 5.0 | 45 | 0.1574 | 0.948 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
+
- PEFT 0.11.2.dev0
|
67 |
+
- Transformers 4.42.3
|
68 |
+
- Pytorch 2.3.1+cu121
|
69 |
+
- Datasets 2.20.0
|
70 |
+
- Tokenizers 0.19.1
|
runs/Jul16_18-36-44_gpu/events.out.tfevents.1721155006.gpu.640168.0
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:c305e1738661bb49d4a33b1eed3e5964892d97fb56ffd52e2ad1636d13f6770f
|
3 |
+
size 12454
|