End of training
Browse files- README.md +3 -3
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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 the food101 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 2.
|
24 |
- Accuracy: 1.0
|
25 |
|
26 |
## Model description
|
@@ -55,8 +55,8 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
58 |
-
| No log | 1.0 | 2 | 2.
|
59 |
-
| No log | 2.0 | 4 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
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 the food101 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 2.1032
|
24 |
- Accuracy: 1.0
|
25 |
|
26 |
## Model description
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
58 |
+
| No log | 1.0 | 2 | 2.1032 | 1.0 |
|
59 |
+
| No log | 2.0 | 4 | 0.8816 | 1.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"query",
|
28 |
-
"key",
|
29 |
"dense",
|
|
|
30 |
"value"
|
31 |
],
|
32 |
"task_type": null
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"query",
|
|
|
28 |
"dense",
|
29 |
+
"key",
|
30 |
"value"
|
31 |
],
|
32 |
"task_type": null
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10948068
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf9d98bccc33b6992d70af008fe43bff1844c1112fcc6276f987e500a30fb980
|
3 |
size 10948068
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4411
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12c6e38389441c7348566b135099cc66a77b73b5964a280e260dd1ac877a6295
|
3 |
size 4411
|