raccoote commited on
Commit
11dd348
1 Parent(s): af14afe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -70
README.md CHANGED
@@ -11,10 +11,7 @@ tags:
11
 
12
  # Model Card for Model ID
13
 
14
- <!-- Provide a quick summary of what the model is/does. -->
15
-
16
- 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).
17
-
18
  ## Model Details
19
 
20
  ### Model Description
@@ -23,13 +20,11 @@ This modelcard aims to be a base template for new models. It has been generated
23
 
24
 
25
 
26
- - **Developed by:** [More Information Needed]
27
- - **Funded by [optional]:** [More Information Needed]
28
- - **Shared by [optional]:** [More Information Needed]
29
- - **Model type:** [More Information Needed]
30
- - **Language(s) (NLP):** [More Information Needed]
31
- - **License:** [More Information Needed]
32
- - **Finetuned from model [optional]:** [More Information Needed]
33
 
34
  ### Model Sources [optional]
35
 
@@ -144,62 +139,3 @@ Use the code below to get started with the model.
144
 
145
  [More Information Needed]
146
 
147
- ## Environmental Impact
148
-
149
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
-
151
- 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).
152
-
153
- - **Hardware Type:** [More Information Needed]
154
- - **Hours used:** [More Information Needed]
155
- - **Cloud Provider:** [More Information Needed]
156
- - **Compute Region:** [More Information Needed]
157
- - **Carbon Emitted:** [More Information Needed]
158
-
159
- ## Technical Specifications [optional]
160
-
161
- ### Model Architecture and Objective
162
-
163
- [More Information Needed]
164
-
165
- ### Compute Infrastructure
166
-
167
- [More Information Needed]
168
-
169
- #### Hardware
170
-
171
- [More Information Needed]
172
-
173
- #### Software
174
-
175
- [More Information Needed]
176
-
177
- ## Citation [optional]
178
-
179
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
-
181
- **BibTeX:**
182
-
183
- [More Information Needed]
184
-
185
- **APA:**
186
-
187
- [More Information Needed]
188
-
189
- ## Glossary [optional]
190
-
191
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
-
193
- [More Information Needed]
194
-
195
- ## More Information [optional]
196
-
197
- [More Information Needed]
198
-
199
- ## Model Card Authors [optional]
200
-
201
- [More Information Needed]
202
-
203
- ## Model Card Contact
204
-
205
- [More Information Needed]
 
11
 
12
  # Model Card for Model ID
13
 
14
+ A fine-tuned Llama-3.1-8B, designed.
 
 
 
15
  ## Model Details
16
 
17
  ### Model Description
 
20
 
21
 
22
 
23
+ - **Developed by:** Dimitra Pazouli
24
+ - **Model type:** Text Generation
25
+ - **Language(s) (NLP):** English
26
+ - **License:** Apache license 2.0
27
+ - **Finetuned from model Llama 3.1 8B:** trained with unsloth.
 
 
28
 
29
  ### Model Sources [optional]
30
 
 
139
 
140
  [More Information Needed]
141