MuthuS97 commited on
Commit
f26012e
·
verified ·
1 Parent(s): 48d872f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +195 -0
README.md CHANGED
@@ -78,3 +78,198 @@ citation: |
78
 
79
 
80
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
 
80
  ---
81
+
82
+ # Model Card for Model ID
83
+
84
+ <!-- Provide a quick summary of what the model is/does. -->
85
+
86
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
87
+
88
+ ## Model Details
89
+
90
+ ### Model Description
91
+
92
+ <!-- Provide a longer summary of what this model is. -->
93
+
94
+
95
+
96
+ - **Developed by:** [More Information Needed]
97
+ - **Funded by [optional]:** [More Information Needed]
98
+ - **Shared by [optional]:** [More Information Needed]
99
+ - **Model type:** [More Information Needed]
100
+ - **Language(s) (NLP):** [More Information Needed]
101
+ - **License:** [More Information Needed]
102
+ - **Finetuned from model [optional]:** [More Information Needed]
103
+
104
+ ### Model Sources [optional]
105
+
106
+ <!-- Provide the basic links for the model. -->
107
+
108
+ - **Repository:** [More Information Needed]
109
+ - **Paper [optional]:** [More Information Needed]
110
+ - **Demo [optional]:** [More Information Needed]
111
+
112
+ ## Uses
113
+
114
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
115
+
116
+ ### Direct Use
117
+
118
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
119
+
120
+ [More Information Needed]
121
+
122
+ ### Downstream Use [optional]
123
+
124
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
125
+
126
+ [More Information Needed]
127
+
128
+ ### Out-of-Scope Use
129
+
130
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ## Bias, Risks, and Limitations
135
+
136
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
137
+
138
+ [More Information Needed]
139
+
140
+ ### Recommendations
141
+
142
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
143
+
144
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
145
+
146
+ ## How to Get Started with the Model
147
+
148
+ Use the code below to get started with the model.
149
+
150
+ [More Information Needed]
151
+
152
+ ## Training Details
153
+
154
+ ### Training Data
155
+
156
+ <!-- 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. -->
157
+
158
+ [More Information Needed]
159
+
160
+ ### Training Procedure
161
+
162
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
163
+
164
+ #### Preprocessing [optional]
165
+
166
+ [More Information Needed]
167
+
168
+
169
+ #### Training Hyperparameters
170
+
171
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
172
+
173
+ #### Speeds, Sizes, Times [optional]
174
+
175
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
176
+
177
+ [More Information Needed]
178
+
179
+ ## Evaluation
180
+
181
+ <!-- This section describes the evaluation protocols and provides the results. -->
182
+
183
+ ### Testing Data, Factors & Metrics
184
+
185
+ #### Testing Data
186
+
187
+ <!-- This should link to a Dataset Card if possible. -->
188
+
189
+ [More Information Needed]
190
+
191
+ #### Factors
192
+
193
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
194
+
195
+ [More Information Needed]
196
+
197
+ #### Metrics
198
+
199
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
200
+
201
+ [More Information Needed]
202
+
203
+ ### Results
204
+
205
+ [More Information Needed]
206
+
207
+ #### Summary
208
+
209
+
210
+
211
+ ## Model Examination [optional]
212
+
213
+ <!-- Relevant interpretability work for the model goes here -->
214
+
215
+ [More Information Needed]
216
+
217
+ ## Environmental Impact
218
+
219
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
220
+
221
+ 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).
222
+
223
+ - **Hardware Type:** [More Information Needed]
224
+ - **Hours used:** [More Information Needed]
225
+ - **Cloud Provider:** [More Information Needed]
226
+ - **Compute Region:** [More Information Needed]
227
+ - **Carbon Emitted:** [More Information Needed]
228
+
229
+ ## Technical Specifications [optional]
230
+
231
+ ### Model Architecture and Objective
232
+
233
+ [More Information Needed]
234
+
235
+ ### Compute Infrastructure
236
+
237
+ [More Information Needed]
238
+
239
+ #### Hardware
240
+
241
+ [More Information Needed]
242
+
243
+ #### Software
244
+
245
+ [More Information Needed]
246
+
247
+ ## Citation [optional]
248
+
249
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
250
+
251
+ **BibTeX:**
252
+
253
+ [More Information Needed]
254
+
255
+ **APA:**
256
+
257
+ [More Information Needed]
258
+
259
+ ## Glossary [optional]
260
+
261
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
262
+
263
+ [More Information Needed]
264
+
265
+ ## More Information [optional]
266
+
267
+ [More Information Needed]
268
+
269
+ ## Model Card Authors [optional]
270
+
271
+ [More Information Needed]
272
+
273
+ ## Model Card Contact
274
+
275
+ [More Information Needed]