anonauthors
commited on
Commit
•
fb22746
1
Parent(s):
6117e51
Upload ConvNextForImageClassification
Browse files- README.md +199 -0
- config.json +249 -0
- 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,249 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-base-224-22k-1k",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
27,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
128,
|
16 |
+
256,
|
17 |
+
512,
|
18 |
+
1024
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "apple_pie",
|
22 |
+
"1": "baby_back_ribs",
|
23 |
+
"2": "baklava",
|
24 |
+
"3": "beef_carpaccio",
|
25 |
+
"4": "beef_tartare",
|
26 |
+
"5": "beet_salad",
|
27 |
+
"6": "beignets",
|
28 |
+
"7": "bibimbap",
|
29 |
+
"8": "bread_pudding",
|
30 |
+
"9": "breakfast_burrito",
|
31 |
+
"10": "bruschetta",
|
32 |
+
"11": "caesar_salad",
|
33 |
+
"12": "cannoli",
|
34 |
+
"13": "caprese_salad",
|
35 |
+
"14": "carrot_cake",
|
36 |
+
"15": "ceviche",
|
37 |
+
"16": "cheese_plate",
|
38 |
+
"17": "cheesecake",
|
39 |
+
"18": "chicken_curry",
|
40 |
+
"19": "chicken_quesadilla",
|
41 |
+
"20": "chicken_wings",
|
42 |
+
"21": "chocolate_cake",
|
43 |
+
"22": "chocolate_mousse",
|
44 |
+
"23": "churros",
|
45 |
+
"24": "clam_chowder",
|
46 |
+
"25": "club_sandwich",
|
47 |
+
"26": "crab_cakes",
|
48 |
+
"27": "creme_brulee",
|
49 |
+
"28": "croque_madame",
|
50 |
+
"29": "cup_cakes",
|
51 |
+
"30": "deviled_eggs",
|
52 |
+
"31": "donuts",
|
53 |
+
"32": "dumplings",
|
54 |
+
"33": "edamame",
|
55 |
+
"34": "eggs_benedict",
|
56 |
+
"35": "escargots",
|
57 |
+
"36": "falafel",
|
58 |
+
"37": "filet_mignon",
|
59 |
+
"38": "fish_and_chips",
|
60 |
+
"39": "foie_gras",
|
61 |
+
"40": "french_fries",
|
62 |
+
"41": "french_onion_soup",
|
63 |
+
"42": "french_toast",
|
64 |
+
"43": "fried_calamari",
|
65 |
+
"44": "fried_rice",
|
66 |
+
"45": "frozen_yogurt",
|
67 |
+
"46": "garlic_bread",
|
68 |
+
"47": "gnocchi",
|
69 |
+
"48": "greek_salad",
|
70 |
+
"49": "grilled_cheese_sandwich",
|
71 |
+
"50": "grilled_salmon",
|
72 |
+
"51": "guacamole",
|
73 |
+
"52": "gyoza",
|
74 |
+
"53": "hamburger",
|
75 |
+
"54": "hot_and_sour_soup",
|
76 |
+
"55": "hot_dog",
|
77 |
+
"56": "huevos_rancheros",
|
78 |
+
"57": "hummus",
|
79 |
+
"58": "ice_cream",
|
80 |
+
"59": "lasagna",
|
81 |
+
"60": "lobster_bisque",
|
82 |
+
"61": "lobster_roll_sandwich",
|
83 |
+
"62": "macaroni_and_cheese",
|
84 |
+
"63": "macarons",
|
85 |
+
"64": "miso_soup",
|
86 |
+
"65": "mussels",
|
87 |
+
"66": "nachos",
|
88 |
+
"67": "omelette",
|
89 |
+
"68": "onion_rings",
|
90 |
+
"69": "oysters",
|
91 |
+
"70": "pad_thai",
|
92 |
+
"71": "paella",
|
93 |
+
"72": "pancakes",
|
94 |
+
"73": "panna_cotta",
|
95 |
+
"74": "peking_duck",
|
96 |
+
"75": "pho",
|
97 |
+
"76": "pizza",
|
98 |
+
"77": "pork_chop",
|
99 |
+
"78": "poutine",
|
100 |
+
"79": "prime_rib",
|
101 |
+
"80": "pulled_pork_sandwich",
|
102 |
+
"81": "ramen",
|
103 |
+
"82": "ravioli",
|
104 |
+
"83": "red_velvet_cake",
|
105 |
+
"84": "risotto",
|
106 |
+
"85": "samosa",
|
107 |
+
"86": "sashimi",
|
108 |
+
"87": "scallops",
|
109 |
+
"88": "seaweed_salad",
|
110 |
+
"89": "shrimp_and_grits",
|
111 |
+
"90": "spaghetti_bolognese",
|
112 |
+
"91": "spaghetti_carbonara",
|
113 |
+
"92": "spring_rolls",
|
114 |
+
"93": "steak",
|
115 |
+
"94": "strawberry_shortcake",
|
116 |
+
"95": "sushi",
|
117 |
+
"96": "tacos",
|
118 |
+
"97": "takoyaki",
|
119 |
+
"98": "tiramisu",
|
120 |
+
"99": "tuna_tartare",
|
121 |
+
"100": "waffles"
|
122 |
+
},
|
123 |
+
"image_size": 224,
|
124 |
+
"initializer_range": 0.02,
|
125 |
+
"label2id": {
|
126 |
+
"apple_pie": 0,
|
127 |
+
"baby_back_ribs": 1,
|
128 |
+
"baklava": 2,
|
129 |
+
"beef_carpaccio": 3,
|
130 |
+
"beef_tartare": 4,
|
131 |
+
"beet_salad": 5,
|
132 |
+
"beignets": 6,
|
133 |
+
"bibimbap": 7,
|
134 |
+
"bread_pudding": 8,
|
135 |
+
"breakfast_burrito": 9,
|
136 |
+
"bruschetta": 10,
|
137 |
+
"caesar_salad": 11,
|
138 |
+
"cannoli": 12,
|
139 |
+
"caprese_salad": 13,
|
140 |
+
"carrot_cake": 14,
|
141 |
+
"ceviche": 15,
|
142 |
+
"cheese_plate": 16,
|
143 |
+
"cheesecake": 17,
|
144 |
+
"chicken_curry": 18,
|
145 |
+
"chicken_quesadilla": 19,
|
146 |
+
"chicken_wings": 20,
|
147 |
+
"chocolate_cake": 21,
|
148 |
+
"chocolate_mousse": 22,
|
149 |
+
"churros": 23,
|
150 |
+
"clam_chowder": 24,
|
151 |
+
"club_sandwich": 25,
|
152 |
+
"crab_cakes": 26,
|
153 |
+
"creme_brulee": 27,
|
154 |
+
"croque_madame": 28,
|
155 |
+
"cup_cakes": 29,
|
156 |
+
"deviled_eggs": 30,
|
157 |
+
"donuts": 31,
|
158 |
+
"dumplings": 32,
|
159 |
+
"edamame": 33,
|
160 |
+
"eggs_benedict": 34,
|
161 |
+
"escargots": 35,
|
162 |
+
"falafel": 36,
|
163 |
+
"filet_mignon": 37,
|
164 |
+
"fish_and_chips": 38,
|
165 |
+
"foie_gras": 39,
|
166 |
+
"french_fries": 40,
|
167 |
+
"french_onion_soup": 41,
|
168 |
+
"french_toast": 42,
|
169 |
+
"fried_calamari": 43,
|
170 |
+
"fried_rice": 44,
|
171 |
+
"frozen_yogurt": 45,
|
172 |
+
"garlic_bread": 46,
|
173 |
+
"gnocchi": 47,
|
174 |
+
"greek_salad": 48,
|
175 |
+
"grilled_cheese_sandwich": 49,
|
176 |
+
"grilled_salmon": 50,
|
177 |
+
"guacamole": 51,
|
178 |
+
"gyoza": 52,
|
179 |
+
"hamburger": 53,
|
180 |
+
"hot_and_sour_soup": 54,
|
181 |
+
"hot_dog": 55,
|
182 |
+
"huevos_rancheros": 56,
|
183 |
+
"hummus": 57,
|
184 |
+
"ice_cream": 58,
|
185 |
+
"lasagna": 59,
|
186 |
+
"lobster_bisque": 60,
|
187 |
+
"lobster_roll_sandwich": 61,
|
188 |
+
"macaroni_and_cheese": 62,
|
189 |
+
"macarons": 63,
|
190 |
+
"miso_soup": 64,
|
191 |
+
"mussels": 65,
|
192 |
+
"nachos": 66,
|
193 |
+
"omelette": 67,
|
194 |
+
"onion_rings": 68,
|
195 |
+
"oysters": 69,
|
196 |
+
"pad_thai": 70,
|
197 |
+
"paella": 71,
|
198 |
+
"pancakes": 72,
|
199 |
+
"panna_cotta": 73,
|
200 |
+
"peking_duck": 74,
|
201 |
+
"pho": 75,
|
202 |
+
"pizza": 76,
|
203 |
+
"pork_chop": 77,
|
204 |
+
"poutine": 78,
|
205 |
+
"prime_rib": 79,
|
206 |
+
"pulled_pork_sandwich": 80,
|
207 |
+
"ramen": 81,
|
208 |
+
"ravioli": 82,
|
209 |
+
"red_velvet_cake": 83,
|
210 |
+
"risotto": 84,
|
211 |
+
"samosa": 85,
|
212 |
+
"sashimi": 86,
|
213 |
+
"scallops": 87,
|
214 |
+
"seaweed_salad": 88,
|
215 |
+
"shrimp_and_grits": 89,
|
216 |
+
"spaghetti_bolognese": 90,
|
217 |
+
"spaghetti_carbonara": 91,
|
218 |
+
"spring_rolls": 92,
|
219 |
+
"steak": 93,
|
220 |
+
"strawberry_shortcake": 94,
|
221 |
+
"sushi": 95,
|
222 |
+
"tacos": 96,
|
223 |
+
"takoyaki": 97,
|
224 |
+
"tiramisu": 98,
|
225 |
+
"tuna_tartare": 99,
|
226 |
+
"waffles": 100
|
227 |
+
},
|
228 |
+
"layer_norm_eps": 1e-12,
|
229 |
+
"layer_scale_init_value": 1e-06,
|
230 |
+
"model_type": "convnext",
|
231 |
+
"num_channels": 3,
|
232 |
+
"num_stages": 4,
|
233 |
+
"out_features": [
|
234 |
+
"stage4"
|
235 |
+
],
|
236 |
+
"out_indices": [
|
237 |
+
4
|
238 |
+
],
|
239 |
+
"patch_size": 4,
|
240 |
+
"stage_names": [
|
241 |
+
"stem",
|
242 |
+
"stage1",
|
243 |
+
"stage2",
|
244 |
+
"stage3",
|
245 |
+
"stage4"
|
246 |
+
],
|
247 |
+
"torch_dtype": "float32",
|
248 |
+
"transformers_version": "4.38.2"
|
249 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c353bf3855fd26fd0ae65f92b172f7048ca8bb3aba8d56bd7e565e5c4fd53d7
|
3 |
+
size 350721164
|