Kartik14Singh commited on
Commit
a280bc5
1 Parent(s): 54392ad

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "6b9e8f1a0ab2ce3ae9d55d68324020a0638e889c",
3
+ "_name_or_path": "google/vit-hybrid-base-bit-384",
4
+ "architectures": [
5
+ "ViTHybridForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "backbone_config": {
9
+ "_name_or_path": "",
10
+ "add_cross_attention": false,
11
+ "architectures": null,
12
+ "bad_words_ids": null,
13
+ "begin_suppress_tokens": null,
14
+ "bos_token_id": null,
15
+ "chunk_size_feed_forward": 0,
16
+ "cross_attention_hidden_size": null,
17
+ "decoder_start_token_id": null,
18
+ "depths": [
19
+ 3,
20
+ 4,
21
+ 9
22
+ ],
23
+ "diversity_penalty": 0.0,
24
+ "do_sample": false,
25
+ "drop_path_rate": 0.0,
26
+ "early_stopping": false,
27
+ "embedding_dynamic_padding": true,
28
+ "embedding_size": 64,
29
+ "encoder_no_repeat_ngram_size": 0,
30
+ "eos_token_id": null,
31
+ "exponential_decay_length_penalty": null,
32
+ "finetuning_task": null,
33
+ "forced_bos_token_id": null,
34
+ "forced_eos_token_id": null,
35
+ "global_padding": "SAME",
36
+ "hidden_act": "relu",
37
+ "hidden_sizes": [
38
+ 256,
39
+ 512,
40
+ 1024,
41
+ 2048
42
+ ],
43
+ "id2label": {
44
+ "0": "LABEL_0",
45
+ "1": "LABEL_1"
46
+ },
47
+ "is_decoder": false,
48
+ "is_encoder_decoder": false,
49
+ "label2id": {
50
+ "LABEL_0": 0,
51
+ "LABEL_1": 1
52
+ },
53
+ "layer_type": "bottleneck",
54
+ "length_penalty": 1.0,
55
+ "max_length": 20,
56
+ "min_length": 0,
57
+ "model_type": "bit",
58
+ "no_repeat_ngram_size": 0,
59
+ "num_beam_groups": 1,
60
+ "num_beams": 1,
61
+ "num_channels": 3,
62
+ "num_groups": 32,
63
+ "num_return_sequences": 1,
64
+ "out_features": [
65
+ "stage3"
66
+ ],
67
+ "output_attentions": false,
68
+ "output_hidden_states": false,
69
+ "output_scores": false,
70
+ "output_stride": 32,
71
+ "pad_token_id": null,
72
+ "prefix": null,
73
+ "problem_type": null,
74
+ "pruned_heads": {},
75
+ "remove_invalid_values": false,
76
+ "repetition_penalty": 1.0,
77
+ "return_dict": true,
78
+ "return_dict_in_generate": false,
79
+ "sep_token_id": null,
80
+ "stage_names": [
81
+ "stem",
82
+ "stage1",
83
+ "stage2",
84
+ "stage3"
85
+ ],
86
+ "suppress_tokens": null,
87
+ "task_specific_params": null,
88
+ "temperature": 1.0,
89
+ "tf_legacy_loss": false,
90
+ "tie_encoder_decoder": false,
91
+ "tie_word_embeddings": true,
92
+ "tokenizer_class": null,
93
+ "top_k": 50,
94
+ "top_p": 1.0,
95
+ "torch_dtype": null,
96
+ "torchscript": false,
97
+ "transformers_version": "4.26.1",
98
+ "typical_p": 1.0,
99
+ "use_bfloat16": false,
100
+ "width_factor": 1
101
+ },
102
+ "backbone_featmap_shape": [
103
+ 1,
104
+ 1024,
105
+ 24,
106
+ 24
107
+ ],
108
+ "hidden_act": "gelu",
109
+ "hidden_dropout_prob": 0.0,
110
+ "hidden_size": 768,
111
+ "id2label": {
112
+ "0": "calling",
113
+ "1": "clapping",
114
+ "2": "cycling",
115
+ "3": "dancing",
116
+ "4": "drinking",
117
+ "5": "eating",
118
+ "6": "fighting",
119
+ "7": "hugging",
120
+ "8": "laughing",
121
+ "9": "listening_to_music",
122
+ "10": "running",
123
+ "11": "sitting",
124
+ "12": "sleeping",
125
+ "13": "texting",
126
+ "14": "using_laptop"
127
+ },
128
+ "image_size": 384,
129
+ "initializer_range": 0.02,
130
+ "intermediate_size": 3072,
131
+ "label2id": {
132
+ "calling": 0,
133
+ "clapping": 1,
134
+ "cycling": 2,
135
+ "dancing": 3,
136
+ "drinking": 4,
137
+ "eating": 5,
138
+ "fighting": 6,
139
+ "hugging": 7,
140
+ "laughing": 8,
141
+ "listening_to_music": 9,
142
+ "running": 10,
143
+ "sitting": 11,
144
+ "sleeping": 12,
145
+ "texting": 13,
146
+ "using_laptop": 14
147
+ },
148
+ "layer_norm_eps": 1e-12,
149
+ "model_type": "vit-hybrid",
150
+ "num_attention_heads": 12,
151
+ "num_channels": 3,
152
+ "num_hidden_layers": 12,
153
+ "patch_size": 1,
154
+ "problem_type": "single_label_classification",
155
+ "qkv_bias": true,
156
+ "torch_dtype": "float32",
157
+ "transformers_version": null
158
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 384,
4
+ "width": 384
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "ViTFeatureExtractor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 384
26
+ }
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fdf8bf8929e5f00cc68d8668ed9f71cf0e60c3fe8c7fb0d214d489619dccaa9
3
+ size 392901469
runs/Apr10_03-36-25_275a0a6eb96c/1681097851.969113/events.out.tfevents.1681097851.275a0a6eb96c.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27904ebc32da36077f5942bba8915a5b79ecc353fe1b94ab28b186a834dc87ad
3
+ size 5701
runs/Apr10_03-36-25_275a0a6eb96c/1681097926.266207/events.out.tfevents.1681097926.275a0a6eb96c.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27698bd598d7195f33ba50fb3cde3eefffb9510166993b51b14e2d0dfed1cc1e
3
+ size 5701
runs/Apr10_03-36-25_275a0a6eb96c/events.out.tfevents.1681097851.275a0a6eb96c.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d128a69728a05762b1dace302d235bbf8435dbb3cc158e9001ff50f0f027175b
3
+ size 13804
runs/Apr10_03-38-39_275a0a6eb96c/1681098902.2472534/events.out.tfevents.1681098902.275a0a6eb96c.23.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc2c3b5098c1f34a93657fe00ee0c2041a4715defb9661b4d4365133c950023
3
+ size 5692
runs/Apr10_03-38-39_275a0a6eb96c/events.out.tfevents.1681098902.275a0a6eb96c.23.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230ab274d7426aebffa177b63546dd48490c48a976e0de256c962a0b54f63bb5
3
+ size 9631
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96fac2800b1e483d1ecf1bc26c241fbfa169ffeeaa5c8a45a64e51652dee33da
3
+ size 3515