DanielJoo/my_awesome_food_model
Browse files- README.md +4 -4
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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: 2.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,12 +53,12 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.55.
|
62 |
- Pytorch 2.8.0+cu126
|
63 |
- Datasets 4.0.0
|
64 |
- Tokenizers 0.21.4
|
|
|
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: 2.9808
|
22 |
+
- Accuracy: 0.804
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 3.0276 | 1.0 | 63 | 2.9808 | 0.804 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
+
- Transformers 4.55.4
|
62 |
- Pytorch 2.8.0+cu126
|
63 |
- Datasets 4.0.0
|
64 |
- Tokenizers 0.21.4
|
config.json
CHANGED
@@ -227,5 +227,5 @@
|
|
227 |
"problem_type": "single_label_classification",
|
228 |
"qkv_bias": true,
|
229 |
"torch_dtype": "float32",
|
230 |
-
"transformers_version": "4.55.
|
231 |
}
|
|
|
227 |
"problem_type": "single_label_classification",
|
228 |
"qkv_bias": true,
|
229 |
"torch_dtype": "float32",
|
230 |
+
"transformers_version": "4.55.4"
|
231 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343528508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa3418b727b26ee46bfb0070bffa2d2f28c6e40f02fc89e0f7a0494b6a59121f
|
3 |
size 343528508
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5777
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a99d1836e9c455c341a651cf6f2df5582d79d1f9937a3ca472f85690d3cbac29
|
3 |
size 5777
|