Alkyema commited on
Commit
4af1474
1 Parent(s): 7340255

Update README.md

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