Upload folder using huggingface_hub
Browse files- checkpoint/checkpoint-12/config.json +61 -0
- checkpoint/checkpoint-12/optimizer.pt +3 -0
- checkpoint/checkpoint-12/preprocessor_config.json +22 -0
- checkpoint/checkpoint-12/pytorch_model.bin +3 -0
- checkpoint/checkpoint-12/rng_state.pth +3 -0
- checkpoint/checkpoint-12/scheduler.pt +3 -0
- checkpoint/checkpoint-12/trainer_state.json +34 -0
- checkpoint/checkpoint-12/training_args.bin +3 -0
- checkpoint/checkpoint-24/config.json +61 -0
- checkpoint/checkpoint-24/optimizer.pt +3 -0
- checkpoint/checkpoint-24/preprocessor_config.json +22 -0
- checkpoint/checkpoint-24/pytorch_model.bin +3 -0
- checkpoint/checkpoint-24/rng_state.pth +3 -0
- checkpoint/checkpoint-24/scheduler.pt +3 -0
- checkpoint/checkpoint-24/trainer_state.json +49 -0
- checkpoint/checkpoint-24/training_args.bin +3 -0
- checkpoint/checkpoint-36/config.json +61 -0
- checkpoint/checkpoint-36/optimizer.pt +3 -0
- checkpoint/checkpoint-36/preprocessor_config.json +22 -0
- checkpoint/checkpoint-36/pytorch_model.bin +3 -0
- checkpoint/checkpoint-36/rng_state.pth +3 -0
- checkpoint/checkpoint-36/scheduler.pt +3 -0
- checkpoint/checkpoint-36/trainer_state.json +64 -0
- checkpoint/checkpoint-36/training_args.bin +3 -0
checkpoint/checkpoint-12/config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "no_safe",
|
21 |
+
"1": "safe"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"label2id": {
|
26 |
+
"no_safe": 0,
|
27 |
+
"safe": 1
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-05,
|
30 |
+
"mlp_ratio": 4.0,
|
31 |
+
"model_type": "swin",
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_heads": [
|
34 |
+
3,
|
35 |
+
6,
|
36 |
+
12,
|
37 |
+
24
|
38 |
+
],
|
39 |
+
"num_layers": 4,
|
40 |
+
"out_features": [
|
41 |
+
"stage4"
|
42 |
+
],
|
43 |
+
"out_indices": [
|
44 |
+
4
|
45 |
+
],
|
46 |
+
"patch_size": 4,
|
47 |
+
"path_norm": true,
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"qkv_bias": true,
|
50 |
+
"stage_names": [
|
51 |
+
"stem",
|
52 |
+
"stage1",
|
53 |
+
"stage2",
|
54 |
+
"stage3",
|
55 |
+
"stage4"
|
56 |
+
],
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.33.3",
|
59 |
+
"use_absolute_embeddings": false,
|
60 |
+
"window_size": 7
|
61 |
+
}
|
checkpoint/checkpoint-12/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61b2f108b3ac80649acf8d984072227b1b2f6a029b3f16605e4f8647d50cde0a
|
3 |
+
size 220350149
|
checkpoint/checkpoint-12/preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
checkpoint/checkpoint-12/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:559e9a2275e6f1007f539e0aa91a07dcc1a815a276c9412d05f1fc30bcbbc0af
|
3 |
+
size 110394865
|
checkpoint/checkpoint-12/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b524a08cf32c6436e238c096fc48171203455508580dd902fd6f0af86166a6e
|
3 |
+
size 14575
|
checkpoint/checkpoint-12/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:526a418b671be92385250096f141e484f7c29ca9eff2ce538d9bf8cd7ef52244
|
3 |
+
size 627
|
checkpoint/checkpoint-12/trainer_state.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.9884393063583815,
|
3 |
+
"best_model_checkpoint": "swin-tiny-patch4-window7-224-finetuned-eurosat/checkpoint-12",
|
4 |
+
"epoch": 0.9795918367346939,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 12,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.82,
|
13 |
+
"learning_rate": 4.0625000000000005e-05,
|
14 |
+
"loss": 0.4088,
|
15 |
+
"step": 10
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.98,
|
19 |
+
"eval_accuracy": 0.9884393063583815,
|
20 |
+
"eval_loss": 0.033755671232938766,
|
21 |
+
"eval_runtime": 3.1246,
|
22 |
+
"eval_samples_per_second": 55.367,
|
23 |
+
"eval_steps_per_second": 1.92,
|
24 |
+
"step": 12
|
25 |
+
}
|
26 |
+
],
|
27 |
+
"logging_steps": 10,
|
28 |
+
"max_steps": 36,
|
29 |
+
"num_train_epochs": 3,
|
30 |
+
"save_steps": 500,
|
31 |
+
"total_flos": 3.857649490604851e+16,
|
32 |
+
"trial_name": null,
|
33 |
+
"trial_params": null
|
34 |
+
}
|
checkpoint/checkpoint-12/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:616a1e1fbe89294e95e1f7c4c8aa9435be6aa6fd40c8b093edc8d6f7027695ce
|
3 |
+
size 4091
|
checkpoint/checkpoint-24/config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "no_safe",
|
21 |
+
"1": "safe"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"label2id": {
|
26 |
+
"no_safe": 0,
|
27 |
+
"safe": 1
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-05,
|
30 |
+
"mlp_ratio": 4.0,
|
31 |
+
"model_type": "swin",
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_heads": [
|
34 |
+
3,
|
35 |
+
6,
|
36 |
+
12,
|
37 |
+
24
|
38 |
+
],
|
39 |
+
"num_layers": 4,
|
40 |
+
"out_features": [
|
41 |
+
"stage4"
|
42 |
+
],
|
43 |
+
"out_indices": [
|
44 |
+
4
|
45 |
+
],
|
46 |
+
"patch_size": 4,
|
47 |
+
"path_norm": true,
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"qkv_bias": true,
|
50 |
+
"stage_names": [
|
51 |
+
"stem",
|
52 |
+
"stage1",
|
53 |
+
"stage2",
|
54 |
+
"stage3",
|
55 |
+
"stage4"
|
56 |
+
],
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.33.3",
|
59 |
+
"use_absolute_embeddings": false,
|
60 |
+
"window_size": 7
|
61 |
+
}
|
checkpoint/checkpoint-24/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5431bff9be7991051c35e94ceb8ce628f2c19bda509569a20fc98398ed04dc3
|
3 |
+
size 220350149
|
checkpoint/checkpoint-24/preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
checkpoint/checkpoint-24/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08cc1a7c8afeac1f3a6b6f1fd8c1f02e45eec3f5c023ff3db046826551edaffe
|
3 |
+
size 110394865
|
checkpoint/checkpoint-24/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fa2d8f94301a4915f925cc0b8ae5bf9144e075ba749dedac6763ca0565bcc6a
|
3 |
+
size 14575
|
checkpoint/checkpoint-24/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bde1f41619979de14dab6595b963fa51db10f343b6cf115795194e54d8820f8
|
3 |
+
size 627
|
checkpoint/checkpoint-24/trainer_state.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.9884393063583815,
|
3 |
+
"best_model_checkpoint": "swin-tiny-patch4-window7-224-finetuned-eurosat/checkpoint-12",
|
4 |
+
"epoch": 1.9591836734693877,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 24,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.82,
|
13 |
+
"learning_rate": 4.0625000000000005e-05,
|
14 |
+
"loss": 0.4088,
|
15 |
+
"step": 10
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.98,
|
19 |
+
"eval_accuracy": 0.9884393063583815,
|
20 |
+
"eval_loss": 0.033755671232938766,
|
21 |
+
"eval_runtime": 3.1246,
|
22 |
+
"eval_samples_per_second": 55.367,
|
23 |
+
"eval_steps_per_second": 1.92,
|
24 |
+
"step": 12
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 1.63,
|
28 |
+
"learning_rate": 2.5e-05,
|
29 |
+
"loss": 0.0542,
|
30 |
+
"step": 20
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.96,
|
34 |
+
"eval_accuracy": 0.9884393063583815,
|
35 |
+
"eval_loss": 0.024054773151874542,
|
36 |
+
"eval_runtime": 3.8831,
|
37 |
+
"eval_samples_per_second": 44.552,
|
38 |
+
"eval_steps_per_second": 1.545,
|
39 |
+
"step": 24
|
40 |
+
}
|
41 |
+
],
|
42 |
+
"logging_steps": 10,
|
43 |
+
"max_steps": 36,
|
44 |
+
"num_train_epochs": 3,
|
45 |
+
"save_steps": 500,
|
46 |
+
"total_flos": 7.715298981209702e+16,
|
47 |
+
"trial_name": null,
|
48 |
+
"trial_params": null
|
49 |
+
}
|
checkpoint/checkpoint-24/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:616a1e1fbe89294e95e1f7c4c8aa9435be6aa6fd40c8b093edc8d6f7027695ce
|
3 |
+
size 4091
|
checkpoint/checkpoint-36/config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "no_safe",
|
21 |
+
"1": "safe"
|
22 |
+
},
|
23 |
+
"image_size": 224,
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"label2id": {
|
26 |
+
"no_safe": 0,
|
27 |
+
"safe": 1
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-05,
|
30 |
+
"mlp_ratio": 4.0,
|
31 |
+
"model_type": "swin",
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_heads": [
|
34 |
+
3,
|
35 |
+
6,
|
36 |
+
12,
|
37 |
+
24
|
38 |
+
],
|
39 |
+
"num_layers": 4,
|
40 |
+
"out_features": [
|
41 |
+
"stage4"
|
42 |
+
],
|
43 |
+
"out_indices": [
|
44 |
+
4
|
45 |
+
],
|
46 |
+
"patch_size": 4,
|
47 |
+
"path_norm": true,
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"qkv_bias": true,
|
50 |
+
"stage_names": [
|
51 |
+
"stem",
|
52 |
+
"stage1",
|
53 |
+
"stage2",
|
54 |
+
"stage3",
|
55 |
+
"stage4"
|
56 |
+
],
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.33.3",
|
59 |
+
"use_absolute_embeddings": false,
|
60 |
+
"window_size": 7
|
61 |
+
}
|
checkpoint/checkpoint-36/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c32e5c7603c35bd1e0163852b1bd65eeeeb9212168cde666ffe3aac6f4b4ed6f
|
3 |
+
size 220350149
|
checkpoint/checkpoint-36/preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
checkpoint/checkpoint-36/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:002c99cde47d133f27cd97433cf1efabe7f47aa77acb8d31e9570d3a68fab97b
|
3 |
+
size 110394865
|
checkpoint/checkpoint-36/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a68af564f4022d2c1d9111ae8855f276d875fff28d77e1b1882921afd02476c
|
3 |
+
size 14575
|
checkpoint/checkpoint-36/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:909b5c6cc58a7a93e352a941a4615f8ced2a833808c72da55c306058f35d0b8b
|
3 |
+
size 627
|
checkpoint/checkpoint-36/trainer_state.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.9884393063583815,
|
3 |
+
"best_model_checkpoint": "swin-tiny-patch4-window7-224-finetuned-eurosat/checkpoint-12",
|
4 |
+
"epoch": 2.938775510204082,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 36,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.82,
|
13 |
+
"learning_rate": 4.0625000000000005e-05,
|
14 |
+
"loss": 0.4088,
|
15 |
+
"step": 10
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.98,
|
19 |
+
"eval_accuracy": 0.9884393063583815,
|
20 |
+
"eval_loss": 0.033755671232938766,
|
21 |
+
"eval_runtime": 3.1246,
|
22 |
+
"eval_samples_per_second": 55.367,
|
23 |
+
"eval_steps_per_second": 1.92,
|
24 |
+
"step": 12
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 1.63,
|
28 |
+
"learning_rate": 2.5e-05,
|
29 |
+
"loss": 0.0542,
|
30 |
+
"step": 20
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 1.96,
|
34 |
+
"eval_accuracy": 0.9884393063583815,
|
35 |
+
"eval_loss": 0.024054773151874542,
|
36 |
+
"eval_runtime": 3.8831,
|
37 |
+
"eval_samples_per_second": 44.552,
|
38 |
+
"eval_steps_per_second": 1.545,
|
39 |
+
"step": 24
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 2.45,
|
43 |
+
"learning_rate": 9.375000000000001e-06,
|
44 |
+
"loss": 0.0327,
|
45 |
+
"step": 30
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 2.94,
|
49 |
+
"eval_accuracy": 0.9884393063583815,
|
50 |
+
"eval_loss": 0.015622368082404137,
|
51 |
+
"eval_runtime": 4.1555,
|
52 |
+
"eval_samples_per_second": 41.632,
|
53 |
+
"eval_steps_per_second": 1.444,
|
54 |
+
"step": 36
|
55 |
+
}
|
56 |
+
],
|
57 |
+
"logging_steps": 10,
|
58 |
+
"max_steps": 36,
|
59 |
+
"num_train_epochs": 3,
|
60 |
+
"save_steps": 500,
|
61 |
+
"total_flos": 1.1374100559927706e+17,
|
62 |
+
"trial_name": null,
|
63 |
+
"trial_params": null
|
64 |
+
}
|
checkpoint/checkpoint-36/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:616a1e1fbe89294e95e1f7c4c8aa9435be6aa6fd40c8b093edc8d6f7027695ce
|
3 |
+
size 4091
|