anonauthors commited on
Commit
5d156e8
1 Parent(s): d4c3d73

Upload ViTForImageClassification

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +227 -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,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "707-320",
13
+ "1": "727-200",
14
+ "2": "737-200",
15
+ "3": "737-300",
16
+ "4": "737-400",
17
+ "5": "737-500",
18
+ "6": "737-600",
19
+ "7": "737-700",
20
+ "8": "737-800",
21
+ "9": "737-900",
22
+ "10": "747-100",
23
+ "11": "747-200",
24
+ "12": "747-300",
25
+ "13": "747-400",
26
+ "14": "757-200",
27
+ "15": "757-300",
28
+ "16": "767-200",
29
+ "17": "767-300",
30
+ "18": "767-400",
31
+ "19": "777-200",
32
+ "20": "777-300",
33
+ "21": "A300B4",
34
+ "22": "A310",
35
+ "23": "A318",
36
+ "24": "A319",
37
+ "25": "A320",
38
+ "26": "A321",
39
+ "27": "A330-200",
40
+ "28": "A330-300",
41
+ "29": "A340-200",
42
+ "30": "A340-300",
43
+ "31": "A340-500",
44
+ "32": "A340-600",
45
+ "33": "A380",
46
+ "34": "ATR-42",
47
+ "35": "ATR-72",
48
+ "36": "An-12",
49
+ "37": "BAE 146-200",
50
+ "38": "BAE 146-300",
51
+ "39": "BAE-125",
52
+ "40": "Beechcraft 1900",
53
+ "41": "Boeing 717",
54
+ "42": "C-130",
55
+ "43": "C-47",
56
+ "44": "CRJ-200",
57
+ "45": "CRJ-700",
58
+ "46": "CRJ-900",
59
+ "47": "Cessna 172",
60
+ "48": "Cessna 208",
61
+ "49": "Cessna 525",
62
+ "50": "Cessna 560",
63
+ "51": "Challenger 600",
64
+ "52": "DC-10",
65
+ "53": "DC-3",
66
+ "54": "DC-6",
67
+ "55": "DC-8",
68
+ "56": "DC-9-30",
69
+ "57": "DH-82",
70
+ "58": "DHC-1",
71
+ "59": "DHC-6",
72
+ "60": "DHC-8-100",
73
+ "61": "DHC-8-300",
74
+ "62": "DR-400",
75
+ "63": "Dornier 328",
76
+ "64": "E-170",
77
+ "65": "E-190",
78
+ "66": "E-195",
79
+ "67": "EMB-120",
80
+ "68": "ERJ 135",
81
+ "69": "ERJ 145",
82
+ "70": "Embraer Legacy 600",
83
+ "71": "Eurofighter Typhoon",
84
+ "72": "F-16A/B",
85
+ "73": "F/A-18",
86
+ "74": "Falcon 2000",
87
+ "75": "Falcon 900",
88
+ "76": "Fokker 100",
89
+ "77": "Fokker 50",
90
+ "78": "Fokker 70",
91
+ "79": "Global Express",
92
+ "80": "Gulfstream IV",
93
+ "81": "Gulfstream V",
94
+ "82": "Hawk T1",
95
+ "83": "Il-76",
96
+ "84": "L-1011",
97
+ "85": "MD-11",
98
+ "86": "MD-80",
99
+ "87": "MD-87",
100
+ "88": "MD-90",
101
+ "89": "Metroliner",
102
+ "90": "Model B200",
103
+ "91": "PA-28",
104
+ "92": "SR-20",
105
+ "93": "Saab 2000",
106
+ "94": "Saab 340",
107
+ "95": "Spitfire",
108
+ "96": "Tornado",
109
+ "97": "Tu-134",
110
+ "98": "Tu-154",
111
+ "99": "Yak-42"
112
+ },
113
+ "image_size": 224,
114
+ "initializer_range": 0.02,
115
+ "intermediate_size": 3072,
116
+ "label2id": {
117
+ "707-320": 0,
118
+ "727-200": 1,
119
+ "737-200": 2,
120
+ "737-300": 3,
121
+ "737-400": 4,
122
+ "737-500": 5,
123
+ "737-600": 6,
124
+ "737-700": 7,
125
+ "737-800": 8,
126
+ "737-900": 9,
127
+ "747-100": 10,
128
+ "747-200": 11,
129
+ "747-300": 12,
130
+ "747-400": 13,
131
+ "757-200": 14,
132
+ "757-300": 15,
133
+ "767-200": 16,
134
+ "767-300": 17,
135
+ "767-400": 18,
136
+ "777-200": 19,
137
+ "777-300": 20,
138
+ "A300B4": 21,
139
+ "A310": 22,
140
+ "A318": 23,
141
+ "A319": 24,
142
+ "A320": 25,
143
+ "A321": 26,
144
+ "A330-200": 27,
145
+ "A330-300": 28,
146
+ "A340-200": 29,
147
+ "A340-300": 30,
148
+ "A340-500": 31,
149
+ "A340-600": 32,
150
+ "A380": 33,
151
+ "ATR-42": 34,
152
+ "ATR-72": 35,
153
+ "An-12": 36,
154
+ "BAE 146-200": 37,
155
+ "BAE 146-300": 38,
156
+ "BAE-125": 39,
157
+ "Beechcraft 1900": 40,
158
+ "Boeing 717": 41,
159
+ "C-130": 42,
160
+ "C-47": 43,
161
+ "CRJ-200": 44,
162
+ "CRJ-700": 45,
163
+ "CRJ-900": 46,
164
+ "Cessna 172": 47,
165
+ "Cessna 208": 48,
166
+ "Cessna 525": 49,
167
+ "Cessna 560": 50,
168
+ "Challenger 600": 51,
169
+ "DC-10": 52,
170
+ "DC-3": 53,
171
+ "DC-6": 54,
172
+ "DC-8": 55,
173
+ "DC-9-30": 56,
174
+ "DH-82": 57,
175
+ "DHC-1": 58,
176
+ "DHC-6": 59,
177
+ "DHC-8-100": 60,
178
+ "DHC-8-300": 61,
179
+ "DR-400": 62,
180
+ "Dornier 328": 63,
181
+ "E-170": 64,
182
+ "E-190": 65,
183
+ "E-195": 66,
184
+ "EMB-120": 67,
185
+ "ERJ 135": 68,
186
+ "ERJ 145": 69,
187
+ "Embraer Legacy 600": 70,
188
+ "Eurofighter Typhoon": 71,
189
+ "F-16A/B": 72,
190
+ "F/A-18": 73,
191
+ "Falcon 2000": 74,
192
+ "Falcon 900": 75,
193
+ "Fokker 100": 76,
194
+ "Fokker 50": 77,
195
+ "Fokker 70": 78,
196
+ "Global Express": 79,
197
+ "Gulfstream IV": 80,
198
+ "Gulfstream V": 81,
199
+ "Hawk T1": 82,
200
+ "Il-76": 83,
201
+ "L-1011": 84,
202
+ "MD-11": 85,
203
+ "MD-80": 86,
204
+ "MD-87": 87,
205
+ "MD-90": 88,
206
+ "Metroliner": 89,
207
+ "Model B200": 90,
208
+ "PA-28": 91,
209
+ "SR-20": 92,
210
+ "Saab 2000": 93,
211
+ "Saab 340": 94,
212
+ "Spitfire": 95,
213
+ "Tornado": 96,
214
+ "Tu-134": 97,
215
+ "Tu-154": 98,
216
+ "Yak-42": 99
217
+ },
218
+ "layer_norm_eps": 1e-12,
219
+ "model_type": "vit",
220
+ "num_attention_heads": 12,
221
+ "num_channels": 3,
222
+ "num_hidden_layers": 12,
223
+ "patch_size": 16,
224
+ "qkv_bias": true,
225
+ "torch_dtype": "float32",
226
+ "transformers_version": "4.38.2"
227
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a120d98a5822e88a61397a8cce9c1d63a0ad948777ff91243771e6c0fbe9f1
3
+ size 343525432