Model save
Browse files- README.md +53 -0
- config.json +428 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: google/vit-base-patch16-224
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
model-index:
|
| 7 |
+
- name: vit-bird
|
| 8 |
+
results: []
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
+
|
| 14 |
+
# vit-bird
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
| 17 |
+
|
| 18 |
+
## Model description
|
| 19 |
+
|
| 20 |
+
More information needed
|
| 21 |
+
|
| 22 |
+
## Intended uses & limitations
|
| 23 |
+
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Training and evaluation data
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training procedure
|
| 31 |
+
|
| 32 |
+
### Training hyperparameters
|
| 33 |
+
|
| 34 |
+
The following hyperparameters were used during training:
|
| 35 |
+
- learning_rate: 2e-05
|
| 36 |
+
- train_batch_size: 16
|
| 37 |
+
- eval_batch_size: 8
|
| 38 |
+
- seed: 42
|
| 39 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
+
- lr_scheduler_type: linear
|
| 41 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 42 |
+
- num_epochs: 1
|
| 43 |
+
|
| 44 |
+
### Training results
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
### Framework versions
|
| 49 |
+
|
| 50 |
+
- Transformers 4.33.3
|
| 51 |
+
- Pytorch 2.5.1
|
| 52 |
+
- Datasets 2.19.2
|
| 53 |
+
- Tokenizers 0.13.3
|
config.json
ADDED
|
@@ -0,0 +1,428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224",
|
| 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,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "001.Black_footed_Albatross",
|
| 13 |
+
"1": "002.Laysan_Albatross",
|
| 14 |
+
"2": "003.Sooty_Albatross",
|
| 15 |
+
"3": "004.Groove_billed_Ani",
|
| 16 |
+
"4": "005.Crested_Auklet",
|
| 17 |
+
"5": "006.Least_Auklet",
|
| 18 |
+
"6": "007.Parakeet_Auklet",
|
| 19 |
+
"7": "008.Rhinoceros_Auklet",
|
| 20 |
+
"8": "009.Brewer_Blackbird",
|
| 21 |
+
"9": "010.Red_winged_Blackbird",
|
| 22 |
+
"10": "011.Rusty_Blackbird",
|
| 23 |
+
"11": "012.Yellow_headed_Blackbird",
|
| 24 |
+
"12": "013.Bobolink",
|
| 25 |
+
"13": "014.Indigo_Bunting",
|
| 26 |
+
"14": "015.Lazuli_Bunting",
|
| 27 |
+
"15": "016.Painted_Bunting",
|
| 28 |
+
"16": "017.Cardinal",
|
| 29 |
+
"17": "018.Spotted_Catbird",
|
| 30 |
+
"18": "019.Gray_Catbird",
|
| 31 |
+
"19": "020.Yellow_breasted_Chat",
|
| 32 |
+
"20": "021.Eastern_Towhee",
|
| 33 |
+
"21": "022.Chuck_will_Widow",
|
| 34 |
+
"22": "023.Brandt_Cormorant",
|
| 35 |
+
"23": "024.Red_faced_Cormorant",
|
| 36 |
+
"24": "025.Pelagic_Cormorant",
|
| 37 |
+
"25": "026.Bronzed_Cowbird",
|
| 38 |
+
"26": "027.Shiny_Cowbird",
|
| 39 |
+
"27": "028.Brown_Creeper",
|
| 40 |
+
"28": "029.American_Crow",
|
| 41 |
+
"29": "030.Fish_Crow",
|
| 42 |
+
"30": "031.Black_billed_Cuckoo",
|
| 43 |
+
"31": "032.Mangrove_Cuckoo",
|
| 44 |
+
"32": "033.Yellow_billed_Cuckoo",
|
| 45 |
+
"33": "034.Gray_crowned_Rosy_Finch",
|
| 46 |
+
"34": "035.Purple_Finch",
|
| 47 |
+
"35": "036.Northern_Flicker",
|
| 48 |
+
"36": "037.Acadian_Flycatcher",
|
| 49 |
+
"37": "038.Great_Crested_Flycatcher",
|
| 50 |
+
"38": "039.Least_Flycatcher",
|
| 51 |
+
"39": "040.Olive_sided_Flycatcher",
|
| 52 |
+
"40": "041.Scissor_tailed_Flycatcher",
|
| 53 |
+
"41": "042.Vermilion_Flycatcher",
|
| 54 |
+
"42": "043.Yellow_bellied_Flycatcher",
|
| 55 |
+
"43": "044.Frigatebird",
|
| 56 |
+
"44": "045.Northern_Fulmar",
|
| 57 |
+
"45": "046.Gadwall",
|
| 58 |
+
"46": "047.American_Goldfinch",
|
| 59 |
+
"47": "048.European_Goldfinch",
|
| 60 |
+
"48": "049.Boat_tailed_Grackle",
|
| 61 |
+
"49": "050.Eared_Grebe",
|
| 62 |
+
"50": "051.Horned_Grebe",
|
| 63 |
+
"51": "052.Pied_billed_Grebe",
|
| 64 |
+
"52": "053.Western_Grebe",
|
| 65 |
+
"53": "054.Blue_Grosbeak",
|
| 66 |
+
"54": "055.Evening_Grosbeak",
|
| 67 |
+
"55": "056.Pine_Grosbeak",
|
| 68 |
+
"56": "057.Rose_breasted_Grosbeak",
|
| 69 |
+
"57": "058.Pigeon_Guillemot",
|
| 70 |
+
"58": "059.California_Gull",
|
| 71 |
+
"59": "060.Glaucous_winged_Gull",
|
| 72 |
+
"60": "061.Heermann_Gull",
|
| 73 |
+
"61": "062.Herring_Gull",
|
| 74 |
+
"62": "063.Ivory_Gull",
|
| 75 |
+
"63": "064.Ring_billed_Gull",
|
| 76 |
+
"64": "065.Slaty_backed_Gull",
|
| 77 |
+
"65": "066.Western_Gull",
|
| 78 |
+
"66": "067.Anna_Hummingbird",
|
| 79 |
+
"67": "068.Ruby_throated_Hummingbird",
|
| 80 |
+
"68": "069.Rufous_Hummingbird",
|
| 81 |
+
"69": "070.Green_Violetear",
|
| 82 |
+
"70": "071.Long_tailed_Jaeger",
|
| 83 |
+
"71": "072.Pomarine_Jaeger",
|
| 84 |
+
"72": "073.Blue_Jay",
|
| 85 |
+
"73": "074.Florida_Jay",
|
| 86 |
+
"74": "075.Green_Jay",
|
| 87 |
+
"75": "076.Dark_eyed_Junco",
|
| 88 |
+
"76": "077.Tropical_Kingbird",
|
| 89 |
+
"77": "078.Gray_Kingbird",
|
| 90 |
+
"78": "079.Belted_Kingfisher",
|
| 91 |
+
"79": "080.Green_Kingfisher",
|
| 92 |
+
"80": "081.Pied_Kingfisher",
|
| 93 |
+
"81": "082.Ringed_Kingfisher",
|
| 94 |
+
"82": "083.White_breasted_Kingfisher",
|
| 95 |
+
"83": "084.Red_legged_Kittiwake",
|
| 96 |
+
"84": "085.Horned_Lark",
|
| 97 |
+
"85": "086.Pacific_Loon",
|
| 98 |
+
"86": "087.Mallard",
|
| 99 |
+
"87": "088.Western_Meadowlark",
|
| 100 |
+
"88": "089.Hooded_Merganser",
|
| 101 |
+
"89": "090.Red_breasted_Merganser",
|
| 102 |
+
"90": "091.Mockingbird",
|
| 103 |
+
"91": "092.Nighthawk",
|
| 104 |
+
"92": "093.Clark_Nutcracker",
|
| 105 |
+
"93": "094.White_breasted_Nuthatch",
|
| 106 |
+
"94": "095.Baltimore_Oriole",
|
| 107 |
+
"95": "096.Hooded_Oriole",
|
| 108 |
+
"96": "097.Orchard_Oriole",
|
| 109 |
+
"97": "098.Scott_Oriole",
|
| 110 |
+
"98": "099.Ovenbird",
|
| 111 |
+
"99": "100.Brown_Pelican",
|
| 112 |
+
"100": "101.White_Pelican",
|
| 113 |
+
"101": "102.Western_Wood_Pewee",
|
| 114 |
+
"102": "103.Sayornis",
|
| 115 |
+
"103": "104.American_Pipit",
|
| 116 |
+
"104": "105.Whip_poor_Will",
|
| 117 |
+
"105": "106.Horned_Puffin",
|
| 118 |
+
"106": "107.Common_Raven",
|
| 119 |
+
"107": "108.White_necked_Raven",
|
| 120 |
+
"108": "109.American_Redstart",
|
| 121 |
+
"109": "110.Geococcyx",
|
| 122 |
+
"110": "111.Loggerhead_Shrike",
|
| 123 |
+
"111": "112.Great_Grey_Shrike",
|
| 124 |
+
"112": "113.Baird_Sparrow",
|
| 125 |
+
"113": "114.Black_throated_Sparrow",
|
| 126 |
+
"114": "115.Brewer_Sparrow",
|
| 127 |
+
"115": "116.Chipping_Sparrow",
|
| 128 |
+
"116": "117.Clay_colored_Sparrow",
|
| 129 |
+
"117": "118.House_Sparrow",
|
| 130 |
+
"118": "119.Field_Sparrow",
|
| 131 |
+
"119": "120.Fox_Sparrow",
|
| 132 |
+
"120": "121.Grasshopper_Sparrow",
|
| 133 |
+
"121": "122.Harris_Sparrow",
|
| 134 |
+
"122": "123.Henslow_Sparrow",
|
| 135 |
+
"123": "124.Le_Conte_Sparrow",
|
| 136 |
+
"124": "125.Lincoln_Sparrow",
|
| 137 |
+
"125": "126.Nelson_Sharp_tailed_Sparrow",
|
| 138 |
+
"126": "127.Savannah_Sparrow",
|
| 139 |
+
"127": "128.Seaside_Sparrow",
|
| 140 |
+
"128": "129.Song_Sparrow",
|
| 141 |
+
"129": "130.Tree_Sparrow",
|
| 142 |
+
"130": "131.Vesper_Sparrow",
|
| 143 |
+
"131": "132.White_crowned_Sparrow",
|
| 144 |
+
"132": "133.White_throated_Sparrow",
|
| 145 |
+
"133": "134.Cape_Glossy_Starling",
|
| 146 |
+
"134": "135.Bank_Swallow",
|
| 147 |
+
"135": "136.Barn_Swallow",
|
| 148 |
+
"136": "137.Cliff_Swallow",
|
| 149 |
+
"137": "138.Tree_Swallow",
|
| 150 |
+
"138": "139.Scarlet_Tanager",
|
| 151 |
+
"139": "140.Summer_Tanager",
|
| 152 |
+
"140": "141.Artic_Tern",
|
| 153 |
+
"141": "142.Black_Tern",
|
| 154 |
+
"142": "143.Caspian_Tern",
|
| 155 |
+
"143": "144.Common_Tern",
|
| 156 |
+
"144": "145.Elegant_Tern",
|
| 157 |
+
"145": "146.Forsters_Tern",
|
| 158 |
+
"146": "147.Least_Tern",
|
| 159 |
+
"147": "148.Green_tailed_Towhee",
|
| 160 |
+
"148": "149.Brown_Thrasher",
|
| 161 |
+
"149": "150.Sage_Thrasher",
|
| 162 |
+
"150": "151.Black_capped_Vireo",
|
| 163 |
+
"151": "152.Blue_headed_Vireo",
|
| 164 |
+
"152": "153.Philadelphia_Vireo",
|
| 165 |
+
"153": "154.Red_eyed_Vireo",
|
| 166 |
+
"154": "155.Warbling_Vireo",
|
| 167 |
+
"155": "156.White_eyed_Vireo",
|
| 168 |
+
"156": "157.Yellow_throated_Vireo",
|
| 169 |
+
"157": "158.Bay_breasted_Warbler",
|
| 170 |
+
"158": "159.Black_and_white_Warbler",
|
| 171 |
+
"159": "160.Black_throated_Blue_Warbler",
|
| 172 |
+
"160": "161.Blue_winged_Warbler",
|
| 173 |
+
"161": "162.Canada_Warbler",
|
| 174 |
+
"162": "163.Cape_May_Warbler",
|
| 175 |
+
"163": "164.Cerulean_Warbler",
|
| 176 |
+
"164": "165.Chestnut_sided_Warbler",
|
| 177 |
+
"165": "166.Golden_winged_Warbler",
|
| 178 |
+
"166": "167.Hooded_Warbler",
|
| 179 |
+
"167": "168.Kentucky_Warbler",
|
| 180 |
+
"168": "169.Magnolia_Warbler",
|
| 181 |
+
"169": "170.Mourning_Warbler",
|
| 182 |
+
"170": "171.Myrtle_Warbler",
|
| 183 |
+
"171": "172.Nashville_Warbler",
|
| 184 |
+
"172": "173.Orange_crowned_Warbler",
|
| 185 |
+
"173": "174.Palm_Warbler",
|
| 186 |
+
"174": "175.Pine_Warbler",
|
| 187 |
+
"175": "176.Prairie_Warbler",
|
| 188 |
+
"176": "177.Prothonotary_Warbler",
|
| 189 |
+
"177": "178.Swainson_Warbler",
|
| 190 |
+
"178": "179.Tennessee_Warbler",
|
| 191 |
+
"179": "180.Wilson_Warbler",
|
| 192 |
+
"180": "181.Worm_eating_Warbler",
|
| 193 |
+
"181": "182.Yellow_Warbler",
|
| 194 |
+
"182": "183.Northern_Waterthrush",
|
| 195 |
+
"183": "184.Louisiana_Waterthrush",
|
| 196 |
+
"184": "185.Bohemian_Waxwing",
|
| 197 |
+
"185": "186.Cedar_Waxwing",
|
| 198 |
+
"186": "187.American_Three_toed_Woodpecker",
|
| 199 |
+
"187": "188.Pileated_Woodpecker",
|
| 200 |
+
"188": "189.Red_bellied_Woodpecker",
|
| 201 |
+
"189": "190.Red_cockaded_Woodpecker",
|
| 202 |
+
"190": "191.Red_headed_Woodpecker",
|
| 203 |
+
"191": "192.Downy_Woodpecker",
|
| 204 |
+
"192": "193.Bewick_Wren",
|
| 205 |
+
"193": "194.Cactus_Wren",
|
| 206 |
+
"194": "195.Carolina_Wren",
|
| 207 |
+
"195": "196.House_Wren",
|
| 208 |
+
"196": "197.Marsh_Wren",
|
| 209 |
+
"197": "198.Rock_Wren",
|
| 210 |
+
"198": "199.Winter_Wren",
|
| 211 |
+
"199": "200.Common_Yellowthroat"
|
| 212 |
+
},
|
| 213 |
+
"image_size": 224,
|
| 214 |
+
"initializer_range": 0.02,
|
| 215 |
+
"intermediate_size": 3072,
|
| 216 |
+
"label2id": {
|
| 217 |
+
"001.Black_footed_Albatross": 0,
|
| 218 |
+
"002.Laysan_Albatross": 1,
|
| 219 |
+
"003.Sooty_Albatross": 2,
|
| 220 |
+
"004.Groove_billed_Ani": 3,
|
| 221 |
+
"005.Crested_Auklet": 4,
|
| 222 |
+
"006.Least_Auklet": 5,
|
| 223 |
+
"007.Parakeet_Auklet": 6,
|
| 224 |
+
"008.Rhinoceros_Auklet": 7,
|
| 225 |
+
"009.Brewer_Blackbird": 8,
|
| 226 |
+
"010.Red_winged_Blackbird": 9,
|
| 227 |
+
"011.Rusty_Blackbird": 10,
|
| 228 |
+
"012.Yellow_headed_Blackbird": 11,
|
| 229 |
+
"013.Bobolink": 12,
|
| 230 |
+
"014.Indigo_Bunting": 13,
|
| 231 |
+
"015.Lazuli_Bunting": 14,
|
| 232 |
+
"016.Painted_Bunting": 15,
|
| 233 |
+
"017.Cardinal": 16,
|
| 234 |
+
"018.Spotted_Catbird": 17,
|
| 235 |
+
"019.Gray_Catbird": 18,
|
| 236 |
+
"020.Yellow_breasted_Chat": 19,
|
| 237 |
+
"021.Eastern_Towhee": 20,
|
| 238 |
+
"022.Chuck_will_Widow": 21,
|
| 239 |
+
"023.Brandt_Cormorant": 22,
|
| 240 |
+
"024.Red_faced_Cormorant": 23,
|
| 241 |
+
"025.Pelagic_Cormorant": 24,
|
| 242 |
+
"026.Bronzed_Cowbird": 25,
|
| 243 |
+
"027.Shiny_Cowbird": 26,
|
| 244 |
+
"028.Brown_Creeper": 27,
|
| 245 |
+
"029.American_Crow": 28,
|
| 246 |
+
"030.Fish_Crow": 29,
|
| 247 |
+
"031.Black_billed_Cuckoo": 30,
|
| 248 |
+
"032.Mangrove_Cuckoo": 31,
|
| 249 |
+
"033.Yellow_billed_Cuckoo": 32,
|
| 250 |
+
"034.Gray_crowned_Rosy_Finch": 33,
|
| 251 |
+
"035.Purple_Finch": 34,
|
| 252 |
+
"036.Northern_Flicker": 35,
|
| 253 |
+
"037.Acadian_Flycatcher": 36,
|
| 254 |
+
"038.Great_Crested_Flycatcher": 37,
|
| 255 |
+
"039.Least_Flycatcher": 38,
|
| 256 |
+
"040.Olive_sided_Flycatcher": 39,
|
| 257 |
+
"041.Scissor_tailed_Flycatcher": 40,
|
| 258 |
+
"042.Vermilion_Flycatcher": 41,
|
| 259 |
+
"043.Yellow_bellied_Flycatcher": 42,
|
| 260 |
+
"044.Frigatebird": 43,
|
| 261 |
+
"045.Northern_Fulmar": 44,
|
| 262 |
+
"046.Gadwall": 45,
|
| 263 |
+
"047.American_Goldfinch": 46,
|
| 264 |
+
"048.European_Goldfinch": 47,
|
| 265 |
+
"049.Boat_tailed_Grackle": 48,
|
| 266 |
+
"050.Eared_Grebe": 49,
|
| 267 |
+
"051.Horned_Grebe": 50,
|
| 268 |
+
"052.Pied_billed_Grebe": 51,
|
| 269 |
+
"053.Western_Grebe": 52,
|
| 270 |
+
"054.Blue_Grosbeak": 53,
|
| 271 |
+
"055.Evening_Grosbeak": 54,
|
| 272 |
+
"056.Pine_Grosbeak": 55,
|
| 273 |
+
"057.Rose_breasted_Grosbeak": 56,
|
| 274 |
+
"058.Pigeon_Guillemot": 57,
|
| 275 |
+
"059.California_Gull": 58,
|
| 276 |
+
"060.Glaucous_winged_Gull": 59,
|
| 277 |
+
"061.Heermann_Gull": 60,
|
| 278 |
+
"062.Herring_Gull": 61,
|
| 279 |
+
"063.Ivory_Gull": 62,
|
| 280 |
+
"064.Ring_billed_Gull": 63,
|
| 281 |
+
"065.Slaty_backed_Gull": 64,
|
| 282 |
+
"066.Western_Gull": 65,
|
| 283 |
+
"067.Anna_Hummingbird": 66,
|
| 284 |
+
"068.Ruby_throated_Hummingbird": 67,
|
| 285 |
+
"069.Rufous_Hummingbird": 68,
|
| 286 |
+
"070.Green_Violetear": 69,
|
| 287 |
+
"071.Long_tailed_Jaeger": 70,
|
| 288 |
+
"072.Pomarine_Jaeger": 71,
|
| 289 |
+
"073.Blue_Jay": 72,
|
| 290 |
+
"074.Florida_Jay": 73,
|
| 291 |
+
"075.Green_Jay": 74,
|
| 292 |
+
"076.Dark_eyed_Junco": 75,
|
| 293 |
+
"077.Tropical_Kingbird": 76,
|
| 294 |
+
"078.Gray_Kingbird": 77,
|
| 295 |
+
"079.Belted_Kingfisher": 78,
|
| 296 |
+
"080.Green_Kingfisher": 79,
|
| 297 |
+
"081.Pied_Kingfisher": 80,
|
| 298 |
+
"082.Ringed_Kingfisher": 81,
|
| 299 |
+
"083.White_breasted_Kingfisher": 82,
|
| 300 |
+
"084.Red_legged_Kittiwake": 83,
|
| 301 |
+
"085.Horned_Lark": 84,
|
| 302 |
+
"086.Pacific_Loon": 85,
|
| 303 |
+
"087.Mallard": 86,
|
| 304 |
+
"088.Western_Meadowlark": 87,
|
| 305 |
+
"089.Hooded_Merganser": 88,
|
| 306 |
+
"090.Red_breasted_Merganser": 89,
|
| 307 |
+
"091.Mockingbird": 90,
|
| 308 |
+
"092.Nighthawk": 91,
|
| 309 |
+
"093.Clark_Nutcracker": 92,
|
| 310 |
+
"094.White_breasted_Nuthatch": 93,
|
| 311 |
+
"095.Baltimore_Oriole": 94,
|
| 312 |
+
"096.Hooded_Oriole": 95,
|
| 313 |
+
"097.Orchard_Oriole": 96,
|
| 314 |
+
"098.Scott_Oriole": 97,
|
| 315 |
+
"099.Ovenbird": 98,
|
| 316 |
+
"100.Brown_Pelican": 99,
|
| 317 |
+
"101.White_Pelican": 100,
|
| 318 |
+
"102.Western_Wood_Pewee": 101,
|
| 319 |
+
"103.Sayornis": 102,
|
| 320 |
+
"104.American_Pipit": 103,
|
| 321 |
+
"105.Whip_poor_Will": 104,
|
| 322 |
+
"106.Horned_Puffin": 105,
|
| 323 |
+
"107.Common_Raven": 106,
|
| 324 |
+
"108.White_necked_Raven": 107,
|
| 325 |
+
"109.American_Redstart": 108,
|
| 326 |
+
"110.Geococcyx": 109,
|
| 327 |
+
"111.Loggerhead_Shrike": 110,
|
| 328 |
+
"112.Great_Grey_Shrike": 111,
|
| 329 |
+
"113.Baird_Sparrow": 112,
|
| 330 |
+
"114.Black_throated_Sparrow": 113,
|
| 331 |
+
"115.Brewer_Sparrow": 114,
|
| 332 |
+
"116.Chipping_Sparrow": 115,
|
| 333 |
+
"117.Clay_colored_Sparrow": 116,
|
| 334 |
+
"118.House_Sparrow": 117,
|
| 335 |
+
"119.Field_Sparrow": 118,
|
| 336 |
+
"120.Fox_Sparrow": 119,
|
| 337 |
+
"121.Grasshopper_Sparrow": 120,
|
| 338 |
+
"122.Harris_Sparrow": 121,
|
| 339 |
+
"123.Henslow_Sparrow": 122,
|
| 340 |
+
"124.Le_Conte_Sparrow": 123,
|
| 341 |
+
"125.Lincoln_Sparrow": 124,
|
| 342 |
+
"126.Nelson_Sharp_tailed_Sparrow": 125,
|
| 343 |
+
"127.Savannah_Sparrow": 126,
|
| 344 |
+
"128.Seaside_Sparrow": 127,
|
| 345 |
+
"129.Song_Sparrow": 128,
|
| 346 |
+
"130.Tree_Sparrow": 129,
|
| 347 |
+
"131.Vesper_Sparrow": 130,
|
| 348 |
+
"132.White_crowned_Sparrow": 131,
|
| 349 |
+
"133.White_throated_Sparrow": 132,
|
| 350 |
+
"134.Cape_Glossy_Starling": 133,
|
| 351 |
+
"135.Bank_Swallow": 134,
|
| 352 |
+
"136.Barn_Swallow": 135,
|
| 353 |
+
"137.Cliff_Swallow": 136,
|
| 354 |
+
"138.Tree_Swallow": 137,
|
| 355 |
+
"139.Scarlet_Tanager": 138,
|
| 356 |
+
"140.Summer_Tanager": 139,
|
| 357 |
+
"141.Artic_Tern": 140,
|
| 358 |
+
"142.Black_Tern": 141,
|
| 359 |
+
"143.Caspian_Tern": 142,
|
| 360 |
+
"144.Common_Tern": 143,
|
| 361 |
+
"145.Elegant_Tern": 144,
|
| 362 |
+
"146.Forsters_Tern": 145,
|
| 363 |
+
"147.Least_Tern": 146,
|
| 364 |
+
"148.Green_tailed_Towhee": 147,
|
| 365 |
+
"149.Brown_Thrasher": 148,
|
| 366 |
+
"150.Sage_Thrasher": 149,
|
| 367 |
+
"151.Black_capped_Vireo": 150,
|
| 368 |
+
"152.Blue_headed_Vireo": 151,
|
| 369 |
+
"153.Philadelphia_Vireo": 152,
|
| 370 |
+
"154.Red_eyed_Vireo": 153,
|
| 371 |
+
"155.Warbling_Vireo": 154,
|
| 372 |
+
"156.White_eyed_Vireo": 155,
|
| 373 |
+
"157.Yellow_throated_Vireo": 156,
|
| 374 |
+
"158.Bay_breasted_Warbler": 157,
|
| 375 |
+
"159.Black_and_white_Warbler": 158,
|
| 376 |
+
"160.Black_throated_Blue_Warbler": 159,
|
| 377 |
+
"161.Blue_winged_Warbler": 160,
|
| 378 |
+
"162.Canada_Warbler": 161,
|
| 379 |
+
"163.Cape_May_Warbler": 162,
|
| 380 |
+
"164.Cerulean_Warbler": 163,
|
| 381 |
+
"165.Chestnut_sided_Warbler": 164,
|
| 382 |
+
"166.Golden_winged_Warbler": 165,
|
| 383 |
+
"167.Hooded_Warbler": 166,
|
| 384 |
+
"168.Kentucky_Warbler": 167,
|
| 385 |
+
"169.Magnolia_Warbler": 168,
|
| 386 |
+
"170.Mourning_Warbler": 169,
|
| 387 |
+
"171.Myrtle_Warbler": 170,
|
| 388 |
+
"172.Nashville_Warbler": 171,
|
| 389 |
+
"173.Orange_crowned_Warbler": 172,
|
| 390 |
+
"174.Palm_Warbler": 173,
|
| 391 |
+
"175.Pine_Warbler": 174,
|
| 392 |
+
"176.Prairie_Warbler": 175,
|
| 393 |
+
"177.Prothonotary_Warbler": 176,
|
| 394 |
+
"178.Swainson_Warbler": 177,
|
| 395 |
+
"179.Tennessee_Warbler": 178,
|
| 396 |
+
"180.Wilson_Warbler": 179,
|
| 397 |
+
"181.Worm_eating_Warbler": 180,
|
| 398 |
+
"182.Yellow_Warbler": 181,
|
| 399 |
+
"183.Northern_Waterthrush": 182,
|
| 400 |
+
"184.Louisiana_Waterthrush": 183,
|
| 401 |
+
"185.Bohemian_Waxwing": 184,
|
| 402 |
+
"186.Cedar_Waxwing": 185,
|
| 403 |
+
"187.American_Three_toed_Woodpecker": 186,
|
| 404 |
+
"188.Pileated_Woodpecker": 187,
|
| 405 |
+
"189.Red_bellied_Woodpecker": 188,
|
| 406 |
+
"190.Red_cockaded_Woodpecker": 189,
|
| 407 |
+
"191.Red_headed_Woodpecker": 190,
|
| 408 |
+
"192.Downy_Woodpecker": 191,
|
| 409 |
+
"193.Bewick_Wren": 192,
|
| 410 |
+
"194.Cactus_Wren": 193,
|
| 411 |
+
"195.Carolina_Wren": 194,
|
| 412 |
+
"196.House_Wren": 195,
|
| 413 |
+
"197.Marsh_Wren": 196,
|
| 414 |
+
"198.Rock_Wren": 197,
|
| 415 |
+
"199.Winter_Wren": 198,
|
| 416 |
+
"200.Common_Yellowthroat": 199
|
| 417 |
+
},
|
| 418 |
+
"layer_norm_eps": 1e-12,
|
| 419 |
+
"model_type": "vit",
|
| 420 |
+
"num_attention_heads": 12,
|
| 421 |
+
"num_channels": 3,
|
| 422 |
+
"num_hidden_layers": 12,
|
| 423 |
+
"patch_size": 16,
|
| 424 |
+
"problem_type": "single_label_classification",
|
| 425 |
+
"qkv_bias": true,
|
| 426 |
+
"torch_dtype": "float32",
|
| 427 |
+
"transformers_version": "4.33.3"
|
| 428 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [
|
| 6 |
+
0.5,
|
| 7 |
+
0.5,
|
| 8 |
+
0.5
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"resample": 2,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 224,
|
| 20 |
+
"width": 224
|
| 21 |
+
}
|
| 22 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d13f58695578f83005a2af95b749ec34e9db21ffb9ad5f9dbced4621b10532e
|
| 3 |
+
size 343875434
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4054a98f7a29bff3d64b95d1fd586ecb89bff913f8d355a30e7fadd7d61bd3fb
|
| 3 |
+
size 4472
|