ydmeira commited on
Commit
4d5edbe
1 Parent(s): de54407

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -50,7 +50,7 @@
50
  ],
51
  "semantic_loss_ignore_index": 255,
52
  "torch_dtype": "float32",
53
- "transformers_version": "4.21.2",
54
  "use_absolute_position_embeddings": false,
55
  "use_auxiliary_head": true,
56
  "use_mask_token": false,
50
  ],
51
  "semantic_loss_ignore_index": 255,
52
  "torch_dtype": "float32",
53
+ "transformers_version": "4.22.1",
54
  "use_absolute_position_embeddings": false,
55
  "use_auxiliary_head": true,
56
  "use_mask_token": false,
last-checkpoint/config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ydmeira/beit-finetuned-pokemon",
3
+ "architectures": [
4
+ "BeitForSemanticSegmentation"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "background",
17
+ "1": "pokemon"
18
+ },
19
+ "image_size": 640,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "background": 0,
24
+ "pokemon": 1
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "layer_scale_init_value": 0.1,
28
+ "model_type": "beit",
29
+ "num_attention_heads": 12,
30
+ "num_channels": 3,
31
+ "num_hidden_layers": 12,
32
+ "out_indices": [
33
+ 3,
34
+ 5,
35
+ 7,
36
+ 11
37
+ ],
38
+ "patch_size": 16,
39
+ "pool_scales": [
40
+ 1,
41
+ 2,
42
+ 3,
43
+ 6
44
+ ],
45
+ "segmentation_indices": [
46
+ 3,
47
+ 5,
48
+ 7,
49
+ 11
50
+ ],
51
+ "semantic_loss_ignore_index": 255,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.22.1",
54
+ "use_absolute_position_embeddings": false,
55
+ "use_auxiliary_head": true,
56
+ "use_mask_token": false,
57
+ "use_mean_pooling": true,
58
+ "use_relative_position_bias": true,
59
+ "use_shared_relative_position_bias": false,
60
+ "vocab_size": 8192
61
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f2dc8c5421002dfb23ae6f76dcc6fe4b5a42752373c22e94e35bfac95b8f35
3
+ size 1191568153
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201a5a40dfc637e84b08a817c65df95cf8c37f5986614317e4b3519c84de6586
3
+ size 899281529
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa122755210c63192299e10601c00aa441e153211980824f0bf4237790f6cdb
3
+ size 14567
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91f938529caccedd5602a020e6d7ce9b4132e9dd7c8a8b3a971d09f7f6aa25a
3
+ size 623
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.034728746861219406,
3
+ "best_model_checkpoint": "drive/MyDrive/beit-finetuned-pokemon/checkpoint-1000",
4
+ "epoch": 0.21326508850501172,
5
+ "global_step": 1000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.21,
12
+ "learning_rate": 5.573469822989977e-05,
13
+ "loss": 0.0354,
14
+ "step": 1000
15
+ },
16
+ {
17
+ "epoch": 0.21,
18
+ "eval_loss": 0.034728746861219406,
19
+ "eval_mean_accuracy": 0.9955007125868244,
20
+ "eval_mean_iou": 0.4977503562934122,
21
+ "eval_overall_accuracy": 0.9955007125868244,
22
+ "eval_per_category_accuracy": [
23
+ NaN,
24
+ 0.9955007125868244
25
+ ],
26
+ "eval_per_category_iou": [
27
+ 0.0,
28
+ 0.9955007125868244
29
+ ],
30
+ "eval_runtime": 568.0728,
31
+ "eval_samples_per_second": 0.38,
32
+ "eval_steps_per_second": 0.19,
33
+ "step": 1000
34
+ }
35
+ ],
36
+ "max_steps": 14067,
37
+ "num_train_epochs": 3,
38
+ "total_flos": 2.4073096200192e+18,
39
+ "trial_name": null,
40
+ "trial_params": null
41
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7401524b870c4ada36cae0ba8eb0c0a18173f2fcea8998ff01f5925970419484
3
+ size 3503
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f75e63ae79018a085bd22bc10aba972f96cc549f37a6f2e74d687bdcd20071d
3
  size 899281529
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201a5a40dfc637e84b08a817c65df95cf8c37f5986614317e4b3519c84de6586
3
  size 899281529
runs/Sep17_23-40-14_823777eea855/1663458401.2301896/events.out.tfevents.1663458401.823777eea855.76.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001f2c1ab96c75f29eda984d33063b2de7f5e5a0a1ee4e1cc08f413ef0f821a0
3
+ size 5582
runs/Sep17_23-40-14_823777eea855/events.out.tfevents.1663458401.823777eea855.76.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa89ac916665099a73d7a47ddaba3bb3a23594c29142361b58375fffaa0f0921
3
+ size 4994
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23596842c2d036205c0e12a15809c3a133a8f170aace223c7fadd8eb1ab4c3a0
3
- size 3439
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7401524b870c4ada36cae0ba8eb0c0a18173f2fcea8998ff01f5925970419484
3
+ size 3503