domasin commited on
Commit
ef2dc59
1 Parent(s): 7615e5a

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.9262
36
  - Accuracy: 0.8
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.9539
36
  - Accuracy: 0.8
37
 
38
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8,
4
+ "eval_loss": 0.9538887739181519,
5
+ "eval_runtime": 0.0631,
6
+ "eval_samples_per_second": 79.252,
7
+ "eval_steps_per_second": 15.85,
8
+ "total_flos": 2833661921513472.0,
9
+ "train_loss": 0.5340616703033447,
10
+ "train_runtime": 11.902,
11
+ "train_samples_per_second": 9.578,
12
+ "train_steps_per_second": 0.252
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8,
4
+ "eval_loss": 0.9538887739181519,
5
+ "eval_runtime": 0.0631,
6
+ "eval_samples_per_second": 79.252,
7
+ "eval_steps_per_second": 15.85
8
+ }
runs/Jul01_17-14-52_bf529328f093/events.out.tfevents.1719854159.bf529328f093.270.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8760462183fcdb5a037215d7f0b1327bcc1def33520445b5e5c073b41fda624f
3
+ size 405
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 2833661921513472.0,
4
+ "train_loss": 0.5340616703033447,
5
+ "train_runtime": 11.902,
6
+ "train_samples_per_second": 9.578,
7
+ "train_steps_per_second": 0.252
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8,
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.6,
14
+ "eval_loss": 0.9853276014328003,
15
+ "eval_runtime": 0.0784,
16
+ "eval_samples_per_second": 63.742,
17
+ "eval_steps_per_second": 12.748,
18
+ "step": 1
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8,
23
+ "eval_loss": 0.9538887739181519,
24
+ "eval_runtime": 0.0454,
25
+ "eval_samples_per_second": 110.09,
26
+ "eval_steps_per_second": 22.018,
27
+ "step": 2
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.8,
32
+ "eval_loss": 0.9262399673461914,
33
+ "eval_runtime": 0.0533,
34
+ "eval_samples_per_second": 93.743,
35
+ "eval_steps_per_second": 18.749,
36
+ "step": 3
37
+ },
38
+ {
39
+ "epoch": 3.0,
40
+ "step": 3,
41
+ "total_flos": 2833661921513472.0,
42
+ "train_loss": 0.5340616703033447,
43
+ "train_runtime": 11.902,
44
+ "train_samples_per_second": 9.578,
45
+ "train_steps_per_second": 0.252
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": 2833661921513472.0,
66
+ "train_batch_size": 32,
67
+ "trial_name": null,
68
+ "trial_params": null
69
+ }