hemlatachanne commited on
Commit
fb65410
1 Parent(s): f66a424

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/cvt-13",
3
+ "architectures": [
4
+ "CvtForImageClassification"
5
+ ],
6
+ "attention_drop_rate": [
7
+ 0.0,
8
+ 0.0,
9
+ 0.0
10
+ ],
11
+ "cls_token": [
12
+ false,
13
+ false,
14
+ true
15
+ ],
16
+ "depth": [
17
+ 1,
18
+ 2,
19
+ 10
20
+ ],
21
+ "drop_path_rate": [
22
+ 0.0,
23
+ 0.0,
24
+ 0.1
25
+ ],
26
+ "drop_rate": [
27
+ 0.0,
28
+ 0.0,
29
+ 0.0
30
+ ],
31
+ "embed_dim": [
32
+ 64,
33
+ 192,
34
+ 384
35
+ ],
36
+ "id2label": {
37
+ "0": "Asian Green Bee-Eater",
38
+ "1": "Brown-Headed Barbet",
39
+ "2": "Cattle Egret",
40
+ "3": "Common Kingfisher",
41
+ "4": "Common Myna",
42
+ "5": "Common Rosefinch",
43
+ "6": "Common Tailorbird",
44
+ "7": "Coppersmith Barbet",
45
+ "8": "Forest Wagtail",
46
+ "9": "Gray Wagtail",
47
+ "10": "Hoopoe",
48
+ "11": "House Crow",
49
+ "12": "Indian Grey Hornbill",
50
+ "13": "Indian Peacock",
51
+ "14": "Indian Pitta",
52
+ "15": "Indian Roller",
53
+ "16": "Jungle Babbler",
54
+ "17": "Northern Lapwing",
55
+ "18": "Red-Wattled Lapwing",
56
+ "19": "Ruddy Shelduck",
57
+ "20": "Rufous Treepie",
58
+ "21": "Sarus Crane",
59
+ "22": "White Wagtail",
60
+ "23": "White-Breasted Kingfisher",
61
+ "24": "White-Breasted Waterhen"
62
+ },
63
+ "image_size": 224,
64
+ "initializer_range": 0.02,
65
+ "kernel_qkv": [
66
+ 3,
67
+ 3,
68
+ 3
69
+ ],
70
+ "label2id": {
71
+ "Asian Green Bee-Eater": 0,
72
+ "Brown-Headed Barbet": 1,
73
+ "Cattle Egret": 2,
74
+ "Common Kingfisher": 3,
75
+ "Common Myna": 4,
76
+ "Common Rosefinch": 5,
77
+ "Common Tailorbird": 6,
78
+ "Coppersmith Barbet": 7,
79
+ "Forest Wagtail": 8,
80
+ "Gray Wagtail": 9,
81
+ "Hoopoe": 10,
82
+ "House Crow": 11,
83
+ "Indian Grey Hornbill": 12,
84
+ "Indian Peacock": 13,
85
+ "Indian Pitta": 14,
86
+ "Indian Roller": 15,
87
+ "Jungle Babbler": 16,
88
+ "Northern Lapwing": 17,
89
+ "Red-Wattled Lapwing": 18,
90
+ "Ruddy Shelduck": 19,
91
+ "Rufous Treepie": 20,
92
+ "Sarus Crane": 21,
93
+ "White Wagtail": 22,
94
+ "White-Breasted Kingfisher": 23,
95
+ "White-Breasted Waterhen": 24
96
+ },
97
+ "layer_norm_eps": 1e-12,
98
+ "mlp_ratio": [
99
+ 4.0,
100
+ 4.0,
101
+ 4.0
102
+ ],
103
+ "model_type": "cvt",
104
+ "num_channels": 3,
105
+ "num_heads": [
106
+ 1,
107
+ 3,
108
+ 6
109
+ ],
110
+ "num_stages": 3,
111
+ "padding_kv": [
112
+ 1,
113
+ 1,
114
+ 1
115
+ ],
116
+ "padding_q": [
117
+ 1,
118
+ 1,
119
+ 1
120
+ ],
121
+ "patch_padding": [
122
+ 2,
123
+ 1,
124
+ 1
125
+ ],
126
+ "patch_sizes": [
127
+ 7,
128
+ 3,
129
+ 3
130
+ ],
131
+ "patch_stride": [
132
+ 4,
133
+ 2,
134
+ 2
135
+ ],
136
+ "pos_embed": [
137
+ false,
138
+ false,
139
+ false
140
+ ],
141
+ "problem_type": "single_label_classification",
142
+ "qkv_bias": [
143
+ true,
144
+ true,
145
+ true
146
+ ],
147
+ "qkv_projection_method": [
148
+ "dw_bn",
149
+ "dw_bn",
150
+ "dw_bn"
151
+ ],
152
+ "stride_kv": [
153
+ 2,
154
+ 2,
155
+ 2
156
+ ],
157
+ "stride_q": [
158
+ 1,
159
+ 1,
160
+ 1
161
+ ],
162
+ "torch_dtype": "float32",
163
+ "transformers_version": "4.38.2"
164
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e0c168b1688e4375820e59bca33ca4638d38c71e8853427bd08ec50a3d490d
3
+ size 78665020
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Apr03_08-26-43_384c4421391f/events.out.tfevents.1712132946.384c4421391f.11996.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d62ca644dbd21b3c768e74013dc387c858827453dfc3e4f6dd00b3b44500ac
3
+ size 18676
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af072b100b517ddaf3ad9347423e5929f13c24af7f92dc4695016973ccbd418c
3
+ size 4920