jolual2747
commited on
Commit
•
c4e28b1
1
Parent(s):
b20a0e7
VIT model tuned
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
@@ -15,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# vit-clothes-classification
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
+
- image-classification
|
6 |
+
- clothes-classification
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# vit-clothes-classification
|
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 the DBQ/Matches.Fashion.Product.prices.France dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.2328
|
23 |
+
- Accuracy: 0.6395
|
24 |
|
25 |
## Model description
|
26 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.0,
|
3 |
+
"eval_accuracy": 0.6395238095238095,
|
4 |
+
"eval_loss": 1.2328253984451294,
|
5 |
+
"eval_runtime": 192.2029,
|
6 |
+
"eval_samples_per_second": 10.926,
|
7 |
+
"eval_steps_per_second": 1.368,
|
8 |
+
"total_flos": 4.342312894316544e+18,
|
9 |
+
"train_loss": 0.30790301413195476,
|
10 |
+
"train_runtime": 7468.7033,
|
11 |
+
"train_samples_per_second": 7.498,
|
12 |
+
"train_steps_per_second": 0.937
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.0,
|
3 |
+
"eval_accuracy": 0.6395238095238095,
|
4 |
+
"eval_loss": 1.2328253984451294,
|
5 |
+
"eval_runtime": 192.2029,
|
6 |
+
"eval_samples_per_second": 10.926,
|
7 |
+
"eval_steps_per_second": 1.368
|
8 |
+
}
|
runs/Apr24_04-18-24_ip-10-192-11-36/events.out.tfevents.1713939983.ip-10-192-11-36.16149.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:997c54dc7fe4baac86f277d9fcf928330c4b17bbb60621e456ea927accf42853
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.0,
|
3 |
+
"total_flos": 4.342312894316544e+18,
|
4 |
+
"train_loss": 0.30790301413195476,
|
5 |
+
"train_runtime": 7468.7033,
|
6 |
+
"train_samples_per_second": 7.498,
|
7 |
+
"train_steps_per_second": 0.937
|
8 |
+
}
|