harish03 commited on
Commit
14e1165
1 Parent(s): 5d5f5a1

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,14 +1,10 @@
1
  {
2
- "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
  "architectures": [
4
- "BeitForImageClassification"
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,
@@ -40,33 +36,13 @@
40
  "TIGER": "9"
41
  },
42
  "layer_norm_eps": 1e-12,
43
- "layer_scale_init_value": 0.1,
44
- "model_type": "beit",
45
  "num_attention_heads": 12,
46
  "num_channels": 3,
47
  "num_hidden_layers": 12,
48
- "out_indices": [
49
- 3,
50
- 5,
51
- 7,
52
- 11
53
- ],
54
  "patch_size": 16,
55
- "pool_scales": [
56
- 1,
57
- 2,
58
- 3,
59
- 6
60
- ],
61
  "problem_type": "single_label_classification",
62
- "semantic_loss_ignore_index": 255,
63
  "torch_dtype": "float32",
64
- "transformers_version": "4.28.1",
65
- "use_absolute_position_embeddings": false,
66
- "use_auxiliary_head": true,
67
- "use_mask_token": false,
68
- "use_mean_pooling": true,
69
- "use_relative_position_bias": true,
70
- "use_shared_relative_position_bias": false,
71
- "vocab_size": 8192
72
  }
 
1
  {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
  "architectures": [
4
+ "ViTForImageClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
 
 
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
 
36
  "TIGER": "9"
37
  },
38
  "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
 
40
  "num_attention_heads": 12,
41
  "num_channels": 3,
42
  "num_hidden_layers": 12,
 
 
 
 
 
 
43
  "patch_size": 16,
 
 
 
 
 
 
44
  "problem_type": "single_label_classification",
45
+ "qkv_bias": true,
46
  "torch_dtype": "float32",
47
+ "transformers_version": "4.28.1"
 
 
 
 
 
 
 
48
  }
preprocessor_config.json CHANGED
@@ -1,11 +1,5 @@
1
  {
2
- "crop_size": {
3
- "height": 224,
4
- "width": 224
5
- },
6
- "do_center_crop": false,
7
  "do_normalize": true,
8
- "do_reduce_labels": false,
9
  "do_rescale": true,
10
  "do_resize": true,
11
  "image_mean": [
@@ -13,7 +7,7 @@
13
  0.5,
14
  0.5
15
  ],
16
- "image_processor_type": "BeitImageProcessor",
17
  "image_std": [
18
  0.5,
19
  0.5,
 
1
  {
 
 
 
 
 
2
  "do_normalize": true,
 
3
  "do_rescale": true,
4
  "do_resize": true,
5
  "image_mean": [
 
7
  0.5,
8
  0.5
9
  ],
10
+ "image_processor_type": "ViTImageProcessor",
11
  "image_std": [
12
  0.5,
13
  0.5,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5cf090b7180b8726a6b348b62b733ae314f6be6f3d737f7d38a181e3d547e37
3
- size 346884985
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae8511ec0ea64bd5e21cfe5ef54969bf9de8f36e9b096853a5b6081a3a7c1b1
3
+ size 343293293
runs/Apr16_16-07-32_b68ffce7c157/events.out.tfevents.1681661333.b68ffce7c157.442.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:903d86c42ef073dbc0ddfb1196c8e9a280295807f4688ff003c56ccfdc815983
3
- size 5506
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7cd5482080d2ec5c18f07ae67fba78f3d7eec9430a3152191e95950ec3a6c7
3
+ size 6285
runs/Apr16_16-26-18_b68ffce7c157/1681662384.3833587/events.out.tfevents.1681662384.b68ffce7c157.442.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be60caa3c56c90e750f78e9615f48ea0eea53ab598a8ad1e22882c14a9b13a86
3
+ size 5850
runs/Apr16_16-26-18_b68ffce7c157/events.out.tfevents.1681662384.b68ffce7c157.442.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5c37886d63c148973297d9841b855ca9bb6d2fd018ffd7f0def292310d7c352
3
+ size 4935
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20bfc874f80fc9d7292501f19a55589d0d1e88af99199a195390767176d64255
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f251755926929ba6248dc20088698d0169c3c569e5b163b002b8ef713cfb10ff
3
  size 3579