ruturajghumkar commited on
Commit
e8728c3
1 Parent(s): 4dc0e15

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.4681
36
  - Accuracy: 1.0
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.5414
36
  - Accuracy: 1.0
37
 
38
  ## Model description
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 1.0,
4
+ "eval_loss": 0.541394829750061,
5
+ "eval_runtime": 0.2681,
6
+ "eval_samples_per_second": 18.649,
7
+ "eval_steps_per_second": 3.73,
8
+ "total_flos": 3206422579175424.0,
9
+ "train_loss": 0.2824457089106242,
10
+ "train_runtime": 11.3219,
11
+ "train_samples_per_second": 11.394,
12
+ "train_steps_per_second": 0.265
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 1.0,
4
+ "eval_loss": 0.541394829750061,
5
+ "eval_runtime": 0.2681,
6
+ "eval_samples_per_second": 18.649,
7
+ "eval_steps_per_second": 3.73
8
+ }
runs/Apr08_12-16-58_90600695b4f6/events.out.tfevents.1712578862.90600695b4f6.424.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae5fe781274bf4e73835c55bd638e3788207ca495e68c0f9dc81ef0124d704b
3
+ size 405
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 3206422579175424.0,
4
+ "train_loss": 0.2824457089106242,
5
+ "train_runtime": 11.3219,
6
+ "train_samples_per_second": 11.394,
7
+ "train_steps_per_second": 0.265
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.0,
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.7171379923820496,
15
+ "eval_runtime": 0.288,
16
+ "eval_samples_per_second": 17.359,
17
+ "eval_steps_per_second": 3.472,
18
+ "step": 1
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 1.0,
23
+ "eval_loss": 0.541394829750061,
24
+ "eval_runtime": 0.2716,
25
+ "eval_samples_per_second": 18.413,
26
+ "eval_steps_per_second": 3.683,
27
+ "step": 2
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 1.0,
32
+ "eval_loss": 0.4680565893650055,
33
+ "eval_runtime": 0.3396,
34
+ "eval_samples_per_second": 14.723,
35
+ "eval_steps_per_second": 2.945,
36
+ "step": 3
37
+ },
38
+ {
39
+ "epoch": 3.0,
40
+ "step": 3,
41
+ "total_flos": 3206422579175424.0,
42
+ "train_loss": 0.2824457089106242,
43
+ "train_runtime": 11.3219,
44
+ "train_samples_per_second": 11.394,
45
+ "train_steps_per_second": 0.265
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
+ "total_flos": 3206422579175424.0,
54
+ "train_batch_size": 32,
55
+ "trial_name": null,
56
+ "trial_params": null
57
+ }