Yhhxhfh commited on
Commit
5c4778c
1 Parent(s): 4d17b4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -241
README.md CHANGED
@@ -1,26 +1,26 @@
1
  ---
2
  metadata:
3
  tags:
4
- - autotrain
5
- - text-generation-inference
6
- - text-generation
7
- - peft
8
  library_name: transformers
9
  base_model: meta-llama/Llama-3.2-1B-Instruct
10
  widget:
11
- - messages:
12
- - role: user
13
- content: What is your favorite condiment?
14
  license: other
15
  language:
16
- - en
17
- - de
18
- - fr
19
- - it
20
- - pt
21
- - hi
22
- - es
23
- - th
24
  pipeline_tag: text-generation
25
  extra_gated_fields:
26
  First Name: text
@@ -31,232 +31,22 @@ metadata:
31
  Job title:
32
  type: select
33
  options:
34
- - Student
35
- - Research Graduate
36
- - AI researcher
37
- - AI developer/engineer
38
- - Reporter
39
- - Other
40
  geo: ip_location
41
  extra_gated_button_content: Submit
42
  inference: true
43
-
44
- extra_gated_fields:
45
- First Name: text
46
- Last Name: text
47
- Date of birth: date_picker
48
- Country: country
49
- Affiliation: text
50
- Job title:
51
- type: select
52
- options:
53
- - Student
54
- - Research Graduate
55
- - AI researcher
56
- - AI developer/engineer
57
- - Reporter
58
- - Other
59
- geo: ip_location
60
- By clicking Submit below I accept the terms of the license and acknowledge that the information I provide will be collected stored processed and shared in accordance with the Meta Privacy Policy: checkbox
61
- extra_gated_description: >-
62
- The information you provide will be collected, stored, processed and shared in
63
- accordance with the [Meta Privacy
64
- Policy](https://www.facebook.com/privacy/policy/).
65
- extra_gated_button_content: Submit
66
-
67
-
68
- ---
69
- # Model Card for Model ID
70
-
71
- <!-- Provide a quick summary of what the model is/does. -->
72
-
73
- 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).
74
-
75
- ## Model Details
76
-
77
- ### Model Description
78
-
79
- <!-- Provide a longer summary of what this model is. -->
80
-
81
-
82
-
83
- - **Developed by:** [More Information Needed]
84
- - **Funded by [optional]:** [More Information Needed]
85
- - **Shared by [optional]:** [More Information Needed]
86
- - **Model type:** [More Information Needed]
87
- - **Language(s) (NLP):** [More Information Needed]
88
- - **License:** [More Information Needed]
89
- - **Finetuned from model [optional]:** [More Information Needed]
90
-
91
- ### Model Sources [optional]
92
-
93
- <!-- Provide the basic links for the model. -->
94
-
95
- - **Repository:** [More Information Needed]
96
- - **Paper [optional]:** [More Information Needed]
97
- - **Demo [optional]:** [More Information Needed]
98
-
99
- ## Uses
100
-
101
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
102
-
103
- ### Direct Use
104
-
105
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
106
-
107
- [More Information Needed]
108
-
109
- ### Downstream Use [optional]
110
-
111
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
112
-
113
- [More Information Needed]
114
-
115
- ### Out-of-Scope Use
116
-
117
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
118
-
119
- [More Information Needed]
120
-
121
- ## Bias, Risks, and Limitations
122
-
123
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Recommendations
128
-
129
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
130
-
131
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
132
-
133
- ## How to Get Started with the Model
134
-
135
- Use the code below to get started with the model.
136
-
137
- [More Information Needed]
138
-
139
- ## Training Details
140
-
141
- ### Training Data
142
-
143
- <!-- 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. -->
144
-
145
- [More Information Needed]
146
-
147
- ### Training Procedure
148
-
149
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
150
-
151
- #### Preprocessing [optional]
152
-
153
- [More Information Needed]
154
-
155
-
156
- #### Training Hyperparameters
157
-
158
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
159
-
160
- #### Speeds, Sizes, Times [optional]
161
-
162
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
163
-
164
- [More Information Needed]
165
-
166
- ## Evaluation
167
-
168
- <!-- This section describes the evaluation protocols and provides the results. -->
169
-
170
- ### Testing Data, Factors & Metrics
171
-
172
- #### Testing Data
173
-
174
- <!-- This should link to a Dataset Card if possible. -->
175
-
176
- [More Information Needed]
177
-
178
- #### Factors
179
-
180
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
181
-
182
- [More Information Needed]
183
-
184
- #### Metrics
185
-
186
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
187
-
188
- [More Information Needed]
189
-
190
- ### Results
191
-
192
- [More Information Needed]
193
-
194
- #### Summary
195
-
196
-
197
-
198
- ## Model Examination [optional]
199
-
200
- <!-- Relevant interpretability work for the model goes here -->
201
-
202
- [More Information Needed]
203
-
204
- ## Environmental Impact
205
-
206
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
207
-
208
- 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).
209
-
210
- - **Hardware Type:** [More Information Needed]
211
- - **Hours used:** [More Information Needed]
212
- - **Cloud Provider:** [More Information Needed]
213
- - **Compute Region:** [More Information Needed]
214
- - **Carbon Emitted:** [More Information Needed]
215
-
216
- ## Technical Specifications [optional]
217
-
218
- ### Model Architecture and Objective
219
-
220
- [More Information Needed]
221
-
222
- ### Compute Infrastructure
223
-
224
- [More Information Needed]
225
-
226
- #### Hardware
227
-
228
- [More Information Needed]
229
-
230
- #### Software
231
-
232
- [More Information Needed]
233
-
234
- ## Citation [optional]
235
-
236
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
237
-
238
- **BibTeX:**
239
-
240
- [More Information Needed]
241
-
242
- **APA:**
243
-
244
- [More Information Needed]
245
-
246
- ## Glossary [optional]
247
-
248
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
249
-
250
- [More Information Needed]
251
-
252
- ## More Information [optional]
253
-
254
- [More Information Needed]
255
-
256
- ## Model Card Authors [optional]
257
-
258
- [More Information Needed]
259
-
260
- ## Model Card Contact
261
-
262
- [More Information Needed]
 
1
  ---
2
  metadata:
3
  tags:
4
+ - autotrain
5
+ - text-generation-inference
6
+ - text-generation
7
+ - peft
8
  library_name: transformers
9
  base_model: meta-llama/Llama-3.2-1B-Instruct
10
  widget:
11
+ - messages:
12
+ - role: user
13
+ content: What is your favorite condiment?
14
  license: other
15
  language:
16
+ - en
17
+ - de
18
+ - fr
19
+ - it
20
+ - pt
21
+ - hi
22
+ - es
23
+ - th
24
  pipeline_tag: text-generation
25
  extra_gated_fields:
26
  First Name: text
 
31
  Job title:
32
  type: select
33
  options:
34
+ - Student
35
+ - Research Graduate
36
+ - AI researcher
37
+ - AI developer/engineer
38
+ - Reporter
39
+ - Other
40
  geo: ip_location
41
  extra_gated_button_content: Submit
42
  inference: true
43
+ license: other
44
+ metrics:
45
+ - accuracy
46
+ base_model:
47
+ - meta-llama/Llama-3.2-1B-Instruct
48
+ pipeline_tag: text-generation
49
+ tags:
50
+ - code
51
+ - not-for-all-audiences
52
+ ---