ydmeira commited on
Commit
bb16bd5
1 Parent(s): 0a6e016

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -74,5 +74,5 @@
74
  2
75
  ],
76
  "torch_dtype": "float32",
77
- "transformers_version": "4.20.1"
78
  }
 
74
  2
75
  ],
76
  "torch_dtype": "float32",
77
+ "transformers_version": "4.21.0"
78
  }
last-checkpoint/config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ydmeira/segformer-b0-finetuned-pokemon",
3
+ "architectures": [
4
+ "SegformerForSemanticSegmentation"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout_prob": 0.1,
8
+ "decoder_hidden_size": 256,
9
+ "depths": [
10
+ 2,
11
+ 2,
12
+ 2,
13
+ 2
14
+ ],
15
+ "downsampling_rates": [
16
+ 1,
17
+ 4,
18
+ 8,
19
+ 16
20
+ ],
21
+ "drop_path_rate": 0.1,
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.0,
24
+ "hidden_sizes": [
25
+ 32,
26
+ 64,
27
+ 160,
28
+ 256
29
+ ],
30
+ "id2label": {
31
+ "0": "background",
32
+ "1": "pokemon"
33
+ },
34
+ "image_size": 512,
35
+ "initializer_range": 0.02,
36
+ "label2id": {
37
+ "background": 0,
38
+ "pokemon": 1
39
+ },
40
+ "layer_norm_eps": 1e-06,
41
+ "mlp_ratios": [
42
+ 4,
43
+ 4,
44
+ 4,
45
+ 4
46
+ ],
47
+ "model_type": "segformer",
48
+ "num_attention_heads": [
49
+ 1,
50
+ 2,
51
+ 5,
52
+ 8
53
+ ],
54
+ "num_channels": 3,
55
+ "num_encoder_blocks": 4,
56
+ "patch_sizes": [
57
+ 7,
58
+ 3,
59
+ 3,
60
+ 3
61
+ ],
62
+ "reshape_last_stage": true,
63
+ "semantic_loss_ignore_index": 255,
64
+ "sr_ratios": [
65
+ 8,
66
+ 4,
67
+ 2,
68
+ 1
69
+ ],
70
+ "strides": [
71
+ 4,
72
+ 2,
73
+ 2,
74
+ 2
75
+ ],
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.21.0"
78
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bc5e0edd33258148c7c2b1831c247176c86adeada531078307702d8adb66cba
3
+ size 29835597
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea9ea1ae20ec860476de7f36152df1e5efb103d0dd5cb5e5891b739338c4fda
3
+ size 14929953
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aedcf31eb6261a0dcc73febed368fca8d2943d0bc56e7533476200b3da7d60f
3
+ size 14503
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c450fb6a607305a3f4aa96cbf2242c050112bb2d3f04b2e837ccb7c3ef2fef3b
3
+ size 623
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "global_step": 340,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 5.5e-05,
13
+ "loss": 0.0364,
14
+ "step": 340
15
+ }
16
+ ],
17
+ "max_steps": 4080,
18
+ "num_train_epochs": 12,
19
+ "total_flos": 1.4294047727812608e+17,
20
+ "trial_name": null,
21
+ "trial_params": null
22
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98c0e0a3b9a9eebcd0ceaddcb63c86a8f5763cf80f428dea924df8ad8a8207ca
3
+ size 3439
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c386c9094c0442e2644cbeebfeffc01b536d627dc11e990d8fdec9c3ef2b4634
3
  size 14929953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea9ea1ae20ec860476de7f36152df1e5efb103d0dd5cb5e5891b739338c4fda
3
  size 14929953
runs/Jul31_18-32-29_38b2b50c6f69/1659292356.7935941/events.out.tfevents.1659292356.38b2b50c6f69.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b29951c38127d9c17f5370025d25e7a30a11b7e09e47a55c55fd4af1f7170b8c
3
+ size 5522
runs/Jul31_18-32-29_38b2b50c6f69/events.out.tfevents.1659292356.38b2b50c6f69.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64f49353140e5b182ce0e224d2e9d4530820ffc7ece5a310c8ba567454da79b4
3
+ size 4409
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcc7cca3b8d8981d19171b84f09ce8f8d94b29ea1e363869e7f842f5c3b59656
3
- size 3375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98c0e0a3b9a9eebcd0ceaddcb63c86a8f5763cf80f428dea924df8ad8a8207ca
3
+ size 3439