walid-iguider commited on
Commit
dd76069
1 Parent(s): 9e0ff22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -171
README.md CHANGED
@@ -16,9 +16,9 @@ widget:
16
  example_title: Example 1
17
  ---
18
 
19
- # Model Card for Model ID
20
 
21
- <!-- Provide a quick summary of what the model is/does. -->
22
 
23
 
24
 
@@ -31,17 +31,10 @@ widget:
31
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
32
 
33
  - **Developed by:** Walid Iguider
34
- - **Model type:** Minerva
35
  - **License:** cc-by-nc-sa-4.0
36
- - **Finetuned from model :** sapienzanlp/Minerva-3B-base-v1.0
37
 
38
- ### Model Sources [optional]
39
-
40
- <!-- Provide the basic links for the model. -->
41
-
42
- - **Repository:** [More Information Needed]
43
- - **Paper [optional]:** [More Information Needed]
44
- - **Demo [optional]:** [More Information Needed]
45
 
46
  ## Uses
47
 
@@ -89,163 +82,3 @@ This is the model card of a 🤗 transformers model that has been pushed on the
89
  output = pipe(prompt, **generation_args)
90
  print(output[0]['generated_text'])
91
  ```
92
- ### Direct Use
93
-
94
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
95
-
96
- [More Information Needed]
97
-
98
- ### Downstream Use [optional]
99
-
100
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
101
-
102
- [More Information Needed]
103
-
104
- ### Out-of-Scope Use
105
-
106
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
107
-
108
- [More Information Needed]
109
-
110
- ## Bias, Risks, and Limitations
111
-
112
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
113
-
114
- [More Information Needed]
115
-
116
- ### Recommendations
117
-
118
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
119
-
120
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
121
-
122
- ## How to Get Started with the Model
123
-
124
- Use the code below to get started with the model.
125
-
126
- [More Information Needed]
127
-
128
- ## Training Details
129
-
130
- ### Training Data
131
-
132
- <!-- 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. -->
133
-
134
- [More Information Needed]
135
-
136
- ### Training Procedure
137
-
138
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
139
-
140
- #### Preprocessing [optional]
141
-
142
- [More Information Needed]
143
-
144
-
145
- #### Training Hyperparameters
146
-
147
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
148
-
149
- #### Speeds, Sizes, Times [optional]
150
-
151
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
152
-
153
- [More Information Needed]
154
-
155
- ## Evaluation
156
-
157
- <!-- This section describes the evaluation protocols and provides the results. -->
158
-
159
- ### Testing Data, Factors & Metrics
160
-
161
- #### Testing Data
162
-
163
- <!-- This should link to a Dataset Card if possible. -->
164
-
165
- [More Information Needed]
166
-
167
- #### Factors
168
-
169
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
170
-
171
- [More Information Needed]
172
-
173
- #### Metrics
174
-
175
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
176
-
177
- [More Information Needed]
178
-
179
- ### Results
180
-
181
- [More Information Needed]
182
-
183
- #### Summary
184
-
185
-
186
-
187
- ## Model Examination [optional]
188
-
189
- <!-- Relevant interpretability work for the model goes here -->
190
-
191
- [More Information Needed]
192
-
193
- ## Environmental Impact
194
-
195
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
196
-
197
- 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).
198
-
199
- - **Hardware Type:** [More Information Needed]
200
- - **Hours used:** [More Information Needed]
201
- - **Cloud Provider:** [More Information Needed]
202
- - **Compute Region:** [More Information Needed]
203
- - **Carbon Emitted:** [More Information Needed]
204
-
205
- ## Technical Specifications [optional]
206
-
207
- ### Model Architecture and Objective
208
-
209
- [More Information Needed]
210
-
211
- ### Compute Infrastructure
212
-
213
- [More Information Needed]
214
-
215
- #### Hardware
216
-
217
- [More Information Needed]
218
-
219
- #### Software
220
-
221
- [More Information Needed]
222
-
223
- ## Citation [optional]
224
-
225
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
226
-
227
- **BibTeX:**
228
-
229
- [More Information Needed]
230
-
231
- **APA:**
232
-
233
- [More Information Needed]
234
-
235
- ## Glossary [optional]
236
-
237
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
238
-
239
- [More Information Needed]
240
-
241
- ## More Information [optional]
242
-
243
- [More Information Needed]
244
-
245
- ## Model Card Authors [optional]
246
-
247
- [More Information Needed]
248
-
249
- ## Model Card Contact
250
-
251
- [More Information Needed]
 
16
  example_title: Example 1
17
  ---
18
 
19
+ # Model Card for Minerva-3B-Instruct-v1.0
20
 
21
+ Minerva-3B-Instruct-v1.0 is an instruction-tuned version of the Minerva-3B-base-v1.0 model, specifically fine-tuned for understanding and following instructions in Italian.
22
 
23
 
24
 
 
31
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
32
 
33
  - **Developed by:** Walid Iguider
34
+ - **Model type:** Instruction Tuned
35
  - **License:** cc-by-nc-sa-4.0
36
+ - **Finetuned from model:**: [Minerva-3B-base-v1.0](https://huggingface.co/sapienzanlp/Minerva-3B-base-v1.0), developed by [Sapienza NLP](https://nlp.uniroma1.it) in collaboration with [Future Artificial Intelligence Research (FAIR)](https://fondazione-fair.it/) and [CINECA](https://www.cineca.it/)
37
 
 
 
 
 
 
 
 
38
 
39
  ## Uses
40
 
 
82
  output = pipe(prompt, **generation_args)
83
  print(output[0]['generated_text'])
84
  ```