Kaspar commited on
Commit
c7722bf
1 Parent(s): 8c1dba1

Upload SiglipForImageClassification

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +346 -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,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/siglip-base-patch16-224",
3
+ "architectures": [
4
+ "SiglipForImageClassification"
5
+ ],
6
+ "id2label": {
7
+ "0": "specimen",
8
+ "1": "mobile telephone",
9
+ "2": "telephone",
10
+ "3": "cable",
11
+ "4": "telegraph",
12
+ "5": "hand printing block (trademark)",
13
+ "6": "printing block",
14
+ "7": "model",
15
+ "8": "model - representation",
16
+ "9": "radio receiver",
17
+ "10": "telegraph block instrument",
18
+ "11": "electric meter",
19
+ "12": "black-and-white print - photograph",
20
+ "13": "telephones",
21
+ "14": "sign",
22
+ "15": "lamp",
23
+ "16": "receiver",
24
+ "17": "microphone",
25
+ "18": "telegraph instrument",
26
+ "19": "radio transmitter",
27
+ "20": "hand printing block",
28
+ "21": "mimic board tile",
29
+ "22": "steam engine",
30
+ "23": "mobile generator",
31
+ "24": "steam turbine",
32
+ "25": "lathes",
33
+ "26": "telephone handset",
34
+ "27": "radio component",
35
+ "28": "triode valve",
36
+ "29": "block instrument",
37
+ "30": "ammeter",
38
+ "31": "incandescent electric lamp with carbon filament",
39
+ "32": "leather workers' tool",
40
+ "33": "transmitter",
41
+ "34": "photographs",
42
+ "35": "coherer",
43
+ "36": "incandescent electric lamp with tungsten filament",
44
+ "37": "voltmeter",
45
+ "38": "badge",
46
+ "39": "control desk",
47
+ "40": "amplifier",
48
+ "41": "sanitary appliances",
49
+ "42": "seal",
50
+ "43": "games",
51
+ "44": "terrestrial globe",
52
+ "45": "lamp check",
53
+ "46": "radar equipment",
54
+ "47": "fuse",
55
+ "48": "models",
56
+ "49": "hammer - tool",
57
+ "50": "teleprinter",
58
+ "51": "samples",
59
+ "52": "loudspeakers",
60
+ "53": "hand tools",
61
+ "54": "scientific equipment",
62
+ "55": "collection of metal foils and archives",
63
+ "56": "electric switch",
64
+ "57": "lathe - machine",
65
+ "58": "radio",
66
+ "59": "miner's oil safety lamp",
67
+ "60": "watch and clockmakers tools",
68
+ "61": "transceiver",
69
+ "62": "lamp - light bulb",
70
+ "63": "coil",
71
+ "64": "spinning machinery - attachment",
72
+ "65": "fabric samples",
73
+ "66": "thermometers",
74
+ "67": "explosive substitute",
75
+ "68": "tool",
76
+ "69": "incandescent lamps (lighting device components)",
77
+ "70": "furnaces",
78
+ "71": "mercury thermometer",
79
+ "72": "axe - tool",
80
+ "73": "touchstone",
81
+ "74": "vacuum cleaner",
82
+ "75": "scrapbook",
83
+ "76": "incandescent electric lamp",
84
+ "77": "chisels",
85
+ "78": "tube",
86
+ "79": "diagram",
87
+ "80": "oil lamp",
88
+ "81": "telephone exchange",
89
+ "82": "loudspeaker",
90
+ "83": "electric lamp - lighting device component",
91
+ "84": "galvanometer",
92
+ "85": "transformer",
93
+ "86": "carbon filament lamp",
94
+ "87": "circuit board",
95
+ "88": "water frame",
96
+ "89": "diesel internal combustion engine",
97
+ "90": "trade union badge",
98
+ "91": "valve",
99
+ "92": "saws",
100
+ "93": "crusies",
101
+ "94": "train staff",
102
+ "95": "tools & equipment",
103
+ "96": "specimens",
104
+ "97": "lampholder",
105
+ "98": "moulding plane",
106
+ "99": "seal and stamp",
107
+ "100": "box",
108
+ "101": "copper",
109
+ "102": "ropework",
110
+ "103": "headphones",
111
+ "104": "micrometer",
112
+ "105": "pick - tool",
113
+ "106": "cipher machine",
114
+ "107": "pay check",
115
+ "108": "battery",
116
+ "109": "scientific toy",
117
+ "110": "television receiver",
118
+ "111": "lunchboxes",
119
+ "112": "aerial",
120
+ "113": "gas mantle box",
121
+ "114": "electricity supply meter",
122
+ "115": "switchboard",
123
+ "116": "label",
124
+ "117": "audio cassette",
125
+ "118": "spanner",
126
+ "119": "component - object",
127
+ "120": "telegraph peripheral",
128
+ "121": "electric heater",
129
+ "122": "amplifiers",
130
+ "123": "trowels",
131
+ "124": "propeller",
132
+ "125": "blades",
133
+ "126": "box - container",
134
+ "127": "refrigerator",
135
+ "128": "filament lamp",
136
+ "129": "medal",
137
+ "130": "electric room heater",
138
+ "131": "spelling-telegraph instrument",
139
+ "132": "case - container",
140
+ "133": "scissors",
141
+ "134": "grinding wheels",
142
+ "135": "telephone component",
143
+ "136": "signalling instrument",
144
+ "137": "geiger-m\u00fcller tube",
145
+ "138": "hot air engine",
146
+ "139": "superstructure",
147
+ "140": "light bulb - lamp, incandescent: gas-filled",
148
+ "141": "signal relay box",
149
+ "142": "telephone cable",
150
+ "143": "solar cell",
151
+ "144": "dish",
152
+ "145": "cigarette card album",
153
+ "146": "radio - radio receiver, valve",
154
+ "147": "tools",
155
+ "148": "miner's electric lamp",
156
+ "149": "nuclear fuel",
157
+ "150": "slag",
158
+ "151": "portrait bust",
159
+ "152": "weights",
160
+ "153": "heat exchanger",
161
+ "154": "table telephone",
162
+ "155": "plug",
163
+ "156": "telephone; electric; phone",
164
+ "157": "gas meter",
165
+ "158": "direct current generator",
166
+ "159": "plane - tool",
167
+ "160": "sprinkler head",
168
+ "161": "electricity supply cable",
169
+ "162": "components",
170
+ "163": "telephone exchange accessory",
171
+ "164": "light fitting",
172
+ "165": "pump",
173
+ "166": "fabric sample",
174
+ "167": "tongs",
175
+ "168": "brick",
176
+ "169": "block",
177
+ "170": "plane",
178
+ "171": "gauge",
179
+ "172": "thermometer (mercury)",
180
+ "173": "nails",
181
+ "174": "component",
182
+ "175": "flask",
183
+ "176": "drill",
184
+ "177": "electric kettle",
185
+ "178": "chisel",
186
+ "179": "mobile phone accessory",
187
+ "180": "electric light switches",
188
+ "181": "hand tool",
189
+ "182": "collection of objects and archives",
190
+ "183": "meter",
191
+ "184": "ore",
192
+ "185": "plaque",
193
+ "186": "semi-conductor",
194
+ "187": "drawings",
195
+ "188": "solar panel",
196
+ "189": "cleaning product",
197
+ "190": "bobbin",
198
+ "191": "military passes",
199
+ "192": "sample",
200
+ "193": "section indicator",
201
+ "194": "gas detection equipment",
202
+ "195": "slide contact box",
203
+ "196": "shovel",
204
+ "197": "mobile telephone component",
205
+ "198": "model steam engine",
206
+ "199": "name plate",
207
+ "200": "safety lamps",
208
+ "201": "mounting block",
209
+ "202": "roller bearing",
210
+ "203": "light bulb",
211
+ "204": "lathe parts",
212
+ "205": "telephone overhead line tool",
213
+ "206": "cryptograph",
214
+ "207": "lamp holders",
215
+ "208": "staionary engine",
216
+ "209": "container",
217
+ "210": "thermometer",
218
+ "211": "circular dividing engine",
219
+ "212": "lathe bed",
220
+ "213": "quilt",
221
+ "214": "hydraulic packing",
222
+ "215": "cloth balance",
223
+ "216": "wattmeter",
224
+ "217": "radiometer",
225
+ "218": "telephone box",
226
+ "219": "packaging",
227
+ "220": "sewing machine",
228
+ "221": "staff",
229
+ "222": "statue",
230
+ "223": "signal post telephone",
231
+ "224": "part",
232
+ "225": "gas lamp shade",
233
+ "226": "lead fume",
234
+ "227": "telephony cable",
235
+ "228": "telephone cable terminal",
236
+ "229": "ball bearing",
237
+ "230": "wire",
238
+ "231": "junction box",
239
+ "232": "switch handle commutator",
240
+ "233": "electric cooker",
241
+ "234": "cup and saucer",
242
+ "235": "telephone exchange relay",
243
+ "236": "knife",
244
+ "237": "wire rope",
245
+ "238": "engines",
246
+ "239": "razors",
247
+ "240": "oil lamps",
248
+ "241": "battery charger",
249
+ "242": "shuttles (textile working equipment)",
250
+ "243": "hand drill",
251
+ "244": "keyboards (machine components)",
252
+ "245": "necktie",
253
+ "246": "cypher machines",
254
+ "247": "calorimeter",
255
+ "248": "electrophone table",
256
+ "249": "telephone tension gauges",
257
+ "250": "stencil",
258
+ "251": "ashtray",
259
+ "252": "shuttle",
260
+ "253": "makers plate",
261
+ "254": "stereograph",
262
+ "255": "waterwheels",
263
+ "256": "vessels",
264
+ "257": "lens",
265
+ "258": "leg irons",
266
+ "259": "fuel cell system",
267
+ "260": "model generator",
268
+ "261": "candlestick",
269
+ "262": "valve radio receiver",
270
+ "263": "electromedical instrument",
271
+ "264": "seals",
272
+ "265": "telephone exchange call meter",
273
+ "266": "galvanometers",
274
+ "267": "valve, model",
275
+ "268": "fuse wire holder",
276
+ "269": "tobacco",
277
+ "270": "steamboats",
278
+ "271": "toy",
279
+ "272": "coffee mill",
280
+ "273": "exploder key",
281
+ "274": "cover",
282
+ "275": "relay",
283
+ "276": "pebbles",
284
+ "277": "gas cooker",
285
+ "278": "intercom system",
286
+ "279": "eutectic alloy",
287
+ "280": "pit prop",
288
+ "281": "commemorative medal",
289
+ "282": "hairdryer",
290
+ "283": "air sampler",
291
+ "284": "prints",
292
+ "285": "rope sample",
293
+ "286": "brushes",
294
+ "287": "calendar",
295
+ "288": "automation mechanism",
296
+ "289": "handle",
297
+ "290": "plaster cast",
298
+ "291": "prototype - object genre",
299
+ "292": "horseshoes (animal equipment)",
300
+ "293": "adze",
301
+ "294": "incandescent lamp",
302
+ "295": "axe",
303
+ "296": "toy - recreational artefact",
304
+ "297": "track relay",
305
+ "298": "truncheon",
306
+ "299": "joiner's tools",
307
+ "300": "journal - periodical",
308
+ "301": "spinning wheel",
309
+ "302": "accelerator",
310
+ "303": "coal",
311
+ "304": "cigarette card",
312
+ "305": "cathode ray tube",
313
+ "306": "vinyl recording",
314
+ "307": "control unit part",
315
+ "308": "plate",
316
+ "309": "lampshade",
317
+ "310": "bottle",
318
+ "311": "depthing tool",
319
+ "312": "cop tubing apparatus",
320
+ "313": "case",
321
+ "314": "skewer",
322
+ "315": "roller",
323
+ "316": "joint",
324
+ "317": "pump - machinery",
325
+ "318": "drill bits",
326
+ "319": "wire drawing die",
327
+ "320": "rf modulator",
328
+ "321": "mask",
329
+ "322": "cutting tool",
330
+ "323": "keyboard",
331
+ "324": "wheelwright's tool - spanner",
332
+ "325": "hand printing block (pattern)",
333
+ "326": "pocket watch"
334
+ },
335
+ "initializer_factor": 1.0,
336
+ "model_type": "siglip",
337
+ "problem_type": "single_label_classification",
338
+ "text_config": {
339
+ "model_type": "siglip_text_model"
340
+ },
341
+ "torch_dtype": "float32",
342
+ "transformers_version": "4.45.0.dev0",
343
+ "vision_config": {
344
+ "model_type": "siglip_vision_model"
345
+ }
346
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfb80e3571ab7da96460d0fd0222ded9e5936315e82a903fcdb80b249ad97101
3
+ size 372567708