Kartik14Singh
commited on
Commit
·
c6b7760
1
Parent(s):
ddd1044
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +158 -0
- preprocessor_config.json +27 -0
- pytorch_model.bin +3 -0
- runs/Apr10_07-30-01_88ebe45310ef/1681111829.6866784/events.out.tfevents.1681111829.88ebe45310ef.23.1 +3 -0
- runs/Apr10_07-30-01_88ebe45310ef/events.out.tfevents.1681111829.88ebe45310ef.23.0 +3 -0
- training_args.bin +3 -0
.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": "ViTHybridImageProcessor",
|
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:5551dcd4547b5e05ce71ac7fa7d083b0f99c48f7455afa2a3d7b125ccd493b10
|
3 |
+
size 392901469
|
runs/Apr10_07-30-01_88ebe45310ef/1681111829.6866784/events.out.tfevents.1681111829.88ebe45310ef.23.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b3445ce6351c47f6953dfa6b8496d913a0bdae190e3df770c8c431e600ec92f
|
3 |
+
size 5695
|
runs/Apr10_07-30-01_88ebe45310ef/events.out.tfevents.1681111829.88ebe45310ef.23.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ab7a69c0e267e13c21591cdda45148358dd3991c6ecd05ffbb401dacf53b6dc
|
3 |
+
size 9585
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdc7e76a799cdcce442f1cae8ff71bccbfc191f074110c6b5b0160a57ac0e3d5
|
3 |
+
size 3515
|