klei1 commited on
Commit
6ed18dc
·
verified ·
1 Parent(s): f521eb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +194 -3
README.md CHANGED
@@ -1,6 +1,3 @@
1
- Here’s the modified model card based on the details you provided, excluding any reference to "unsloth" as requested:
2
-
3
- ---
4
 
5
  ```yaml
6
  library_name: transformers
@@ -126,3 +123,197 @@ Aliaj, K. (2025). *Bleta: LLaMA 8B Distilled from DeepSeek-R1*. Retrieved from h
126
 
127
  ---
128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  ```yaml
3
  library_name: transformers
 
123
 
124
  ---
125
 
126
+ # Model Card for Model ID
127
+
128
+ <!-- Provide a quick summary of what the model is/does. -->
129
+
130
+ 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).
131
+
132
+ ## Model Details
133
+
134
+ ### Model Description
135
+
136
+ <!-- Provide a longer summary of what this model is. -->
137
+
138
+
139
+
140
+ - **Developed by:** [More Information Needed]
141
+ - **Funded by [optional]:** [More Information Needed]
142
+ - **Shared by [optional]:** [More Information Needed]
143
+ - **Model type:** [More Information Needed]
144
+ - **Language(s) (NLP):** [More Information Needed]
145
+ - **License:** [More Information Needed]
146
+ - **Finetuned from model [optional]:** [More Information Needed]
147
+
148
+ ### Model Sources [optional]
149
+
150
+ <!-- Provide the basic links for the model. -->
151
+
152
+ - **Repository:** [More Information Needed]
153
+ - **Paper [optional]:** [More Information Needed]
154
+ - **Demo [optional]:** [More Information Needed]
155
+
156
+ ## Uses
157
+
158
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
159
+
160
+ ### Direct Use
161
+
162
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
163
+
164
+ [More Information Needed]
165
+
166
+ ### Downstream Use [optional]
167
+
168
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
169
+
170
+ [More Information Needed]
171
+
172
+ ### Out-of-Scope Use
173
+
174
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
175
+
176
+ [More Information Needed]
177
+
178
+ ## Bias, Risks, and Limitations
179
+
180
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
181
+
182
+ [More Information Needed]
183
+
184
+ ### Recommendations
185
+
186
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
187
+
188
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
189
+
190
+ ## How to Get Started with the Model
191
+
192
+ Use the code below to get started with the model.
193
+
194
+ [More Information Needed]
195
+
196
+ ## Training Details
197
+
198
+ ### Training Data
199
+
200
+ <!-- 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. -->
201
+
202
+ [More Information Needed]
203
+
204
+ ### Training Procedure
205
+
206
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
207
+
208
+ #### Preprocessing [optional]
209
+
210
+ [More Information Needed]
211
+
212
+
213
+ #### Training Hyperparameters
214
+
215
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
216
+
217
+ #### Speeds, Sizes, Times [optional]
218
+
219
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
220
+
221
+ [More Information Needed]
222
+
223
+ ## Evaluation
224
+
225
+ <!-- This section describes the evaluation protocols and provides the results. -->
226
+
227
+ ### Testing Data, Factors & Metrics
228
+
229
+ #### Testing Data
230
+
231
+ <!-- This should link to a Dataset Card if possible. -->
232
+
233
+ [More Information Needed]
234
+
235
+ #### Factors
236
+
237
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
238
+
239
+ [More Information Needed]
240
+
241
+ #### Metrics
242
+
243
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
244
+
245
+ [More Information Needed]
246
+
247
+ ### Results
248
+
249
+ [More Information Needed]
250
+
251
+ #### Summary
252
+
253
+
254
+
255
+ ## Model Examination [optional]
256
+
257
+ <!-- Relevant interpretability work for the model goes here -->
258
+
259
+ [More Information Needed]
260
+
261
+ ## Environmental Impact
262
+
263
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
264
+
265
+ 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).
266
+
267
+ - **Hardware Type:** [More Information Needed]
268
+ - **Hours used:** [More Information Needed]
269
+ - **Cloud Provider:** [More Information Needed]
270
+ - **Compute Region:** [More Information Needed]
271
+ - **Carbon Emitted:** [More Information Needed]
272
+
273
+ ## Technical Specifications [optional]
274
+
275
+ ### Model Architecture and Objective
276
+
277
+ [More Information Needed]
278
+
279
+ ### Compute Infrastructure
280
+
281
+ [More Information Needed]
282
+
283
+ #### Hardware
284
+
285
+ [More Information Needed]
286
+
287
+ #### Software
288
+
289
+ [More Information Needed]
290
+
291
+ ## Citation [optional]
292
+
293
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
294
+
295
+ **BibTeX:**
296
+
297
+ [More Information Needed]
298
+
299
+ **APA:**
300
+
301
+ [More Information Needed]
302
+
303
+ ## Glossary [optional]
304
+
305
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
306
+
307
+ [More Information Needed]
308
+
309
+ ## More Information [optional]
310
+
311
+ [More Information Needed]
312
+
313
+ ## Model Card Authors [optional]
314
+
315
+ [More Information Needed]
316
+
317
+ ## Model Card Contact
318
+
319
+ [More Information Needed]