chiragtubakad
commited on
Commit
•
8ba12a3
1
Parent(s):
26fdbf0
End of training
Browse files- README.md +2 -2
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/Nov16_07-23-29_ec676460ea77/events.out.tfevents.1700127751.ec676460ea77.5323.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0479
|
21 |
+
- Accuracy: 0.9895
|
22 |
|
23 |
## Model description
|
24 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.24,
|
3 |
+
"eval_accuracy": 0.9894837476099426,
|
4 |
+
"eval_loss": 0.04790885001420975,
|
5 |
+
"eval_runtime": 10.1911,
|
6 |
+
"eval_samples_per_second": 102.639,
|
7 |
+
"eval_steps_per_second": 6.476,
|
8 |
+
"total_flos": 1.0320982228805714e+19,
|
9 |
+
"train_loss": 0.06894740481560047,
|
10 |
+
"train_runtime": 8315.1084,
|
11 |
+
"train_samples_per_second": 50.318,
|
12 |
+
"train_steps_per_second": 0.782
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.24,
|
3 |
+
"eval_accuracy": 0.9894837476099426,
|
4 |
+
"eval_loss": 0.04790885001420975,
|
5 |
+
"eval_runtime": 10.1911,
|
6 |
+
"eval_samples_per_second": 102.639,
|
7 |
+
"eval_steps_per_second": 6.476
|
8 |
+
}
|
runs/Nov16_07-23-29_ec676460ea77/events.out.tfevents.1700127751.ec676460ea77.5323.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29960e2e99d009240b4418dcc80dac14a7cc4f175ae39d1eb804e74a21cccc44
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 99.24,
|
3 |
+
"total_flos": 1.0320982228805714e+19,
|
4 |
+
"train_loss": 0.06894740481560047,
|
5 |
+
"train_runtime": 8315.1084,
|
6 |
+
"train_samples_per_second": 50.318,
|
7 |
+
"train_steps_per_second": 0.782
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|