End of training
Browse files- README.md +19 -1
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/May24_02-45-37_dcb0021f6e3e/events.out.tfevents.1716521070.dcb0021f6e3e.381.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +51 -0
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
|
|
|
|
8 |
model-index:
|
9 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# swin-tiny-patch4-window7-224-finetuned-eurosat
|
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 the imagefolder dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: swin-tiny-patch4-window7-224-finetuned-eurosat
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Image Classification
|
15 |
+
type: image-classification
|
16 |
+
dataset:
|
17 |
+
name: imagefolder
|
18 |
+
type: imagefolder
|
19 |
+
config: default
|
20 |
+
split: train
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.41
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# swin-tiny-patch4-window7-224-finetuned-eurosat
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.9852
|
36 |
+
- Accuracy: 0.41
|
37 |
|
38 |
## Model description
|
39 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.41,
|
4 |
+
"eval_loss": 1.9852064847946167,
|
5 |
+
"eval_runtime": 71.9763,
|
6 |
+
"eval_samples_per_second": 1.389,
|
7 |
+
"eval_steps_per_second": 0.056,
|
8 |
+
"total_flos": 2.4861545275392e+16,
|
9 |
+
"train_loss": 2.1440467834472656,
|
10 |
+
"train_runtime": 1402.6949,
|
11 |
+
"train_samples_per_second": 0.713,
|
12 |
+
"train_steps_per_second": 0.006
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_accuracy": 0.41,
|
4 |
+
"eval_loss": 1.9852064847946167,
|
5 |
+
"eval_runtime": 71.9763,
|
6 |
+
"eval_samples_per_second": 1.389,
|
7 |
+
"eval_steps_per_second": 0.056
|
8 |
+
}
|
runs/May24_02-45-37_dcb0021f6e3e/events.out.tfevents.1716521070.dcb0021f6e3e.381.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e3d16f7910af68838d0c386848b31976d3a66120877c7aafad58352a2872946
|
3 |
+
size 405
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"total_flos": 2.4861545275392e+16,
|
4 |
+
"train_loss": 2.1440467834472656,
|
5 |
+
"train_runtime": 1402.6949,
|
6 |
+
"train_samples_per_second": 0.713,
|
7 |
+
"train_steps_per_second": 0.006
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.41,
|
3 |
+
"best_model_checkpoint": "swin-tiny-patch4-window7-224-finetuned-eurosat/checkpoint-8",
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 8,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.41,
|
14 |
+
"eval_loss": 1.9852064847946167,
|
15 |
+
"eval_runtime": 72.9295,
|
16 |
+
"eval_samples_per_second": 1.371,
|
17 |
+
"eval_steps_per_second": 0.055,
|
18 |
+
"step": 8
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"epoch": 1.0,
|
22 |
+
"step": 8,
|
23 |
+
"total_flos": 2.4861545275392e+16,
|
24 |
+
"train_loss": 2.1440467834472656,
|
25 |
+
"train_runtime": 1402.6949,
|
26 |
+
"train_samples_per_second": 0.713,
|
27 |
+
"train_steps_per_second": 0.006
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"logging_steps": 10,
|
31 |
+
"max_steps": 8,
|
32 |
+
"num_input_tokens_seen": 0,
|
33 |
+
"num_train_epochs": 1,
|
34 |
+
"save_steps": 500,
|
35 |
+
"stateful_callbacks": {
|
36 |
+
"TrainerControl": {
|
37 |
+
"args": {
|
38 |
+
"should_epoch_stop": false,
|
39 |
+
"should_evaluate": false,
|
40 |
+
"should_log": false,
|
41 |
+
"should_save": true,
|
42 |
+
"should_training_stop": true
|
43 |
+
},
|
44 |
+
"attributes": {}
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"total_flos": 2.4861545275392e+16,
|
48 |
+
"train_batch_size": 32,
|
49 |
+
"trial_name": null,
|
50 |
+
"trial_params": null
|
51 |
+
}
|