IlyasMoutawwakil HF staff commited on
Commit
5f0de38
·
verified ·
1 Parent(s): 2057eff

Upload ViTForImageClassification

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +2026 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,2026 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vit_with_attentions",
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": "tench, Tinca tinca",
13
+ "1": "goldfish, Carassius auratus",
14
+ "2": "great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias",
15
+ "3": "tiger shark, Galeocerdo cuvieri",
16
+ "4": "hammerhead, hammerhead shark",
17
+ "5": "electric ray, crampfish, numbfish, torpedo",
18
+ "6": "stingray",
19
+ "7": "cock",
20
+ "8": "hen",
21
+ "9": "ostrich, Struthio camelus",
22
+ "10": "brambling, Fringilla montifringilla",
23
+ "11": "goldfinch, Carduelis carduelis",
24
+ "12": "house finch, linnet, Carpodacus mexicanus",
25
+ "13": "junco, snowbird",
26
+ "14": "indigo bunting, indigo finch, indigo bird, Passerina cyanea",
27
+ "15": "robin, American robin, Turdus migratorius",
28
+ "16": "bulbul",
29
+ "17": "jay",
30
+ "18": "magpie",
31
+ "19": "chickadee",
32
+ "20": "water ouzel, dipper",
33
+ "21": "kite",
34
+ "22": "bald eagle, American eagle, Haliaeetus leucocephalus",
35
+ "23": "vulture",
36
+ "24": "great grey owl, great gray owl, Strix nebulosa",
37
+ "25": "European fire salamander, Salamandra salamandra",
38
+ "26": "common newt, Triturus vulgaris",
39
+ "27": "eft",
40
+ "28": "spotted salamander, Ambystoma maculatum",
41
+ "29": "axolotl, mud puppy, Ambystoma mexicanum",
42
+ "30": "bullfrog, Rana catesbeiana",
43
+ "31": "tree frog, tree-frog",
44
+ "32": "tailed frog, bell toad, ribbed toad, tailed toad, Ascaphus trui",
45
+ "33": "loggerhead, loggerhead turtle, Caretta caretta",
46
+ "34": "leatherback turtle, leatherback, leathery turtle, Dermochelys coriacea",
47
+ "35": "mud turtle",
48
+ "36": "terrapin",
49
+ "37": "box turtle, box tortoise",
50
+ "38": "banded gecko",
51
+ "39": "common iguana, iguana, Iguana iguana",
52
+ "40": "American chameleon, anole, Anolis carolinensis",
53
+ "41": "whiptail, whiptail lizard",
54
+ "42": "agama",
55
+ "43": "frilled lizard, Chlamydosaurus kingi",
56
+ "44": "alligator lizard",
57
+ "45": "Gila monster, Heloderma suspectum",
58
+ "46": "green lizard, Lacerta viridis",
59
+ "47": "African chameleon, Chamaeleo chamaeleon",
60
+ "48": "Komodo dragon, Komodo lizard, dragon lizard, giant lizard, Varanus komodoensis",
61
+ "49": "African crocodile, Nile crocodile, Crocodylus niloticus",
62
+ "50": "American alligator, Alligator mississipiensis",
63
+ "51": "triceratops",
64
+ "52": "thunder snake, worm snake, Carphophis amoenus",
65
+ "53": "ringneck snake, ring-necked snake, ring snake",
66
+ "54": "hognose snake, puff adder, sand viper",
67
+ "55": "green snake, grass snake",
68
+ "56": "king snake, kingsnake",
69
+ "57": "garter snake, grass snake",
70
+ "58": "water snake",
71
+ "59": "vine snake",
72
+ "60": "night snake, Hypsiglena torquata",
73
+ "61": "boa constrictor, Constrictor constrictor",
74
+ "62": "rock python, rock snake, Python sebae",
75
+ "63": "Indian cobra, Naja naja",
76
+ "64": "green mamba",
77
+ "65": "sea snake",
78
+ "66": "horned viper, cerastes, sand viper, horned asp, Cerastes cornutus",
79
+ "67": "diamondback, diamondback rattlesnake, Crotalus adamanteus",
80
+ "68": "sidewinder, horned rattlesnake, Crotalus cerastes",
81
+ "69": "trilobite",
82
+ "70": "harvestman, daddy longlegs, Phalangium opilio",
83
+ "71": "scorpion",
84
+ "72": "black and gold garden spider, Argiope aurantia",
85
+ "73": "barn spider, Araneus cavaticus",
86
+ "74": "garden spider, Aranea diademata",
87
+ "75": "black widow, Latrodectus mactans",
88
+ "76": "tarantula",
89
+ "77": "wolf spider, hunting spider",
90
+ "78": "tick",
91
+ "79": "centipede",
92
+ "80": "black grouse",
93
+ "81": "ptarmigan",
94
+ "82": "ruffed grouse, partridge, Bonasa umbellus",
95
+ "83": "prairie chicken, prairie grouse, prairie fowl",
96
+ "84": "peacock",
97
+ "85": "quail",
98
+ "86": "partridge",
99
+ "87": "African grey, African gray, Psittacus erithacus",
100
+ "88": "macaw",
101
+ "89": "sulphur-crested cockatoo, Kakatoe galerita, Cacatua galerita",
102
+ "90": "lorikeet",
103
+ "91": "coucal",
104
+ "92": "bee eater",
105
+ "93": "hornbill",
106
+ "94": "hummingbird",
107
+ "95": "jacamar",
108
+ "96": "toucan",
109
+ "97": "drake",
110
+ "98": "red-breasted merganser, Mergus serrator",
111
+ "99": "goose",
112
+ "100": "black swan, Cygnus atratus",
113
+ "101": "tusker",
114
+ "102": "echidna, spiny anteater, anteater",
115
+ "103": "platypus, duckbill, duckbilled platypus, duck-billed platypus, Ornithorhynchus anatinus",
116
+ "104": "wallaby, brush kangaroo",
117
+ "105": "koala, koala bear, kangaroo bear, native bear, Phascolarctos cinereus",
118
+ "106": "wombat",
119
+ "107": "jellyfish",
120
+ "108": "sea anemone, anemone",
121
+ "109": "brain coral",
122
+ "110": "flatworm, platyhelminth",
123
+ "111": "nematode, nematode worm, roundworm",
124
+ "112": "conch",
125
+ "113": "snail",
126
+ "114": "slug",
127
+ "115": "sea slug, nudibranch",
128
+ "116": "chiton, coat-of-mail shell, sea cradle, polyplacophore",
129
+ "117": "chambered nautilus, pearly nautilus, nautilus",
130
+ "118": "Dungeness crab, Cancer magister",
131
+ "119": "rock crab, Cancer irroratus",
132
+ "120": "fiddler crab",
133
+ "121": "king crab, Alaska crab, Alaskan king crab, Alaska king crab, Paralithodes camtschatica",
134
+ "122": "American lobster, Northern lobster, Maine lobster, Homarus americanus",
135
+ "123": "spiny lobster, langouste, rock lobster, crawfish, crayfish, sea crawfish",
136
+ "124": "crayfish, crawfish, crawdad, crawdaddy",
137
+ "125": "hermit crab",
138
+ "126": "isopod",
139
+ "127": "white stork, Ciconia ciconia",
140
+ "128": "black stork, Ciconia nigra",
141
+ "129": "spoonbill",
142
+ "130": "flamingo",
143
+ "131": "little blue heron, Egretta caerulea",
144
+ "132": "American egret, great white heron, Egretta albus",
145
+ "133": "bittern",
146
+ "134": "crane",
147
+ "135": "limpkin, Aramus pictus",
148
+ "136": "European gallinule, Porphyrio porphyrio",
149
+ "137": "American coot, marsh hen, mud hen, water hen, Fulica americana",
150
+ "138": "bustard",
151
+ "139": "ruddy turnstone, Arenaria interpres",
152
+ "140": "red-backed sandpiper, dunlin, Erolia alpina",
153
+ "141": "redshank, Tringa totanus",
154
+ "142": "dowitcher",
155
+ "143": "oystercatcher, oyster catcher",
156
+ "144": "pelican",
157
+ "145": "king penguin, Aptenodytes patagonica",
158
+ "146": "albatross, mollymawk",
159
+ "147": "grey whale, gray whale, devilfish, Eschrichtius gibbosus, Eschrichtius robustus",
160
+ "148": "killer whale, killer, orca, grampus, sea wolf, Orcinus orca",
161
+ "149": "dugong, Dugong dugon",
162
+ "150": "sea lion",
163
+ "151": "Chihuahua",
164
+ "152": "Japanese spaniel",
165
+ "153": "Maltese dog, Maltese terrier, Maltese",
166
+ "154": "Pekinese, Pekingese, Peke",
167
+ "155": "Shih-Tzu",
168
+ "156": "Blenheim spaniel",
169
+ "157": "papillon",
170
+ "158": "toy terrier",
171
+ "159": "Rhodesian ridgeback",
172
+ "160": "Afghan hound, Afghan",
173
+ "161": "basset, basset hound",
174
+ "162": "beagle",
175
+ "163": "bloodhound, sleuthhound",
176
+ "164": "bluetick",
177
+ "165": "black-and-tan coonhound",
178
+ "166": "Walker hound, Walker foxhound",
179
+ "167": "English foxhound",
180
+ "168": "redbone",
181
+ "169": "borzoi, Russian wolfhound",
182
+ "170": "Irish wolfhound",
183
+ "171": "Italian greyhound",
184
+ "172": "whippet",
185
+ "173": "Ibizan hound, Ibizan Podenco",
186
+ "174": "Norwegian elkhound, elkhound",
187
+ "175": "otterhound, otter hound",
188
+ "176": "Saluki, gazelle hound",