TeeZee commited on
Commit
e7df813
·
verified ·
1 Parent(s): f86a0cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +409 -102
README.md CHANGED
@@ -1,199 +1,506 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
 
5
 
6
- # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
 
 
 
 
 
 
 
 
 
 
9
 
 
10
 
 
 
 
 
11
 
12
- ## Model Details
13
 
14
- ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
- ### Model Sources [optional]
 
 
29
 
30
- <!-- Provide the basic links for the model. -->
31
 
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
- ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
 
40
- ### Direct Use
41
 
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
 
44
- [More Information Needed]
45
 
46
- ### Downstream Use [optional]
47
 
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
 
50
- [More Information Needed]
51
 
52
- ### Out-of-Scope Use
53
 
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
 
56
- [More Information Needed]
57
 
58
- ## Bias, Risks, and Limitations
59
 
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
 
62
- [More Information Needed]
63
 
64
- ### Recommendations
65
 
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
 
 
67
 
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
 
70
- ## How to Get Started with the Model
 
 
 
 
 
71
 
72
- Use the code below to get started with the model.
 
 
 
73
 
74
- [More Information Needed]
 
 
 
 
 
75
 
76
- ## Training Details
77
 
78
- ### Training Data
79
 
80
- <!-- 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. -->
 
81
 
82
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
83
 
84
- ### Training Procedure
 
 
 
 
85
 
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
 
87
 
88
- #### Preprocessing [optional]
89
 
90
- [More Information Needed]
 
 
 
91
 
 
92
 
93
- #### Training Hyperparameters
 
 
94
 
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
 
96
 
97
- #### Speeds, Sizes, Times [optional]
98
 
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
 
101
- [More Information Needed]
102
 
103
- ## Evaluation
104
 
105
- <!-- This section describes the evaluation protocols and provides the results. -->
 
 
106
 
107
- ### Testing Data, Factors & Metrics
 
108
 
109
- #### Testing Data
 
110
 
111
- <!-- This should link to a Dataset Card if possible. -->
 
 
112
 
113
- [More Information Needed]
114
 
115
- #### Factors
 
116
 
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
 
119
- [More Information Needed]
120
 
121
- #### Metrics
122
 
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
 
125
- [More Information Needed]
 
 
126
 
127
- ### Results
128
 
129
- [More Information Needed]
130
 
131
- #### Summary
132
 
 
133
 
 
134
 
135
- ## Model Examination [optional]
 
 
136
 
137
- <!-- Relevant interpretability work for the model goes here -->
138
 
139
- [More Information Needed]
140
 
141
- ## Environmental Impact
142
 
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
 
145
- 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).
146
 
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
 
153
- ## Technical Specifications [optional]
154
 
155
- ### Model Architecture and Objective
156
 
157
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
158
 
159
- ### Compute Infrastructure
160
 
161
- [More Information Needed]
162
 
163
- #### Hardware
164
 
165
- [More Information Needed]
 
 
166
 
167
- #### Software
168
 
169
- [More Information Needed]
170
 
171
- ## Citation [optional]
172
 
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
 
175
- **BibTeX:**
 
176
 
177
- [More Information Needed]
 
178
 
179
- **APA:**
180
 
181
- [More Information Needed]
 
182
 
183
- ## Glossary [optional]
184
 
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
 
187
- [More Information Needed]
188
 
189
- ## More Information [optional]
190
 
191
- [More Information Needed]
 
192
 
193
- ## Model Card Authors [optional]
 
 
194
 
195
- [More Information Needed]
196
 
197
- ## Model Card Contact
198
 
199
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - en
5
+ - fr
6
+ - it
7
+ - pt
8
+ - hi
9
+ - es
10
+ - th
11
+ - de
12
+ base_model:
13
+ - meta-llama/Llama-3.1-70B
14
+ tags:
15
+ - facebook
16
+ - meta
17
+ - pytorch
18
+ - llama
19
+ - llama-3
20
+ - heretic
21
+ - uncensored
22
+ - decensored
23
+ - abliterated
24
+ extra_gated_prompt: "### LLAMA 3.3 COMMUNITY LICENSE AGREEMENT\nLlama 3.3 Version\
25
+ \ Release Date: December 6, 2024\n\"Agreement\" means the terms and conditions for\
26
+ \ use, reproduction, distribution and modification of the Llama Materials set forth\
27
+ \ herein.\n\"Documentation\" means the specifications, manuals and documentation\
28
+ \ accompanying Llama 3.3 distributed by Meta at [https://www.llama.com/docs/overview](https://llama.com/docs/overview).\n\
29
+ \"Licensee\" or \"you\" means you, or your employer or any other person or entity\
30
+ \ (if you are entering into this Agreement on such person or entity’s behalf), of\
31
+ \ the age required under applicable laws, rules or regulations to provide legal\
32
+ \ consent and that has legal authority to bind your employer or such other person\
33
+ \ or entity if you are entering in this Agreement on their behalf.\n\"Llama 3.3\"\
34
+ \ means the foundational large language models and software and algorithms, including\
35
+ \ machine-learning model code, trained model weights, inference-enabling code, training-enabling\
36
+ \ code, fine-tuning enabling code and other elements of the foregoing distributed\
37
+ \ by Meta at [https://www.llama.com/llama-downloads](https://www.llama.com/llama-downloads).\n\
38
+ \"Llama Materials\" means, collectively, Meta’s proprietary Llama 3.3 and Documentation\
39
+ \ (and any portion thereof) made available under this Agreement.\n\"Meta\" or \"\
40
+ we\" means Meta Platforms Ireland Limited (if you are located in or, if you are\
41
+ \ an entity, your principal place of business is in the EEA or Switzerland) and\
42
+ \ Meta Platforms, Inc. (if you are located outside of the EEA or Switzerland).\n\
43
+ By clicking “I Accept” below or by using or distributing any portion or element\
44
+ \ of the Llama Materials, you agree to be bound by this Agreement.\n1. License Rights\
45
+ \ and Redistribution.\na. Grant of Rights. You are granted a non-exclusive, worldwide,\
46
+ \ non-transferable and royalty-free limited license under Meta’s intellectual property\
47
+ \ or other rights owned by Meta embodied in the Llama Materials to use, reproduce,\
48
+ \ distribute, copy, create derivative works of, and make modifications to the Llama\
49
+ \ Materials.\nb. Redistribution and Use.\ni. If you distribute or make available\
50
+ \ the Llama Materials (or any derivative works thereof), or a product or service\
51
+ \ (including another AI model) that contains any of them, you shall (A) provide\
52
+ \ a copy of this Agreement with any such Llama Materials; and (B) prominently display\
53
+ \ “Built with Llama” on a related website, user interface, blogpost, about page,\
54
+ \ or product documentation. If you use the Llama Materials or any outputs or results\
55
+ \ of the Llama Materials to create, train, fine tune, or otherwise improve an AI\
56
+ \ model, which is distributed or made available, you shall also include “Llama”\
57
+ \ at the beginning of any such AI model name.\nii. If you receive Llama Materials,\
58
+ \ or any derivative works thereof, from a Licensee as part of an integrated end\
59
+ \ user product, then Section 2 of this Agreement will not apply to you. \niii. You\
60
+ \ must retain in all copies of the Llama Materials that you distribute the following\
61
+ \ attribution notice within a “Notice” text file distributed as a part of such copies:\
62
+ \ “Llama 3.3 is licensed under the Llama 3.3 Community License, Copyright © Meta\
63
+ \ Platforms, Inc. All Rights Reserved.”\niv. Your use of the Llama Materials must\
64
+ \ comply with applicable laws and regulations (including trade compliance laws and\
65
+ \ regulations) and adhere to the Acceptable Use Policy for the Llama Materials (available\
66
+ \ at [https://www.llama.com/llama3\\_3/use-policy](https://www.llama.com/llama3_3/use-policy)),\
67
+ \ which is hereby incorporated by reference into this Agreement. \n2. Additional\
68
+ \ Commercial Terms. If, on the Llama 3.3 version release date, the monthly active\
69
+ \ users of the products or services made available by or for Licensee, or Licensee’s\
70
+ \ affiliates, is greater than 700 million monthly active users in the preceding\
71
+ \ calendar month, you must request a license from Meta, which Meta may grant to\
72
+ \ you in its sole discretion, and you are not authorized to exercise any of the\
73
+ \ rights under this Agreement unless or until Meta otherwise expressly grants you\
74
+ \ such rights.\n3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE\
75
+ \ LLAMA MATERIALS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS”\
76
+ \ BASIS, WITHOUT WARRANTIES OF ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY\
77
+ \ KIND, BOTH EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES\
78
+ \ OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.\
79
+ \ YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING\
80
+ \ THE LLAMA MATERIALS AND ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA\
81
+ \ MATERIALS AND ANY OUTPUT AND RESULTS.\n4. Limitation of Liability. IN NO EVENT\
82
+ \ WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN\
83
+ \ CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS\
84
+ \ AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL,\
85
+ \ EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED\
86
+ \ OF THE POSSIBILITY OF ANY OF THE FOREGOING.\n5. Intellectual Property.\na. No\
87
+ \ trademark licenses are granted under this Agreement, and in connection with the\
88
+ \ Llama Materials, neither Meta nor Licensee may use any name or mark owned by or\
89
+ \ associated with the other or any of its affiliates, except as required for reasonable\
90
+ \ and customary use in describing and redistributing the Llama Materials or as set\
91
+ \ forth in this Section 5(a). Meta hereby grants you a license to use “Llama” (the\
92
+ \ “Mark”) solely as required to comply with the last sentence of Section 1.b.i.\
93
+ \ You will comply with Meta’s brand guidelines (currently accessible at [https://about.meta.com/brand/resources/meta/company-brand/](https://about.meta.com/brand/resources/meta/company-brand/)[)](https://en.facebookbrand.com/).\
94
+ \ All goodwill arising out of your use of the Mark will inure to the benefit of\
95
+ \ Meta.\nb. Subject to Meta’s ownership of Llama Materials and derivatives made\
96
+ \ by or for Meta, with respect to any derivative works and modifications of the\
97
+ \ Llama Materials that are made by you, as between you and Meta, you are and will\
98
+ \ be the owner of such derivative works and modifications.\nc. If you institute\
99
+ \ litigation or other proceedings against Meta or any entity (including a cross-claim\
100
+ \ or counterclaim in a lawsuit) alleging that the Llama Materials or Llama 3.3 outputs\
101
+ \ or results, or any portion of any of the foregoing, constitutes infringement of\
102
+ \ intellectual property or other rights owned or licensable by you, then any licenses\
103
+ \ granted to you under this Agreement shall terminate as of the date such litigation\
104
+ \ or claim is filed or instituted. You will indemnify and hold harmless Meta from\
105
+ \ and against any claim by any third party arising out of or related to your use\
106
+ \ or distribution of the Llama Materials.\n6. Term and Termination. The term of\
107
+ \ this Agreement will commence upon your acceptance of this Agreement or access\
108
+ \ to the Llama Materials and will continue in full force and effect until terminated\
109
+ \ in accordance with the terms and conditions herein. Meta may terminate this Agreement\
110
+ \ if you are in breach of any term or condition of this Agreement. Upon termination\
111
+ \ of this Agreement, you shall delete and cease use of the Llama Materials. Sections\
112
+ \ 3, 4 and 7 shall survive the termination of this Agreement.\n7. Governing Law\
113
+ \ and Jurisdiction. This Agreement will be governed and construed under the laws\
114
+ \ of the State of California without regard to choice of law principles, and the\
115
+ \ UN Convention on Contracts for the International Sale of Goods does not apply\
116
+ \ to this Agreement. The courts of California shall have exclusive jurisdiction\
117
+ \ of any dispute arising out of this Agreement.\n### Llama 3.3 Acceptable Use Policy\n\
118
+ Meta is committed to promoting safe and fair use of its tools and features, including\
119
+ \ Llama 3.3. If you access or use Llama 3.3, you agree to this Acceptable Use Policy\
120
+ \ (“**Policy**”). The most recent copy of this policy can be found at [https://www.llama.com/llama3\\\
121
+ _3/use-policy](https://www.llama.com/llama3_3/use-policy).\nProhibited Uses\nWe\
122
+ \ want everyone to use Llama 3.3 safely and responsibly. You agree you will not\
123
+ \ use, or allow others to use, Llama 3.3 to:\n1. Violate the law or others’ rights,\
124
+ \ including to:\n\n 1. Engage in, promote, generate, contribute to, encourage,\
125
+ \ plan, incite, or further illegal or unlawful activity or content, such as: \n\
126
+ \ 1. Violence or terrorism \n 2. Exploitation or harm to children, including\
127
+ \ the solicitation, creation, acquisition, or dissemination of child exploitative\
128
+ \ content or failure to report Child Sexual Abuse Material \n 3. Human trafficking,\
129
+ \ exploitation, and sexual violence \n 4. The illegal distribution of information\
130
+ \ or materials to minors, including obscene materials, or failure to employ legally\
131
+ \ required age-gating in connection with such information or materials. \n \
132
+ \ 5. Sexual solicitation \n 6. Any other criminal activity\n\n 2. Engage\
133
+ \ in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying\
134
+ \ of individuals or groups of individuals\n\n 3. Engage in, promote, incite, or\
135
+ \ facilitate discrimination or other unlawful or harmful conduct in the provision\
136
+ \ of employment, employment benefits, credit, housing, other economic benefits,\
137
+ \ or other essential goods and services\n\n 4. Engage in the unauthorized or unlicensed\
138
+ \ practice of any profession including, but not limited to, financial, legal, medical/health,\
139
+ \ or related professional practices\n\n 5. Collect, process, disclose, generate,\
140
+ \ or infer private or sensitive information about individuals, including information\
141
+ \ about individuals’ identity, health, or demographic information, unless you have\
142
+ \ obtained the right to do so in accordance with applicable law\n\n 6. Engage\
143
+ \ in or facilitate any action or generate any content that infringes, misappropriates,\
144
+ \ or otherwise violates any third-party rights, including the outputs or results\
145
+ \ of any products or services using the Llama Materials\n\n 7. Create, generate,\
146
+ \ or facilitate the creation of malicious code, malware, computer viruses or do\
147
+ \ anything else that could disable, overburden, interfere with or impair the proper\
148
+ \ working, integrity, operation or appearance of a website or computer system\n\n\
149
+ \ 8. Engage in any action, or facilitate any action, to intentionally circumvent\
150
+ \ or remove usage restrictions or other safety measures, or to enable functionality\
151
+ \ disabled by Meta\n\n2. Engage in, promote, incite, facilitate, or assist in the\
152
+ \ planning or development of activities that present a risk of death or bodily harm\
153
+ \ to individuals, including use of Llama 3.3 related to the following:\n\n 1.\
154
+ \ Military, warfare, nuclear industries or applications, espionage, use for materials\
155
+ \ or activities that are subject to the International Traffic Arms Regulations (ITAR)\
156
+ \ maintained by the United States Department of State or to the U.S. Biological\
157
+ \ Weapons Anti-Terrorism Act of 1989 or the Chemical Weapons Convention Implementation\
158
+ \ Act of 1997\n\n 2. Guns and illegal weapons (including weapon development)\n\
159
+ \n 3. Illegal drugs and regulated/controlled substances\n\n 4. Operation of\
160
+ \ critical infrastructure, transportation technologies, or heavy machinery\n\n \
161
+ \ 5. Self-harm or harm to others, including suicide, cutting, and eating disorders\n\
162
+ \n 6. Any content intended to incite or promote violence, abuse, or any infliction\
163
+ \ of bodily harm to an individual\n\n3. Intentionally deceive or mislead others,\
164
+ \ including use of Llama 3.3 related to the following:\n\n 1. Generating, promoting,\
165
+ \ or furthering fraud or the creation or promotion of disinformation\n\n 2. Generating,\
166
+ \ promoting, or furthering defamatory content, including the creation of defamatory\
167
+ \ statements, images, or other content\n\n 3. Generating, promoting, or further\
168
+ \ distributing spam\n\n 4. Impersonating another individual without consent, authorization,\
169
+ \ or legal right\n\n 5. Representing that the use of Llama 3.3 or outputs are\
170
+ \ human-generated\n\n 6. Generating or facilitating false online engagement, including\
171
+ \ fake reviews and other means of fake online engagement\n\n4. Fail to appropriately\
172
+ \ disclose to end users any known dangers of your AI system\n5. Interact with third\
173
+ \ party tools, models, or software designed to generate unlawful content or engage\
174
+ \ in unlawful or harmful conduct and/or represent that the outputs of such tools,\
175
+ \ models, or software are associated with Meta or Llama 3.3\nWith respect to any\
176
+ \ multimodal models included in Llama 3.3, the rights granted under Section 1(a)\
177
+ \ of the Llama 3.3 Community License Agreement are not being granted to you if you\
178
+ \ are an individual domiciled in, or a company with a principal place of business\
179
+ \ in, the European Union. This restriction does not apply to end users of a product\
180
+ \ or service that incorporates any such multimodal models.\nPlease report any violation\
181
+ \ of this Policy, software “bug,” or other problems that could lead to a violation\
182
+ \ of this Policy through one of the following means:\n* Reporting issues with the\
183
+ \ model: [https://github.com/meta-llama/llama-models/issues](https://l.workplace.com/l.php?u=https%3A%2F%2Fgithub.com%2Fmeta-llama%2Fllama-models%2Fissues&h=AT0qV8W9BFT6NwihiOHRuKYQM_UnkzN_NmHMy91OT55gkLpgi4kQupHUl0ssR4dQsIQ8n3tfd0vtkobvsEvt1l4Ic6GXI2EeuHV8N08OG2WnbAmm0FL4ObkazC6G_256vN0lN9DsykCvCqGZ)\
184
+ \ * Reporting risky content generated by the model: [developers.facebook.com/llama\\\
185
+ _output\\_feedback](http://developers.facebook.com/llama_output_feedback) * Reporting\
186
+ \ bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)\
187
+ \ * Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama\
188
+ \ 3.3: LlamaUseReport@meta.com "
189
+ extra_gated_fields:
190
+ First Name: text
191
+ Last Name: text
192
+ Date of birth: date_picker
193
+ Country: country
194
+ Affiliation: text
195
+ Job title:
196
+ type: select
197
+ options:
198
+ - Student
199
+ - Research Graduate
200
+ - AI researcher
201
+ - AI developer/engineer
202
+ - Reporter
203
+ - Other
204
+ geo: ip_location
205
+ ? By clicking Submit below I accept the terms of the license and acknowledge that
206
+ the information I provide will be collected stored processed and shared in accordance
207
+ with the Meta Privacy Policy
208
+ : checkbox
209
+ extra_gated_description: The information you provide will be collected, stored, processed
210
+ and shared in accordance with the [Meta Privacy Policy](https://www.facebook.com/privacy/policy/).
211
+ extra_gated_button_content: Submit
212
+ license: llama3.3
213
  ---
214
+ # This is a decensored version of [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct), made using [Heretic](https://github.com/p-e-w/heretic) v1.0.1
215
 
216
+ ## Abliteration parameters
217
 
218
+ | Parameter | Value |
219
+ | :-------- | :---: |
220
+ | **direction_index** | per layer |
221
+ | **attn.o_proj.max_weight** | 1.49 |
222
+ | **attn.o_proj.max_weight_position** | 58.81 |
223
+ | **attn.o_proj.min_weight** | 1.38 |
224
+ | **attn.o_proj.min_weight_distance** | 47.39 |
225
+ | **mlp.down_proj.max_weight** | 1.42 |
226
+ | **mlp.down_proj.max_weight_position** | 50.58 |
227
+ | **mlp.down_proj.min_weight** | 0.74 |
228
+ | **mlp.down_proj.min_weight_distance** | 38.38 |
229
 
230
+ ## Performance
231
 
232
+ | Metric | This model | Original model ([meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct)) |
233
+ | :----- | :--------: | :---------------------------: |
234
+ | **KL divergence** | 1.63 | 0 *(by definition)* |
235
+ | **Refusals** | 5/100 | 72/100 |
236
 
237
+ -----
238
 
239
+ ## Model Information
240
 
241
+ The Meta Llama 3.3 multilingual large language model (LLM) is an instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model is optimized for multilingual dialogue use cases and outperforms many of the available open source and closed chat models on common industry benchmarks.
242
 
243
+ **Model developer**: Meta
244
 
245
+ **Model Architecture:** Llama 3.3 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety.
 
 
 
 
 
 
246
 
247
+ | | Training Data | Params | Input modalities | Output modalities | Context length | GQA | Token count | Knowledge cutoff |
248
+ | :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- | :---- |
249
+ | Llama 3.3 (text only) | A new mix of publicly available online data. | 70B | Multilingual Text | Multilingual Text and code | 128k | Yes | 15T+ | December 2023 |
250
 
251
+ **Supported languages:** English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai.
252
 
253
+ **Llama 3.3 model**. Token counts refer to pretraining data only. All model versions use Grouped-Query Attention (GQA) for improved inference scalability.
 
 
254
 
255
+ **Model Release Date:**
256
 
257
+ * **70B Instruct: December 6, 2024**
258
 
259
+ **Status:** This is a static model trained on an offline dataset. Future versions of the tuned models will be released as we improve model safety with community feedback.
260
 
261
+ **License** A custom commercial license, the Llama 3.3 Community License Agreement, is available at: [https://github.com/meta-llama/llama-models/blob/main/models/llama3\_3/LICENSE](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/LICENSE)
262
 
263
+ Where to send questions or comments about the model Instructions on how to provide feedback or comments on the model can be found in the model [README](https://github.com/meta-llama/llama3). For more technical information about generation parameters and recipes for how to use Llama 3.3 in applications, please go [here](https://github.com/meta-llama/llama-recipes).
264
 
265
+ ## Intended Use
266
 
267
+ **Intended Use Cases** Llama 3.3 is intended for commercial and research use in multiple languages. Instruction tuned text only models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks. The Llama 3.3 model also supports the ability to leverage the outputs of its models to improve other models including synthetic data generation and distillation. The Llama 3.3 Community License allows for these use cases.
268
 
269
+ **Out-of-scope** Use in any manner that violates applicable laws or regulations (including trade compliance laws). Use in any other way that is prohibited by the Acceptable Use Policy and Llama 3.3 Community License. Use in languages beyond those explicitly referenced as supported in this model card\*\*.
270
 
271
+ \*\*Note: Llama 3.3 has been trained on a broader collection of languages than the 8 supported languages. Developers may fine-tune Llama 3.3 models for languages beyond the 8 supported languages provided they comply with the Llama 3.3 Community License and the Acceptable Use Policy and in such cases are responsible for ensuring that any uses of Llama 3.3 in additional languages is done in a safe and responsible manner.
272
 
273
+ ## How to use
274
 
275
+ This repository contains two versions of Llama-3.3-70B-Instruct, for use with transformers and with the original `llama` codebase.
276
 
277
+ ### Use with transformers
278
 
279
+ Starting with `transformers >= 4.45.0` onward, you can run conversational inference using the Transformers `pipeline` abstraction or by leveraging the Auto classes with the `generate()` function.
280
 
281
+ Make sure to update your transformers installation via `pip install --upgrade transformers`.
282
 
283
+ See the snippet below for usage with Transformers:
284
 
285
+ ```python
286
+ import transformers
287
+ import torch
288
 
289
+ model_id = "meta-llama/Llama-3.3-70B-Instruct"
290
 
291
+ pipeline = transformers.pipeline(
292
+ "text-generation",
293
+ model=model_id,
294
+ model_kwargs={"torch_dtype": torch.bfloat16},
295
+ device_map="auto",
296
+ )
297
 
298
+ messages = [
299
+ {"role": "system", "content": "You are a pirate chatbot who always responds in pirate speak!"},
300
+ {"role": "user", "content": "Who are you?"},
301
+ ]
302
 
303
+ outputs = pipeline(
304
+ messages,
305
+ max_new_tokens=256,
306
+ )
307
+ print(outputs[0]["generated_text"][-1])
308
+ ```
309
 
310
+ ### Tool use with transformers
311
 
312
+ LLaMA-3.3 supports multiple tool use formats. You can see a full guide to prompt formatting [here](https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1/).
313
 
314
+ Tool use is also supported through [chat templates](https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling) in Transformers.
315
+ Here is a quick example showing a single simple tool:
316
 
317
+ ```python
318
+ # First, define a tool
319
+ def get_current_temperature(location: str) -> float:
320
+ """
321
+ Get the current temperature at a location.
322
+
323
+ Args:
324
+ location: The location to get the temperature for, in the format "City, Country"
325
+ Returns:
326
+ The current temperature at the specified location in the specified units, as a float.
327
+ """
328
+ return 22. # A real function should probably actually get the temperature!
329
 
330
+ # Next, create a chat and apply the chat template
331
+ messages = [
332
+ {"role": "system", "content": "You are a bot that responds to weather queries."},
333
+ {"role": "user", "content": "Hey, what's the temperature in Paris right now?"}
334
+ ]
335
 
336
+ inputs = tokenizer.apply_chat_template(messages, tools=[get_current_temperature], add_generation_prompt=True)
337
+ ```
338
 
339
+ You can then generate text from this input as normal. If the model generates a tool call, you should add it to the chat like so:
340
 
341
+ ```python
342
+ tool_call = {"name": "get_current_temperature", "arguments": {"location": "Paris, France"}}
343
+ messages.append({"role": "assistant", "tool_calls": [{"type": "function", "function": tool_call}]})
344
+ ```
345
 
346
+ and then call the tool and append the result, with the `tool` role, like so:
347
 
348
+ ```python
349
+ messages.append({"role": "tool", "name": "get_current_temperature", "content": "22.0"})
350
+ ```
351
 
352
+ After that, you can `generate()` again to let the model use the tool result in the chat. Note that this was a very brief introduction to tool calling - for more information,
353
+ see the [LLaMA prompt format docs](https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1/) and the Transformers [tool use documentation](https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling).
354
 
 
355
 
356
+ ### Use with `bitsandbytes`
357
 
358
+ The model checkpoints can be used in `8-bit` and `4-bit` for further memory optimisations using `bitsandbytes` and `transformers`
359
 
360
+ See the snippet below for usage:
361
 
362
+ ```python
363
+ import torch
364
+ from transformers import AutoModelForCausalLM, AutoTokenizer
365
 
366
+ model_id = "meta-llama/Llama-3.3-70B-Instruct"
367
+ quantization_config = BitsAndBytesConfig(load_in_8bit=True)
368
 
369
+ quantized_model = AutoModelForCausalLM.from_pretrained(
370
+ model_id, device_map="auto", torch_dtype=torch.bfloat16, quantization_config=quantization_config)
371
 
372
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
373
+ input_text = "What are we having for dinner?"
374
+ input_ids = tokenizer(input_text, return_tensors="pt").to("cuda")
375
 
376
+ output = quantized_model.generate(**input_ids, max_new_tokens=10)
377
 
378
+ print(tokenizer.decode(output[0], skip_special_tokens=True))
379
+ ```
380
 
381
+ To load in 4-bit simply pass `load_in_4bit=True`
382
 
383
+ ### Use with `llama`
384
 
385
+ Please, follow the instructions in the [repository](https://github.com/meta-llama/llama).
386
 
387
+ To download Original checkpoints, see the example command below leveraging `huggingface-cli`:
388
 
389
+ ```
390
+ huggingface-cli download meta-llama/Llama-3.3-70B-Instruct --include "original/*" --local-dir Llama-3.3-70B-Instruct
391
+ ```
392
 
393
+ ## Hardware and Software
394
 
395
+ **Training Factors** We used custom training libraries, Meta's custom built GPU cluster, and production infrastructure for pretraining. Fine-tuning, annotation, and evaluation were also performed on production infrastructure.
396
 
397
+ **Training Energy Use** Training utilized a cumulative of **39.3**M GPU hours of computation on H100-80GB (TDP of 700W) type hardware, per the table below. Training time is the total GPU time required for training each model and power consumption is the peak power capacity per GPU device used, adjusted for power usage efficiency.
398
 
399
+ ##
400
 
401
+ ## **Training Greenhouse Gas Emissions** Estimated total location-based greenhouse gas emissions were **11,390** tons CO2eq for training. Since 2020, Meta has maintained net zero greenhouse gas emissions in its global operations and matched 100% of its electricity use with renewable energy, therefore the total market-based greenhouse gas emissions for training were 0 tons CO2eq.
402
 
403
+ | | Training Time (GPU hours) | Training Power Consumption (W) | Training Location-Based Greenhouse Gas Emissions (tons CO2eq) | Training Market-Based Greenhouse Gas Emissions (tons CO2eq) |
404
+ | :---- | :---: | :---: | :---: | :---: |
405
+ | Llama 3.3 70B | 7.0M | 700 | 2,040 | 0 |
406
 
407
+ ## The methodology used to determine training energy use and greenhouse gas emissions can be found [here](https://arxiv.org/pdf/2204.05149). Since Meta is openly releasing these models, the training energy use and greenhouse gas emissions will not be incurred by others.
408
 
409
+ ## Training Data
410
 
411
+ **Overview:** Llama 3.3 was pretrained on \~15 trillion tokens of data from publicly available sources. The fine-tuning data includes publicly available instruction datasets, as well as over 25M synthetically generated examples.
412
 
413
+ **Data Freshness:** The pretraining data has a cutoff of December 2023\.
414
 
415
+ ## Benchmarks \- English Text
416
 
417
+ In this section, we report the results for Llama 3.3 relative to our previous models.
 
 
 
 
418
 
419
+ ### Instruction tuned models
420
 
421
+ ##
422
 
423
+ | Category | Benchmark | \# Shots | Metric | Llama 3.1 8B Instruct | Llama 3.1 70B Instruct | Llama-3.3 70B Instruct | Llama 3.1 405B Instruct |
424
+ | :---- | :---- | ----- | :---- | ----- | ----- | ----- | ----- |
425
+ | | MMLU (CoT) | 0 | macro\_avg/acc | 73.0 | 86.0 | 86.0 | 88.6 |
426
+ | | MMLU Pro (CoT) | 5 | macro\_avg/acc | 48.3 | 66.4 | 68.9 | 73.3 |
427
+ | Steerability | IFEval | | | 80.4 | 87.5 | 92.1 | 88.6 |
428
+ | Reasoning | GPQA Diamond (CoT) | 0 | acc | 31.8 | 48.0 | 50.5 | 49.0 |
429
+ | Code | HumanEval | 0 | pass@1 | 72.6 | 80.5 | 88.4 | 89.0 |
430
+ | | MBPP EvalPlus (base) | 0 | pass@1 | 72.8 | 86.0 | 87.6 | 88.6 |
431
+ | Math | MATH (CoT) | 0 | sympy\_intersection\_score | 51.9 | 68.0 | 77.0 | 73.8 |
432
+ | Tool Use | BFCL v2 | 0 | overall\_ast\_summary/macro\_avg/valid | 65.4 | 77.5 | 77.3 | 81.1 |
433
+ | Multilingual | MGSM | 0 | em | 68.9 | 86.9 | 91.1 | 91.6 |
434
 
435
+ ##
436
 
437
+ ## Responsibility & Safety
438
 
439
+ As part of our Responsible release approach, we followed a three-pronged strategy to managing trust & safety risks:
440
 
441
+ * Enable developers to deploy helpful, safe and flexible experiences for their target audience and for the use cases supported by Llama.
442
+ * Protect developers against adversarial users aiming to exploit Llama capabilities to potentially cause harm.
443
+ * Provide protections for the community to help prevent the misuse of our models.
444
 
445
+ ### Responsible deployment
446
 
447
+ Llama is a foundational technology designed to be used in a variety of use cases, examples on how Meta’s Llama models have been responsibly deployed can be found in our [Community Stories webpage](https://llama.meta.com/community-stories/). Our approach is to build the most helpful models enabling the world to benefit from the technology power, by aligning our model safety for the generic use cases addressing a standard set of harms. Developers are then in the driver seat to tailor safety for their use case, defining their own policy and deploying the models with the necessary safeguards in their Llama systems. Llama 3.3 was developed following the best practices outlined in our Responsible Use Guide, you can refer to the [Responsible Use Guide](https://llama.meta.com/responsible-use-guide/) to learn more.
448
 
449
+ #### Llama 3.3 instruct
450
 
451
+ Our main objectives for conducting safety fine-tuning are to provide the research community with a valuable resource for studying the robustness of safety fine-tuning, as well as to offer developers a readily available, safe, and powerful model for various applications to reduce the developer workload to deploy safe AI systems. For more details on the safety mitigations implemented please read the Llama 3 paper.
452
 
453
+ **Fine-tuning data**
454
+ We employ a multi-faceted approach to data collection, combining human-generated data from our vendors with synthetic data to mitigate potential safety risks. We’ve developed many large language model (LLM)-based classifiers that enable us to thoughtfully select high-quality prompts and responses, enhancing data quality control.
455
 
456
+ **Refusals and Tone**
457
+ Building on the work we started with Llama 3, we put a great emphasis on model refusals to benign prompts as well as refusal tone. We included both borderline and adversarial prompts in our safety data strategy, and modified our safety data responses to follow tone guidelines.
458
 
459
+ #### Llama 3.3 systems
460
 
461
+ **Large language models, including Llama 3.3, are not designed to be deployed in isolation but instead should be deployed as part of an overall AI system with additional safety guardrails as required.** Developers are expected to deploy system safeguards when building agentic systems. Safeguards are key to achieve the right helpfulness-safety alignment as well as mitigating safety and security risks inherent to the system and any integration of the model or system with external tools.
462
+ As part of our responsible release approach, we provide the community with [safeguards](https://llama.meta.com/trust-and-safety/) that developers should deploy with Llama models or other LLMs, including Llama Guard 3, Prompt Guard and Code Shield. All our [reference implementations](https://github.com/meta-llama/llama-agentic-system) demos contain these safeguards by default so developers can benefit from system-level safety out-of-the-box.
463
 
464
+ #### Capability specific considerations
465
 
466
+ **Tool-use**: Just like in standard software development, developers are responsible for the integration of the LLM with the tools and services of their choice. They should define a clear policy for their use case and assess the integrity of the third party services they use to be aware of the safety and security limitations when using this capability. Refer to the Responsible Use Guide for best practices on the safe deployment of the third party safeguards.
467
 
468
+ **Multilinguality**: Llama 3.3 supports 7 languages in addition to English: French, German, Hindi, Italian, Portuguese, Spanish, and Thai. Llama may be able to output text in other languages than those that meet performance thresholds for safety and helpfulness. We strongly discourage developers from using this model to converse in non-supported languages without implementing finetuning and system controls in alignment with their policies and the best practices shared in the Responsible Use Guide.
469
 
470
+ ### Evaluations
471
 
472
+ We evaluated Llama models for common use cases as well as specific capabilities. Common use cases evaluations measure safety risks of systems for most commonly built applications including chat bot, coding assistant, tool calls. We built dedicated, adversarial evaluation datasets and evaluated systems composed of Llama models and Llama Guard 3 to filter input prompt and output response. It is important to evaluate applications in context, and we recommend building dedicated evaluation dataset for your use case. Prompt Guard and Code Shield are also available if relevant to the application.
473
+ Capability evaluations measure vulnerabilities of Llama models inherent to specific capabilities, for which were crafted dedicated benchmarks including long context, multilingual, tools calls, coding or memorization.
474
 
475
+ **Red teaming**
476
+ For both scenarios, we conducted recurring red teaming exercises with the goal of discovering risks via adversarial prompting and we used the learnings to improve our benchmarks and safety tuning datasets.
477
+ We partnered early with subject-matter experts in critical risk areas to understand the nature of these real-world harms and how such models may lead to unintended harm for society. Based on these conversations, we derived a set of adversarial goals for the red team to attempt to achieve, such as extracting harmful information or reprogramming the model to act in a potentially harmful capacity. The red team consisted of experts in cybersecurity, adversarial machine learning, responsible AI, and integrity in addition to multilingual content specialists with background in integrity issues in specific geographic markets. .
478
 
479
+ ### Critical and other risks
480
 
481
+ ### We specifically focused our efforts on mitigating the following critical risk areas:
482
 
483
+ **1- CBRNE (Chemical, Biological, Radiological, Nuclear, and Explosive materials) helpfulness**
484
+ To assess risks related to proliferation of chemical and biological weapons of the Llama 3 family of models, we performed uplift testing designed to assess whether use of the Llama 3 models could meaningfully increase the capabilities of malicious actors to plan or carry out attacks using these types of weapons.
485
+
486
+ ### **2\. Child Safety**
487
+
488
+ Child Safety risk assessments were conducted using a team of experts, to assess the model’s capability to produce outputs that could result in Child Safety risks and inform on any necessary and appropriate risk mitigations via fine tuning. We leveraged those expert red teaming sessions to expand the coverage of our evaluation benchmarks through Llama 3 model development. For Llama 3, we conducted new in-depth sessions using objective based methodologies to assess the model risks along multiple attack vectors including the additional languages Llama 3 is trained on. We also partnered with content specialists to perform red teaming exercises assessing potentially violating content while taking account of market specific nuances or experiences.
489
+
490
+ **3\. Cyber attack enablement**
491
+ Our cyber attack uplift study investigated whether the Llama 3 family of LLMs can enhance human capabilities in hacking tasks, both in terms of skill level and speed.
492
+ Our attack automation study focused on evaluating the capabilities of LLMs when used as autonomous agents in cyber offensive operations, specifically in the context of ransomware attacks. This evaluation was distinct from previous studies that considered LLMs as interactive assistants. The primary objective was to assess whether these models could effectively function as independent agents in executing complex cyber-attacks without human intervention.
493
+
494
+ ### Community
495
+
496
+ Generative AI safety requires expertise and tooling, and we believe in the strength of the open community to accelerate its progress. We are active members of open consortiums, including the AI Alliance, Partnership on AI and MLCommons, actively contributing to safety standardization and transparency. We encourage the community to adopt taxonomies like the MLCommons Proof of Concept evaluation to facilitate collaboration and transparency on safety and content evaluations. Our Purple Llama tools are open sourced for the community to use and widely distributed across ecosystem partners including cloud service providers. We encourage community contributions to our [Github repository](https://github.com/meta-llama/PurpleLlama).
497
+
498
+ We also set up the [Llama Impact Grants](https://llama.meta.com/llama-impact-grants/) program to identify and support the most compelling applications of Meta’s Llama model for societal benefit across three categories: education, climate and open innovation. The 20 finalists from the hundreds of applications can be found [here](https://llama.meta.com/llama-impact-grants/#finalists).
499
+
500
+ Finally, we put in place a set of resources including an [output reporting mechanism](https://developers.facebook.com/llama_output_feedback) and [bug bounty program](https://www.facebook.com/whitehat) to continuously improve the Llama technology with the help of the community.
501
+
502
+ ## Ethical Considerations and Limitations
503
+
504
+ The core values of Llama 3.3 are openness, inclusivity and helpfulness. It is meant to serve everyone, and to work for a wide range of use cases. It is thus designed to be accessible to people across many different backgrounds, experiences and perspectives. Llama 3.3 addresses users and their needs as they are, without insertion unnecessary judgment or normativity, while reflecting the understanding that even content that may appear problematic in some cases can serve valuable purposes in others. It respects the dignity and autonomy of all users, especially in terms of the values of free thought and expression that power innovation and progress.
505
+
506
+ But Llama 3.3 is a new technology, and like any new technology, there are risks associated with its use. Testing conducted to date has not covered, nor could it cover, all scenarios. For these reasons, as with all LLMs, Llama 3.3’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 3.3 model, developers should perform safety testing and tuning tailored to their specific applications of the model. Please refer to available resources including our [Responsible Use Guide](https://llama.meta.com/responsible-use-guide), [Trust and Safety](https://llama.meta.com/trust-and-safety/) solutions, and other [resources](https://llama.meta.com/docs/get-started/) to learn more about responsible development.