DexerK commited on
Commit
a3a47ec
·
verified ·
1 Parent(s): 3e7fa75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -192
README.md CHANGED
@@ -3,7 +3,11 @@ library_name: transformers
3
  tags: []
4
  ---
5
 
6
- # Model Card for Model ID
 
 
 
 
7
 
8
  lat_mean = 39.95164939753852
9
 
@@ -47,194 +51,4 @@ with torch.no_grad():
47
  # Concatenate all batches
48
  all_preds = torch.cat(all_preds).numpy()
49
  all_actuals = torch.cat(all_actuals).numpy()
50
- ```
51
-
52
-
53
- ## Model Details
54
-
55
- ### Model Description
56
-
57
- <!-- Provide a longer summary of what this model is. -->
58
-
59
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
60
-
61
- - **Developed by:** [More Information Needed]
62
- - **Funded by [optional]:** [More Information Needed]
63
- - **Shared by [optional]:** [More Information Needed]
64
- - **Model type:** [More Information Needed]
65
- - **Language(s) (NLP):** [More Information Needed]
66
- - **License:** [More Information Needed]
67
- - **Finetuned from model [optional]:** [More Information Needed]
68
-
69
- ### Model Sources [optional]
70
-
71
- <!-- Provide the basic links for the model. -->
72
-
73
- - **Repository:** [More Information Needed]
74
- - **Paper [optional]:** [More Information Needed]
75
- - **Demo [optional]:** [More Information Needed]
76
-
77
- ## Uses
78
-
79
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
80
-
81
- ### Direct Use
82
-
83
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
84
-
85
- [More Information Needed]
86
-
87
- ### Downstream Use [optional]
88
-
89
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
90
-
91
- [More Information Needed]
92
-
93
- ### Out-of-Scope Use
94
-
95
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
96
-
97
- [More Information Needed]
98
-
99
- ## Bias, Risks, and Limitations
100
-
101
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
102
-
103
- [More Information Needed]
104
-
105
- ### Recommendations
106
-
107
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
108
-
109
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
110
-
111
- ## How to Get Started with the Model
112
-
113
- Use the code below to get started with the model.
114
-
115
- [More Information Needed]
116
-
117
- ## Training Details
118
-
119
- ### Training Data
120
-
121
- <!-- 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. -->
122
-
123
- [More Information Needed]
124
-
125
- ### Training Procedure
126
-
127
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
128
-
129
- #### Preprocessing [optional]
130
-
131
- [More Information Needed]
132
-
133
-
134
- #### Training Hyperparameters
135
-
136
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
137
-
138
- #### Speeds, Sizes, Times [optional]
139
-
140
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
141
-
142
- [More Information Needed]
143
-
144
- ## Evaluation
145
-
146
- <!-- This section describes the evaluation protocols and provides the results. -->
147
-
148
- ### Testing Data, Factors & Metrics
149
-
150
- #### Testing Data
151
-
152
- <!-- This should link to a Dataset Card if possible. -->
153
-
154
- [More Information Needed]
155
-
156
- #### Factors
157
-
158
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
159
-
160
- [More Information Needed]
161
-
162
- #### Metrics
163
-
164
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
165
-
166
- [More Information Needed]
167
-
168
- ### Results
169
-
170
- [More Information Needed]
171
-
172
- #### Summary
173
-
174
-
175
-
176
- ## Model Examination [optional]
177
-
178
- <!-- Relevant interpretability work for the model goes here -->
179
-
180
- [More Information Needed]
181
-
182
- ## Environmental Impact
183
-
184
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
185
-
186
- 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).
187
-
188
- - **Hardware Type:** [More Information Needed]
189
- - **Hours used:** [More Information Needed]
190
- - **Cloud Provider:** [More Information Needed]
191
- - **Compute Region:** [More Information Needed]
192
- - **Carbon Emitted:** [More Information Needed]
193
-
194
- ## Technical Specifications [optional]
195
-
196
- ### Model Architecture and Objective
197
-
198
- [More Information Needed]
199
-
200
- ### Compute Infrastructure
201
-
202
- [More Information Needed]
203
-
204
- #### Hardware
205
-
206
- [More Information Needed]
207
-
208
- #### Software
209
-
210
- [More Information Needed]
211
-
212
- ## Citation [optional]
213
-
214
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
215
-
216
- **BibTeX:**
217
-
218
- [More Information Needed]
219
-
220
- **APA:**
221
-
222
- [More Information Needed]
223
-
224
- ## Glossary [optional]
225
-
226
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
227
-
228
- [More Information Needed]
229
-
230
- ## More Information [optional]
231
-
232
- [More Information Needed]
233
-
234
- ## Model Card Authors [optional]
235
-
236
- [More Information Needed]
237
-
238
- ## Model Card Contact
239
-
240
- [More Information Needed]
 
3
  tags: []
4
  ---
5
 
6
+ # Model Card for Model ID (Use this model for Leaderboard)
7
+
8
+ This is a fine-tuned Vision Transformer (ViT) model from Google. The model was loaded and fine-tuned on the training data collected.
9
+
10
+ Link: https://huggingface.co/google/vit-base-patch16-224-in21k
11
 
12
  lat_mean = 39.95164939753852
13
 
 
51
  # Concatenate all batches
52
  all_preds = torch.cat(all_preds).numpy()
53
  all_actuals = torch.cat(all_actuals).numpy()
54
+ ```