ydmeira commited on
Commit
6fe055e
1 Parent(s): 3ec96f7

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/beit-base-finetuned-ade-640-640",
3
  "architectures": [
4
  "BeitForSemanticSegmentation"
5
  ],
 
1
  {
2
+ "_name_or_path": "ydmeira/beit-finetuned-pokemon",
3
  "architectures": [
4
  "BeitForSemanticSegmentation"
5
  ],
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.21.2",
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:ada3e97fd6b8f7533659f1ba7defe295eeeff6e2e7b7c770bf6d0aad22196784
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:f05334440a24757cfaeb6eefeb088c9250fda9342b71fcda335d3d9e4056e365
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:56e0e19f141a86fb480f16de66d1349582ed53ea35fb1cd037a8df26f4457994
3
+ size 14503
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e82669016f3d0f7308345b4a47e9d5bedb5933bd18818142c2c61f25d4c5b5
3
+ size 623
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.04296889901161194,
3
+ "best_model_checkpoint": "drive/MyDrive/beit-finetuned-pokemon/checkpoint-500",
4
+ "epoch": 0.10663254425250586,
5
+ "global_step": 500,
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.11,
12
+ "learning_rate": 5.680102367242483e-05,
13
+ "loss": 0.044,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.11,
18
+ "eval_loss": 0.04296889901161194,
19
+ "eval_mean_accuracy": 0.9857017551704262,
20
+ "eval_mean_iou": 0.4928508775852131,
21
+ "eval_overall_accuracy": 0.9857017551704262,
22
+ "eval_per_category_accuracy": [
23
+ NaN,
24
+ 0.9857017551704262
25
+ ],
26
+ "eval_per_category_iou": [
27
+ 0.0,
28
+ 0.9857017551704262
29
+ ],
30
+ "eval_runtime": 566.7662,
31
+ "eval_samples_per_second": 0.381,
32
+ "eval_steps_per_second": 0.191,
33
+ "step": 500
34
+ }
35
+ ],
36
+ "max_steps": 9378,
37
+ "num_train_epochs": 2,
38
+ "total_flos": 1.2036548100096e+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:23596842c2d036205c0e12a15809c3a133a8f170aace223c7fadd8eb1ab4c3a0
3
+ size 3439
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb1878225090ed7a5054417ed587e33c269fda8eb4281c40da2d7172232ae2d4
3
  size 899281529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05334440a24757cfaeb6eefeb088c9250fda9342b71fcda335d3d9e4056e365
3
  size 899281529
runs/Sep04_08-59-03_230b28826074/1662281991.39111/events.out.tfevents.1662281991.230b28826074.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab5c603fe6d56784912f69b79405ad35ca1652e63c9c9eb22fdf293917388e6
3
+ size 5490
runs/Sep04_08-59-03_230b28826074/events.out.tfevents.1662281991.230b28826074.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9955cb758e572dba1d5d91f92f07ad1b903554fa0702b790446a1b59a9e44bd
3
+ size 4941
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa6965e244c2852f85735f0cb8e3165986a7499fab40aa43a107ad20a257b82a
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23596842c2d036205c0e12a15809c3a133a8f170aace223c7fadd8eb1ab4c3a0
3
  size 3439