riyadifirman
commited on
Training in progress, epoch 1
Browse files- config.json +445 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,445 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "RobertZ2011/resnet-18-birb",
|
3 |
+
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"downsample_in_bottleneck": false,
|
13 |
+
"downsample_in_first_stage": false,
|
14 |
+
"embedding_size": 64,
|
15 |
+
"hidden_act": "relu",
|
16 |
+
"hidden_sizes": [
|
17 |
+
64,
|
18 |
+
128,
|
19 |
+
256,
|
20 |
+
512
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": "Black footed Albatross",
|
24 |
+
"1": "Laysan Albatross",
|
25 |
+
"2": "Sooty Albatross",
|
26 |
+
"3": "Groove billed Ani",
|
27 |
+
"4": "Crested Auklet",
|
28 |
+
"5": "Least Auklet",
|
29 |
+
"6": "Parakeet Auklet",
|
30 |
+
"7": "Rhinoceros Auklet",
|
31 |
+
"8": "Brewer Blackbird",
|
32 |
+
"9": "Red winged Blackbird",
|
33 |
+
"10": "Rusty Blackbird",
|
34 |
+
"11": "Yellow headed Blackbird",
|
35 |
+
"12": "Bobolink",
|
36 |
+
"13": "Indigo Bunting",
|
37 |
+
"14": "Lazuli Bunting",
|
38 |
+
"15": "Painted Bunting",
|
39 |
+
"16": "Cardinal",
|
40 |
+
"17": "Spotted Catbird",
|
41 |
+
"18": "Gray Catbird",
|
42 |
+
"19": "Yellow breasted Chat",
|
43 |
+
"20": "Eastern Towhee",
|
44 |
+
"21": "Chuck will Widow",
|
45 |
+
"22": "Brandt Cormorant",
|
46 |
+
"23": "Red faced Cormorant",
|
47 |
+
"24": "Pelagic Cormorant",
|
48 |
+
"25": "Bronzed Cowbird",
|
49 |
+
"26": "Shiny Cowbird",
|
50 |
+
"27": "Brown Creeper",
|
51 |
+
"28": "American Crow",
|
52 |
+
"29": "Fish Crow",
|
53 |
+
"30": "Black billed Cuckoo",
|
54 |
+
"31": "Mangrove Cuckoo",
|
55 |
+
"32": "Yellow billed Cuckoo",
|
56 |
+
"33": "Gray crowned Rosy Finch",
|
57 |
+
"34": "Purple Finch",
|
58 |
+
"35": "Northern Flicker",
|
59 |
+
"36": "Acadian Flycatcher",
|
60 |
+
"37": "Great Crested Flycatcher",
|
61 |
+
"38": "Least Flycatcher",
|
62 |
+
"39": "Olive sided Flycatcher",
|
63 |
+
"40": "Scissor tailed Flycatcher",
|
64 |
+
"41": "Vermilion Flycatcher",
|
65 |
+
"42": "Yellow bellied Flycatcher",
|
66 |
+
"43": "Frigatebird",
|
67 |
+
"44": "Northern Fulmar",
|
68 |
+
"45": "Gadwall",
|
69 |
+
"46": "American Goldfinch",
|
70 |
+
"47": "European Goldfinch",
|
71 |
+
"48": "Boat tailed Grackle",
|
72 |
+
"49": "Eared Grebe",
|
73 |
+
"50": "Horned Grebe",
|
74 |
+
"51": "Pied billed Grebe",
|
75 |
+
"52": "Western Grebe",
|
76 |
+
"53": "Blue Grosbeak",
|
77 |
+
"54": "Evening Grosbeak",
|
78 |
+
"55": "Pine Grosbeak",
|
79 |
+
"56": "Rose breasted Grosbeak",
|
80 |
+
"57": "Pigeon Guillemot",
|
81 |
+
"58": "California Gull",
|
82 |
+
"59": "Glaucous winged Gull",
|
83 |
+
"60": "Heermann Gull",
|
84 |
+
"61": "Herring Gull",
|
85 |
+
"62": "Ivory Gull",
|
86 |
+
"63": "Ring billed Gull",
|
87 |
+
"64": "Slaty backed Gull",
|
88 |
+
"65": "Western Gull",
|
89 |
+
"66": "Anna Hummingbird",
|
90 |
+
"67": "Ruby throated Hummingbird",
|
91 |
+
"68": "Rufous Hummingbird",
|
92 |
+
"69": "Green Violetear",
|
93 |
+
"70": "Long tailed Jaeger",
|
94 |
+
"71": "Pomarine Jaeger",
|
95 |
+
"72": "Blue Jay",
|
96 |
+
"73": "Florida Jay",
|
97 |
+
"74": "Green Jay",
|
98 |
+
"75": "Dark eyed Junco",
|
99 |
+
"76": "Tropical Kingbird",
|
100 |
+
"77": "Gray Kingbird",
|
101 |
+
"78": "Belted Kingfisher",
|
102 |
+
"79": "Green Kingfisher",
|
103 |
+
"80": "Pied Kingfisher",
|
104 |
+
"81": "Ringed Kingfisher",
|
105 |
+
"82": "White breasted Kingfisher",
|
106 |
+
"83": "Red legged Kittiwake",
|
107 |
+
"84": "Horned Lark",
|
108 |
+
"85": "Pacific Loon",
|
109 |
+
"86": "Mallard",
|
110 |
+
"87": "Western Meadowlark",
|
111 |
+
"88": "Hooded Merganser",
|
112 |
+
"89": "Red breasted Merganser",
|
113 |
+
"90": "Mockingbird",
|
114 |
+
"91": "Nighthawk",
|
115 |
+
"92": "Clark Nutcracker",
|
116 |
+
"93": "White breasted Nuthatch",
|
117 |
+
"94": "Baltimore Oriole",
|
118 |
+
"95": "Hooded Oriole",
|
119 |
+
"96": "Orchard Oriole",
|
120 |
+
"97": "Scott Oriole",
|
121 |
+
"98": "Ovenbird",
|
122 |
+
"99": "Brown Pelican",
|
123 |
+
"100": "White Pelican",
|
124 |
+
"101": "Western Wood Pewee",
|
125 |
+
"102": "Sayornis",
|
126 |
+
"103": "American Pipit",
|
127 |
+
"104": "Whip poor Will",
|
128 |
+
"105": "Horned Puffin",
|
129 |
+
"106": "Common Raven",
|
130 |
+
"107": "White necked Raven",
|
131 |
+
"108": "American Redstart",
|
132 |
+
"109": "Geococcyx",
|
133 |
+
"110": "Loggerhead Shrike",
|
134 |
+
"111": "Great Grey Shrike",
|
135 |
+
"112": "Baird Sparrow",
|
136 |
+
"113": "Black throated Sparrow",
|
137 |
+
"114": "Brewer Sparrow",
|
138 |
+
"115": "Chipping Sparrow",
|
139 |
+
"116": "Clay colored Sparrow",
|
140 |
+
"117": "House Sparrow",
|
141 |
+
"118": "Field Sparrow",
|
142 |
+
"119": "Fox Sparrow",
|
143 |
+
"120": "Grasshopper Sparrow",
|
144 |
+
"121": "Harris Sparrow",
|
145 |
+
"122": "Henslow Sparrow",
|
146 |
+
"123": "Le Conte Sparrow",
|
147 |
+
"124": "Lincoln Sparrow",
|
148 |
+
"125": "Nelson Sharp tailed Sparrow",
|
149 |
+
"126": "Savannah Sparrow",
|
150 |
+
"127": "Seaside Sparrow",
|
151 |
+
"128": "Song Sparrow",
|
152 |
+
"129": "Tree Sparrow",
|
153 |
+
"130": "Vesper Sparrow",
|
154 |
+
"131": "White crowned Sparrow",
|
155 |
+
"132": "White throated Sparrow",
|
156 |
+
"133": "Cape Glossy Starling",
|
157 |
+
"134": "Bank Swallow",
|
158 |
+
"135": "Barn Swallow",
|
159 |
+
"136": "Cliff Swallow",
|
160 |
+
"137": "Tree Swallow",
|
161 |
+
"138": "Scarlet Tanager",
|
162 |
+
"139": "Summer Tanager",
|
163 |
+
"140": "Artic Tern",
|
164 |
+
"141": "Black Tern",
|
165 |
+
"142": "Caspian Tern",
|
166 |
+
"143": "Common Tern",
|
167 |
+
"144": "Elegant Tern",
|
168 |
+
"145": "Forsters Tern",
|
169 |
+
"146": "Least Tern",
|
170 |
+
"147": "Green tailed Towhee",
|
171 |
+
"148": "Brown Thrasher",
|
172 |
+
"149": "Sage Thrasher",
|
173 |
+
"150": "Black capped Vireo",
|
174 |
+
"151": "Blue headed Vireo",
|
175 |
+
"152": "Philadelphia Vireo",
|
176 |
+
"153": "Red eyed Vireo",
|
177 |
+
"154": "Warbling Vireo",
|
178 |
+
"155": "White eyed Vireo",
|
179 |
+
"156": "Yellow throated Vireo",
|
180 |
+
"157": "Bay breasted Warbler",
|
181 |
+
"158": "Black and white Warbler",
|
182 |
+
"159": "Black throated Blue Warbler",
|
183 |
+
"160": "Blue winged Warbler",
|
184 |
+
"161": "Canada Warbler",
|
185 |
+
"162": "Cape May Warbler",
|
186 |
+
"163": "Cerulean Warbler",
|
187 |
+
"164": "Chestnut sided Warbler",
|
188 |
+
"165": "Golden winged Warbler",
|
189 |
+
"166": "Hooded Warbler",
|
190 |
+
"167": "Kentucky Warbler",
|
191 |
+
"168": "Magnolia Warbler",
|
192 |
+
"169": "Mourning Warbler",
|
193 |
+
"170": "Myrtle Warbler",
|
194 |
+
"171": "Nashville Warbler",
|
195 |
+
"172": "Orange crowned Warbler",
|
196 |
+
"173": "Palm Warbler",
|
197 |
+
"174": "Pine Warbler",
|
198 |
+
"175": "Prairie Warbler",
|
199 |
+
"176": "Prothonotary Warbler",
|
200 |
+
"177": "Swainson Warbler",
|
201 |
+
"178": "Tennessee Warbler",
|
202 |
+
"179": "Wilson Warbler",
|
203 |
+
"180": "Worm eating Warbler",
|
204 |
+
"181": "Yellow Warbler",
|
205 |
+
"182": "Northern Waterthrush",
|
206 |
+
"183": "Louisiana Waterthrush",
|
207 |
+
"184": "Bohemian Waxwing",
|
208 |
+
"185": "Cedar Waxwing",
|
209 |
+
"186": "American Three toed Woodpecker",
|
210 |
+
"187": "Pileated Woodpecker",
|
211 |
+
"188": "Red bellied Woodpecker",
|
212 |
+
"189": "Red cockaded Woodpecker",
|
213 |
+
"190": "Red headed Woodpecker",
|
214 |
+
"191": "Downy Woodpecker",
|
215 |
+
"192": "Bewick Wren",
|
216 |
+
"193": "Cactus Wren",
|
217 |
+
"194": "Carolina Wren",
|
218 |
+
"195": "House Wren",
|
219 |
+
"196": "Marsh Wren",
|
220 |
+
"197": "Rock Wren",
|
221 |
+
"198": "Winter Wren",
|
222 |
+
"199": "Common Yellowthroat"
|
223 |
+
},
|
224 |
+
"label2id": {
|
225 |
+
"Acadian Flycatcher": 36,
|
226 |
+
"American Crow": 28,
|
227 |
+
"American Goldfinch": 46,
|
228 |
+
"American Pipit": 103,
|
229 |
+
"American Redstart": 108,
|
230 |
+
"American Three toed Woodpecker": 186,
|
231 |
+
"Anna Hummingbird": 66,
|
232 |
+
"Artic Tern": 140,
|
233 |
+
"Baird Sparrow": 112,
|
234 |
+
"Baltimore Oriole": 94,
|
235 |
+
"Bank Swallow": 134,
|
236 |
+
"Barn Swallow": 135,
|
237 |
+
"Bay breasted Warbler": 157,
|
238 |
+
"Belted Kingfisher": 78,
|
239 |
+
"Bewick Wren": 192,
|
240 |
+
"Black Tern": 141,
|
241 |
+
"Black and white Warbler": 158,
|
242 |
+
"Black billed Cuckoo": 30,
|
243 |
+
"Black capped Vireo": 150,
|
244 |
+
"Black footed Albatross": 0,
|
245 |
+
"Black throated Blue Warbler": 159,
|
246 |
+
"Black throated Sparrow": 113,
|
247 |
+
"Blue Grosbeak": 53,
|
248 |
+
"Blue Jay": 72,
|
249 |
+
"Blue headed Vireo": 151,
|
250 |
+
"Blue winged Warbler": 160,
|
251 |
+
"Boat tailed Grackle": 48,
|
252 |
+
"Bobolink": 12,
|
253 |
+
"Bohemian Waxwing": 184,
|
254 |
+
"Brandt Cormorant": 22,
|
255 |
+
"Brewer Blackbird": 8,
|
256 |
+
"Brewer Sparrow": 114,
|
257 |
+
"Bronzed Cowbird": 25,
|
258 |
+
"Brown Creeper": 27,
|
259 |
+
"Brown Pelican": 99,
|
260 |
+
"Brown Thrasher": 148,
|
261 |
+
"Cactus Wren": 193,
|
262 |
+
"California Gull": 58,
|
263 |
+
"Canada Warbler": 161,
|
264 |
+
"Cape Glossy Starling": 133,
|
265 |
+
"Cape May Warbler": 162,
|
266 |
+
"Cardinal": 16,
|
267 |
+
"Carolina Wren": 194,
|
268 |
+
"Caspian Tern": 142,
|
269 |
+
"Cedar Waxwing": 185,
|
270 |
+
"Cerulean Warbler": 163,
|
271 |
+
"Chestnut sided Warbler": 164,
|
272 |
+
"Chipping Sparrow": 115,
|
273 |
+
"Chuck will Widow": 21,
|
274 |
+
"Clark Nutcracker": 92,
|
275 |
+
"Clay colored Sparrow": 116,
|
276 |
+
"Cliff Swallow": 136,
|
277 |
+
"Common Raven": 106,
|
278 |
+
"Common Tern": 143,
|
279 |
+
"Common Yellowthroat": 199,
|
280 |
+
"Crested Auklet": 4,
|
281 |
+
"Dark eyed Junco": 75,
|
282 |
+
"Downy Woodpecker": 191,
|
283 |
+
"Eared Grebe": 49,
|
284 |
+
"Eastern Towhee": 20,
|
285 |
+
"Elegant Tern": 144,
|
286 |
+
"European Goldfinch": 47,
|
287 |
+
"Evening Grosbeak": 54,
|
288 |
+
"Field Sparrow": 118,
|
289 |
+
"Fish Crow": 29,
|
290 |
+
"Florida Jay": 73,
|
291 |
+
"Forsters Tern": 145,
|
292 |
+
"Fox Sparrow": 119,
|
293 |
+
"Frigatebird": 43,
|
294 |
+
"Gadwall": 45,
|
295 |
+
"Geococcyx": 109,
|
296 |
+
"Glaucous winged Gull": 59,
|
297 |
+
"Golden winged Warbler": 165,
|
298 |
+
"Grasshopper Sparrow": 120,
|
299 |
+
"Gray Catbird": 18,
|
300 |
+
"Gray Kingbird": 77,
|
301 |
+
"Gray crowned Rosy Finch": 33,
|
302 |
+
"Great Crested Flycatcher": 37,
|
303 |
+
"Great Grey Shrike": 111,
|
304 |
+
"Green Jay": 74,
|
305 |
+
"Green Kingfisher": 79,
|
306 |
+
"Green Violetear": 69,
|
307 |
+
"Green tailed Towhee": 147,
|
308 |
+
"Groove billed Ani": 3,
|
309 |
+
"Harris Sparrow": 121,
|
310 |
+
"Heermann Gull": 60,
|
311 |
+
"Henslow Sparrow": 122,
|
312 |
+
"Herring Gull": 61,
|
313 |
+
"Hooded Merganser": 88,
|
314 |
+
"Hooded Oriole": 95,
|
315 |
+
"Hooded Warbler": 166,
|
316 |
+
"Horned Grebe": 50,
|
317 |
+
"Horned Lark": 84,
|
318 |
+
"Horned Puffin": 105,
|
319 |
+
"House Sparrow": 117,
|
320 |
+
"House Wren": 195,
|
321 |
+
"Indigo Bunting": 13,
|
322 |
+
"Ivory Gull": 62,
|
323 |
+
"Kentucky Warbler": 167,
|
324 |
+
"Laysan Albatross": 1,
|
325 |
+
"Lazuli Bunting": 14,
|
326 |
+
"Le Conte Sparrow": 123,
|
327 |
+
"Least Auklet": 5,
|
328 |
+
"Least Flycatcher": 38,
|
329 |
+
"Least Tern": 146,
|
330 |
+
"Lincoln Sparrow": 124,
|
331 |
+
"Loggerhead Shrike": 110,
|
332 |
+
"Long tailed Jaeger": 70,
|
333 |
+
"Louisiana Waterthrush": 183,
|
334 |
+
"Magnolia Warbler": 168,
|
335 |
+
"Mallard": 86,
|
336 |
+
"Mangrove Cuckoo": 31,
|
337 |
+
"Marsh Wren": 196,
|
338 |
+
"Mockingbird": 90,
|
339 |
+
"Mourning Warbler": 169,
|
340 |
+
"Myrtle Warbler": 170,
|
341 |
+
"Nashville Warbler": 171,
|
342 |
+
"Nelson Sharp tailed Sparrow": 125,
|
343 |
+
"Nighthawk": 91,
|
344 |
+
"Northern Flicker": 35,
|
345 |
+
"Northern Fulmar": 44,
|
346 |
+
"Northern Waterthrush": 182,
|
347 |
+
"Olive sided Flycatcher": 39,
|
348 |
+
"Orange crowned Warbler": 172,
|
349 |
+
"Orchard Oriole": 96,
|
350 |
+
"Ovenbird": 98,
|
351 |
+
"Pacific Loon": 85,
|
352 |
+
"Painted Bunting": 15,
|
353 |
+
"Palm Warbler": 173,
|
354 |
+
"Parakeet Auklet": 6,
|
355 |
+
"Pelagic Cormorant": 24,
|
356 |
+
"Philadelphia Vireo": 152,
|
357 |
+
"Pied Kingfisher": 80,
|
358 |
+
"Pied billed Grebe": 51,
|
359 |
+
"Pigeon Guillemot": 57,
|
360 |
+
"Pileated Woodpecker": 187,
|
361 |
+
"Pine Grosbeak": 55,
|
362 |
+
"Pine Warbler": 174,
|
363 |
+
"Pomarine Jaeger": 71,
|
364 |
+
"Prairie Warbler": 175,
|
365 |
+
"Prothonotary Warbler": 176,
|
366 |
+
"Purple Finch": 34,
|
367 |
+
"Red bellied Woodpecker": 188,
|
368 |
+
"Red breasted Merganser": 89,
|
369 |
+
"Red cockaded Woodpecker": 189,
|
370 |
+
"Red eyed Vireo": 153,
|
371 |
+
"Red faced Cormorant": 23,
|
372 |
+
"Red headed Woodpecker": 190,
|
373 |
+
"Red legged Kittiwake": 83,
|
374 |
+
"Red winged Blackbird": 9,
|
375 |
+
"Rhinoceros Auklet": 7,
|
376 |
+
"Ring billed Gull": 63,
|
377 |
+
"Ringed Kingfisher": 81,
|
378 |
+
"Rock Wren": 197,
|
379 |
+
"Rose breasted Grosbeak": 56,
|
380 |
+
"Ruby throated Hummingbird": 67,
|
381 |
+
"Rufous Hummingbird": 68,
|
382 |
+
"Rusty Blackbird": 10,
|
383 |
+
"Sage Thrasher": 149,
|
384 |
+
"Savannah Sparrow": 126,
|
385 |
+
"Sayornis": 102,
|
386 |
+
"Scarlet Tanager": 138,
|
387 |
+
"Scissor tailed Flycatcher": 40,
|
388 |
+
"Scott Oriole": 97,
|
389 |
+
"Seaside Sparrow": 127,
|
390 |
+
"Shiny Cowbird": 26,
|
391 |
+
"Slaty backed Gull": 64,
|
392 |
+
"Song Sparrow": 128,
|
393 |
+
"Sooty Albatross": 2,
|
394 |
+
"Spotted Catbird": 17,
|
395 |
+
"Summer Tanager": 139,
|
396 |
+
"Swainson Warbler": 177,
|
397 |
+
"Tennessee Warbler": 178,
|
398 |
+
"Tree Sparrow": 129,
|
399 |
+
"Tree Swallow": 137,
|
400 |
+
"Tropical Kingbird": 76,
|
401 |
+
"Vermilion Flycatcher": 41,
|
402 |
+
"Vesper Sparrow": 130,
|
403 |
+
"Warbling Vireo": 154,
|
404 |
+
"Western Grebe": 52,
|
405 |
+
"Western Gull": 65,
|
406 |
+
"Western Meadowlark": 87,
|
407 |
+
"Western Wood Pewee": 101,
|
408 |
+
"Whip poor Will": 104,
|
409 |
+
"White Pelican": 100,
|
410 |
+
"White breasted Kingfisher": 82,
|
411 |
+
"White breasted Nuthatch": 93,
|
412 |
+
"White crowned Sparrow": 131,
|
413 |
+
"White eyed Vireo": 155,
|
414 |
+
"White necked Raven": 107,
|
415 |
+
"White throated Sparrow": 132,
|
416 |
+
"Wilson Warbler": 179,
|
417 |
+
"Winter Wren": 198,
|
418 |
+
"Worm eating Warbler": 180,
|
419 |
+
"Yellow Warbler": 181,
|
420 |
+
"Yellow bellied Flycatcher": 42,
|
421 |
+
"Yellow billed Cuckoo": 32,
|
422 |
+
"Yellow breasted Chat": 19,
|
423 |
+
"Yellow headed Blackbird": 11,
|
424 |
+
"Yellow throated Vireo": 156
|
425 |
+
},
|
426 |
+
"layer_type": "basic",
|
427 |
+
"model_type": "resnet",
|
428 |
+
"num_channels": 3,
|
429 |
+
"out_features": [
|
430 |
+
"stage4"
|
431 |
+
],
|
432 |
+
"out_indices": [
|
433 |
+
4
|
434 |
+
],
|
435 |
+
"problem_type": "single_label_classification",
|
436 |
+
"stage_names": [
|
437 |
+
"stem",
|
438 |
+
"stage1",
|
439 |
+
"stage2",
|
440 |
+
"stage3",
|
441 |
+
"stage4"
|
442 |
+
],
|
443 |
+
"torch_dtype": "float32",
|
444 |
+
"transformers_version": "4.44.2"
|
445 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a377ce94d40eaa9ad99adecd941cbf9263e07bd998dfba218b5611556d9d5cf
|
3 |
+
size 45170672
|
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 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91d3a20e2f2ae42f2d6652b6197642d965c8734292ed939f4a69585e906325cc
|
3 |
+
size 5176
|