jebema commited on
Commit
dc7dca4
·
verified ·
1 Parent(s): 620c037

End of training

Browse files
README.md CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
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: 0.6670
36
  - Accuracy: 0.6
37
 
38
  ## Model description
 
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: 0.7008
36
  - Accuracy: 0.6
37
 
38
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.6,
4
+ "eval_loss": 0.7008114457130432,
5
+ "eval_runtime": 0.0781,
6
+ "eval_samples_per_second": 64.04,
7
+ "eval_steps_per_second": 12.808,
8
+ "total_flos": 2759014777430016.0,
9
+ "train_loss": 0.33415381113688153,
10
+ "train_runtime": 24.174,
11
+ "train_samples_per_second": 4.592,
12
+ "train_steps_per_second": 0.124
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.6,
4
+ "eval_loss": 0.7008114457130432,
5
+ "eval_runtime": 0.0781,
6
+ "eval_samples_per_second": 64.04,
7
+ "eval_steps_per_second": 12.808
8
+ }
runs/Aug10_00-09-48_0ff74ddd53ba/events.out.tfevents.1723248638.0ff74ddd53ba.1202.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b852d8a30e5450da6338a39ed84774364dc09850ebb66d53345ad011e3d660
3
+ size 405
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 2759014777430016.0,
4
+ "train_loss": 0.33415381113688153,
5
+ "train_runtime": 24.174,
6
+ "train_samples_per_second": 4.592,
7
+ "train_steps_per_second": 0.124
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6,
3
+ "best_model_checkpoint": "swin-tiny-patch4-window7-224-finetuned-eurosat/checkpoint-2",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3,
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.2,
14
+ "eval_loss": 0.7852267622947693,
15
+ "eval_runtime": 1.9765,
16
+ "eval_samples_per_second": 2.53,
17
+ "eval_steps_per_second": 0.506,
18
+ "step": 1
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6,
23
+ "eval_loss": 0.7008114457130432,
24
+ "eval_runtime": 0.0895,
25
+ "eval_samples_per_second": 55.891,
26
+ "eval_steps_per_second": 11.178,
27
+ "step": 2
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.6,
32
+ "eval_loss": 0.6670464277267456,
33
+ "eval_runtime": 0.0616,
34
+ "eval_samples_per_second": 81.16,
35
+ "eval_steps_per_second": 16.232,
36
+ "step": 3
37
+ },
38
+ {
39
+ "epoch": 3.0,
40
+ "step": 3,
41
+ "total_flos": 2759014777430016.0,
42
+ "train_loss": 0.33415381113688153,
43
+ "train_runtime": 24.174,
44
+ "train_samples_per_second": 4.592,
45
+ "train_steps_per_second": 0.124
46
+ }
47
+ ],
48
+ "logging_steps": 10,
49
+ "max_steps": 3,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 3,
52
+ "save_steps": 500,
53
+ "stateful_callbacks": {
54
+ "TrainerControl": {
55
+ "args": {
56
+ "should_epoch_stop": false,
57
+ "should_evaluate": false,
58
+ "should_log": false,
59
+ "should_save": true,
60
+ "should_training_stop": true
61
+ },
62
+ "attributes": {}
63
+ }
64
+ },
65
+ "total_flos": 2759014777430016.0,
66
+ "train_batch_size": 32,
67
+ "trial_name": null,
68
+ "trial_params": null
69
+ }