clowman commited on
Commit
8d16f8b
·
verified ·
1 Parent(s): d0b7e8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -195
README.md CHANGED
@@ -1,19 +1,3 @@
1
- # Quantization
2
- Created with [lambda-quant](https://github.com/LambdaLabsML/lambda-quant/tree/f97108fe4a9ee061a7b969b23a9605a6d561863d) on `Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0]`
3
-
4
- Base Model: [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)
5
-
6
- Quantized using [gptqmodel==2.1.0](https://github.com/ModelCloud/GPTQModel)
7
-
8
- Steps to create:
9
- 1. `git clone https://github.com/LambdaLabsML/lambda-quant`
10
- 2. `git checkout f97108fe4a9ee061a7b969b23a9605a6d561863d`
11
- 3. `python quantize.py -m meta-llama/Llama-3.2-1B-Instruct -q GPTQ-Int8`
12
- ## Evaluation
13
- TODO
14
- ## Benchmarks
15
- TODO
16
- # Base Model README.md
17
  ---
18
  language:
19
  - en
@@ -33,184 +17,7 @@ tags:
33
  - llama
34
  - llama-3
35
  license: llama3.2
36
- extra_gated_prompt: >-
37
- ### LLAMA 3.2 COMMUNITY LICENSE AGREEMENT
38
-
39
-
40
- Llama 3.2 Version Release Date: September 25, 2024
41
-
42
-
43
- “Agreement” means the terms and conditions for use, reproduction, distribution
44
- and modification of the Llama Materials set forth herein.
45
-
46
-
47
- “Documentation” means the specifications, manuals and documentation accompanying Llama 3.2
48
- distributed by Meta at https://llama.meta.com/doc/overview.
49
-
50
-
51
- “Licensee” or “you” means you, or your employer or any other person or entity (if you are
52
- entering into this Agreement on such person or entity’s behalf), of the age required under
53
- applicable laws, rules or regulations to provide legal consent and that has legal authority
54
- to bind your employer or such other person or entity if you are entering in this Agreement
55
- on their behalf.
56
-
57
-
58
- “Llama 3.2” means the foundational large language models and software and algorithms, including
59
- machine-learning model code, trained model weights, inference-enabling code, training-enabling code,
60
- fine-tuning enabling code and other elements of the foregoing distributed by Meta at
61
- https://www.llama.com/llama-downloads.
62
-
63
-
64
- “Llama Materials” means, collectively, Meta’s proprietary Llama 3.2 and Documentation (and
65
- any portion thereof) made available under this Agreement.
66
-
67
-
68
- “Meta” or “we” means Meta Platforms Ireland Limited (if you are located in or,
69
- if you are an entity, your principal place of business is in the EEA or Switzerland)
70
- and Meta Platforms, Inc. (if you are located outside of the EEA or Switzerland).
71
-
72
-
73
- By clicking “I Accept” below or by using or distributing any portion or element of the Llama Materials,
74
- you agree to be bound by this Agreement.
75
-
76
-
77
- 1. License Rights and Redistribution.
78
-
79
- a. Grant of Rights. You are granted a non-exclusive, worldwide,
80
- non-transferable and royalty-free limited license under Meta’s intellectual property or other rights
81
- owned by Meta embodied in the Llama Materials to use, reproduce, distribute, copy, create derivative works
82
- of, and make modifications to the Llama Materials.
83
-
84
- b. Redistribution and Use.
85
-
86
- i. If you distribute or make available the Llama Materials (or any derivative works thereof),
87
- or a product or service (including another AI model) that contains any of them, you shall (A) provide
88
- a copy of this Agreement with any such Llama Materials; and (B) prominently display “Built with Llama”
89
- on a related website, user interface, blogpost, about page, or product documentation. If you use the
90
- Llama Materials or any outputs or results of the Llama Materials to create, train, fine tune, or
91
- otherwise improve an AI model, which is distributed or made available, you shall also include “Llama”
92
- at the beginning of any such AI model name.
93
-
94
- ii. If you receive Llama Materials, or any derivative works thereof, from a Licensee as part
95
- of an integrated end user product, then Section 2 of this Agreement will not apply to you.
96
-
97
- iii. You must retain in all copies of the Llama Materials that you distribute the
98
- following attribution notice within a “Notice” text file distributed as a part of such copies:
99
- “Llama 3.2 is licensed under the Llama 3.2 Community License, Copyright © Meta Platforms,
100
- Inc. All Rights Reserved.”
101
-
102
- iv. Your use of the Llama Materials must comply with applicable laws and regulations
103
- (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for
104
- the Llama Materials (available at https://www.llama.com/llama3_2/use-policy), which is hereby
105
- incorporated by reference into this Agreement.
106
-
107
- 2. Additional Commercial Terms. If, on the Llama 3.2 version release date, the monthly active users
108
- of the products or services made available by or for Licensee, or Licensee’s affiliates,
109
- is greater than 700 million monthly active users in the preceding calendar month, you must request
110
- a license from Meta, which Meta may grant to you in its sole discretion, and you are not authorized to
111
- exercise any of the rights under this Agreement unless or until Meta otherwise expressly grants you such rights.
112
-
113
- 3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE LLAMA MATERIALS AND ANY OUTPUT AND
114
- RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF ANY KIND, AND META DISCLAIMS
115
- ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES
116
- OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE
117
- FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE LLAMA MATERIALS AND ASSUME ANY RISKS ASSOCIATED
118
- WITH YOUR USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND RESULTS.
119
-
120
- 4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY,
121
- WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS AGREEMENT,
122
- FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN
123
- IF META OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
124
-
125
- 5. Intellectual Property.
126
-
127
- a. No trademark licenses are granted under this Agreement, and in connection with the Llama Materials,
128
- neither Meta nor Licensee may use any name or mark owned by or associated with the other or any of its affiliates,
129
- except as required for reasonable and customary use in describing and redistributing the Llama Materials or as
130
- set forth in this Section 5(a). Meta hereby grants you a license to use “Llama” (the “Mark”) solely as required
131
- to comply with the last sentence of Section 1.b.i. You will comply with Meta’s brand guidelines (currently accessible
132
- at https://about.meta.com/brand/resources/meta/company-brand/). All goodwill arising out of your use of the Mark
133
- will inure to the benefit of Meta.
134
-
135
- b. Subject to Meta’s ownership of Llama Materials and derivatives made by or for Meta, with respect to any
136
- derivative works and modifications of the Llama Materials that are made by you, as between you and Meta,
137
- you are and will be the owner of such derivative works and modifications.
138
-
139
- c. If you institute litigation or other proceedings against Meta or any entity (including a cross-claim or
140
- counterclaim in a lawsuit) alleging that the Llama Materials or Llama 3.2 outputs or results, or any portion
141
- of any of the foregoing, constitutes infringement of intellectual property or other rights owned or licensable
142
- by you, then any licenses granted to you under this Agreement shall terminate as of the date such litigation or
143
- claim is filed or instituted. You will indemnify and hold harmless Meta from and against any claim by any third
144
- party arising out of or related to your use or distribution of the Llama Materials.
145
-
146
- 6. Term and Termination. The term of this Agreement will commence upon your acceptance of this Agreement or access
147
- to the Llama Materials and will continue in full force and effect until terminated in accordance with the terms
148
- and conditions herein. Meta may terminate this Agreement if you are in breach of any term or condition of this
149
- Agreement. Upon termination of this Agreement, you shall delete and cease use of the Llama Materials. Sections 3,
150
- 4 and 7 shall survive the termination of this Agreement.
151
-
152
- 7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of the State of
153
- California without regard to choice of law principles, and the UN Convention on Contracts for the International
154
- Sale of Goods does not apply to this Agreement. The courts of California shall have exclusive jurisdiction of
155
- any dispute arising out of this Agreement.
156
-
157
- ### Llama 3.2 Acceptable Use Policy
158
-
159
- Meta is committed to promoting safe and fair use of its tools and features, including Llama 3.2.
160
- If you access or use Llama 3.2, you agree to this Acceptable Use Policy (“**Policy**”).
161
- The most recent copy of this policy can be found at
162
- [https://www.llama.com/llama3_2/use-policy](https://www.llama.com/llama3_2/use-policy).
163
-
164
- #### Prohibited Uses
165
-
166
- We want everyone to use Llama 3.2 safely and responsibly. You agree you will not use, or allow others to use, Llama 3.2 to:
167
-
168
- 1. Violate the law or others’ rights, including to:
169
- 1. Engage in, promote, generate, contribute to, encourage, plan, incite, or further illegal or unlawful activity or content, such as:
170
- 1. Violence or terrorism
171
- 2. Exploitation or harm to children, including the solicitation, creation, acquisition, or dissemination of child exploitative content or failure to report Child Sexual Abuse Material
172
- 3. Human trafficking, exploitation, and sexual violence
173
- 4. The illegal distribution of information or materials to minors, including obscene materials, or failure to employ legally required age-gating in connection with such information or materials.
174
- 5. Sexual solicitation
175
- 6. Any other criminal activity
176
- 1. Engage in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying of individuals or groups of individuals
177
- 2. Engage in, promote, incite, or facilitate discrimination or other unlawful or harmful conduct in the provision of employment, employment benefits, credit, housing, other economic benefits, or other essential goods and services
178
- 3. Engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or related professional practices
179
- 4. Collect, process, disclose, generate, or infer private or sensitive information about individuals, including information about individuals’ identity, health, or demographic information, unless you have obtained the right to do so in accordance with applicable law
180
- 5. Engage in or facilitate any action or generate any content that infringes, misappropriates, or otherwise violates any third-party rights, including the outputs or results of any products or services using the Llama Materials
181
- 6. Create, generate, or facilitate the creation of malicious code, malware, computer viruses or do anything else that could disable, overburden, interfere with or impair the proper working, integrity, operation or appearance of a website or computer system
182
- 7. Engage in any action, or facilitate any action, to intentionally circumvent or remove usage restrictions or other safety measures, or to enable functionality disabled by Meta 
183
- 2. Engage in, promote, incite, facilitate, or assist in the planning or development of activities that present a risk of death or bodily harm to individuals, including use of Llama 3.2 related to the following:
184
- 8. Military, warfare, nuclear industries or applications, espionage, use for materials or activities that are subject to the International Traffic Arms Regulations (ITAR) maintained by the United States Department of State or to the U.S. Biological Weapons Anti-Terrorism Act of 1989 or the Chemical Weapons Convention Implementation Act of 1997
185
- 9. Guns and illegal weapons (including weapon development)
186
- 10. Illegal drugs and regulated/controlled substances
187
- 11. Operation of critical infrastructure, transportation technologies, or heavy machinery
188
- 12. Self-harm or harm to others, including suicide, cutting, and eating disorders
189
- 13. Any content intended to incite or promote violence, abuse, or any infliction of bodily harm to an individual
190
- 3. Intentionally deceive or mislead others, including use of Llama 3.2 related to the following:
191
- 14. Generating, promoting, or furthering fraud or the creation or promotion of disinformation
192
- 15. Generating, promoting, or furthering defamatory content, including the creation of defamatory statements, images, or other content
193
- 16. Generating, promoting, or further distributing spam
194
- 17. Impersonating another individual without consent, authorization, or legal right
195
- 18. Representing that the use of Llama 3.2 or outputs are human-generated
196
- 19. Generating or facilitating false online engagement, including fake reviews and other means of fake online engagement 
197
- 4. Fail to appropriately disclose to end users any known dangers of your AI system
198
- 5. Interact with third party tools, models, or software designed to generate unlawful content or engage in unlawful or harmful conduct and/or represent that the outputs of such tools, models, or software are associated with Meta or Llama 3.2
199
-
200
-
201
- With respect to any multimodal models included in Llama 3.2, the rights granted under Section 1(a) of the Llama 3.2 Community License Agreement are not being granted to you if you are an individual domiciled in, or a company with a principal place of business in, the European Union. This restriction does not apply to end users of a product or service that incorporates any such multimodal models.
202
-
203
-
204
- Please report any violation of this Policy, software “bug,” or other problems that could lead to a violation of this Policy through one of the following means:
205
-
206
-
207
- * Reporting issues with the 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)
208
-
209
- * Reporting risky content generated by the model: [developers.facebook.com/llama_output_feedback](http://developers.facebook.com/llama_output_feedback)
210
-
211
- * Reporting bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)
212
-
213
- * Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama 3.2: [email protected]
214
  extra_gated_fields:
215
  First Name: text
216
  Last Name: text
@@ -233,7 +40,29 @@ extra_gated_description: >-
233
  accordance with the [Meta Privacy
234
  Policy](https://www.facebook.com/privacy/policy/).
235
  extra_gated_button_content: Submit
 
 
236
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
 
238
  ## Model Information
239
 
@@ -494,4 +323,4 @@ Our attack automation study focused on evaluating the capabilities of LLMs when
494
 
495
  **Values:** The core values of Llama 3.2 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.2 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.
496
 
497
- **Testing:** Llama 3.2 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.2’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.2 models, 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
 
17
  - llama
18
  - llama-3
19
  license: llama3.2
20
+ extra_gated_prompt: "### LLAMA 3.2 COMMUNITY LICENSE AGREEMENT\n\nLlama 3.2 Version Release Date: September 25, 2024\n\n“Agreement” means the terms and conditions for use, reproduction, distribution and modification of the Llama Materials set forth herein.\n\n“Documentation” means the specifications, manuals and documentation accompanying Llama 3.2 distributed by Meta at https://llama.meta.com/doc/overview.\n\n“Licensee” or “you” means you, or your employer or any other person or entity (if you are entering into this Agreement on such person or entity’s behalf), of the age required under applicable laws, rules or regulations to provide legal consent and that has legal authority to bind your employer or such other person or entity if you are entering in this Agreement on their behalf.\n\n“Llama 3.2” means the foundational large language models and software and algorithms, including machine-learning model code, trained model weights, inference-enabling code, training-enabling code, fine-tuning enabling code and other elements of the foregoing distributed by Meta at https://www.llama.com/llama-downloads.\n\n“Llama Materials” means, collectively, Meta’s proprietary Llama 3.2 and Documentation (and any portion thereof) made available under this Agreement.\n\n“Meta” or “we” means Meta Platforms Ireland Limited (if you are located in or, if you are an entity, your principal place of business is in the EEA or Switzerland) and Meta Platforms, Inc. (if you are located outside of the EEA or Switzerland). \n\nBy clicking “I Accept” below or by using or distributing any portion or element of the Llama Materials, you agree to be bound by this Agreement.\n\n1. License Rights and Redistribution.\na. Grant of Rights. You are granted a non-exclusive, worldwide, non-transferable and royalty-free limited license under Meta’s intellectual property or other rights owned by Meta embodied in the Llama Materials to use, reproduce, distribute, copy, create derivative works of, and make modifications to the Llama Materials. \nb. Redistribution and Use. \ni. If you distribute or make available the Llama Materials (or any derivative works thereof), or a product or service (including another AI model) that contains any of them, you shall (A) provide a copy of this Agreement with any such Llama Materials; and (B) prominently display “Built with Llama” on a related website, user interface, blogpost, about page, or product documentation. If you use the Llama Materials or any outputs or results of the Llama Materials to create, train, fine tune, or otherwise improve an AI model, which is distributed or made available, you shall also include “Llama” at the beginning of any such AI model name.\nii. If you receive Llama Materials, or any derivative works thereof, from a Licensee as part of an integrated end user product, then Section 2 of this Agreement will not apply to you. \niii. You must retain in all copies of the Llama Materials that you distribute the following attribution notice within a “Notice” text file distributed as a part of such copies: “Llama 3.2 is licensed under the Llama 3.2 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.”\niv. Your use of the Llama Materials must comply with applicable laws and regulations (including trade compliance laws and regulations) and adhere to the Acceptable Use Policy for the Llama Materials (available at https://www.llama.com/llama3_2/use-policy), which is hereby incorporated by reference into this Agreement.\n \n2. Additional Commercial Terms. If, on the Llama 3.2 version release date, the monthly active users of the products or services made available by or for Licensee, or Licensee’s affiliates, is greater than 700 million monthly active users in the preceding calendar month, you must request a license from Meta, which Meta may grant to you in its sole discretion, and you are not authorized to exercise any of the rights under this Agreement unless or until Meta otherwise expressly grants you such rights.\n3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE LLAMA MATERIALS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OF ANY KIND, AND META DISCLAIMS ALL WARRANTIES OF ANY KIND, BOTH EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING THE LLAMA MATERIALS AND ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND RESULTS.\n4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN IF META OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.\n5. Intellectual Property.\na. No trademark licenses are granted under this Agreement, and in connection with the Llama Materials, neither Meta nor Licensee may use any name or mark owned by or associated with the other or any of its affiliates, except as required for reasonable and customary use in describing and redistributing the Llama Materials or as set forth in this Section 5(a). Meta hereby grants you a license to use “Llama” (the “Mark”) solely as required to comply with the last sentence of Section 1.b.i. You will comply with Meta’s brand guidelines (currently accessible at https://about.meta.com/brand/resources/meta/company-brand/). All goodwill arising out of your use of the Mark will inure to the benefit of Meta.\nb. Subject to Meta’s ownership of Llama Materials and derivatives made by or for Meta, with respect to any derivative works and modifications of the Llama Materials that are made by you, as between you and Meta, you are and will be the owner of such derivative works and modifications.\nc. If you institute litigation or other proceedings against Meta or any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Llama Materials or Llama 3.2 outputs or results, or any portion of any of the foregoing, constitutes infringement of intellectual property or other rights owned or licensable by you, then any licenses granted to you under this Agreement shall terminate as of the date such litigation or claim is filed or instituted. You will indemnify and hold harmless Meta from and against any claim by any third party arising out of or related to your use or distribution of the Llama Materials.\n6. Term and Termination. The term of this Agreement will commence upon your acceptance of this Agreement or access to the Llama Materials and will continue in full force and effect until terminated in accordance with the terms and conditions herein. Meta may terminate this Agreement if you are in breach of any term or condition of this Agreement. Upon termination of this Agreement, you shall delete and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the termination of this Agreement. \n7. Governing Law and Jurisdiction. This Agreement will be governed and construed under the laws of the State of California without regard to choice of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement. The courts of California shall have exclusive jurisdiction of any dispute arising out of this Agreement. \n### Llama 3.2 Acceptable Use Policy\nMeta is committed to promoting safe and fair use of its tools and features, including Llama 3.2. If you access or use Llama 3.2, you agree to this Acceptable Use Policy (“**Policy**”). The most recent copy of this policy can be found at [https://www.llama.com/llama3_2/use-policy](https://www.llama.com/llama3_2/use-policy).\n#### Prohibited Uses\nWe want everyone to use Llama 3.2 safely and responsibly. You agree you will not use, or allow others to use, Llama 3.2 to:\n1. Violate the law or others’ rights, including to:\n 1. Engage in, promote, generate, contribute to, encourage, plan, incite, or further illegal or unlawful activity or content, such as:\n 1. Violence or terrorism\n 2. Exploitation or harm to children, including the solicitation, creation, acquisition, or dissemination of child exploitative content or failure to report Child Sexual Abuse Material\n 3. Human trafficking, exploitation, and sexual violence\n 4. The illegal distribution of information or materials to minors, including obscene materials, or failure to employ legally required age-gating in connection with such information or materials.\n 5. Sexual solicitation\n 6. Any other criminal activity\n 1. Engage in, promote, incite, or facilitate the harassment, abuse, threatening, or bullying of individuals or groups of individuals\n 2. Engage in, promote, incite, or facilitate discrimination or other unlawful or harmful conduct in the provision of employment, employment benefits, credit, housing, other economic benefits, or other essential goods and services\n 3. Engage in the unauthorized or unlicensed practice of any profession including, but not limited to, financial, legal, medical/health, or related professional practices\n 4. Collect, process, disclose, generate, or infer private or sensitive information about individuals, including information about individuals’ identity, health, or demographic information, unless you have obtained the right to do so in accordance with applicable law\n 5. Engage in or facilitate any action or generate any content that infringes, misappropriates, or otherwise violates any third-party rights, including the outputs or results of any products or services using the Llama Materials\n 6. Create, generate, or facilitate the creation of malicious code, malware, computer viruses or do anything else that could disable, overburden, interfere with or impair the proper working, integrity, operation or appearance of a website or computer system\n 7. Engage in any action, or facilitate any action, to intentionally circumvent or remove usage restrictions or other safety measures, or to enable functionality disabled by Meta\_\n2. Engage in, promote, incite, facilitate, or assist in the planning or development of activities that present a risk of death or bodily harm to individuals, including use of Llama 3.2 related to the following:\n 8. Military, warfare, nuclear industries or applications, espionage, use for materials or activities that are subject to the International Traffic Arms Regulations (ITAR) maintained by the United States Department of State or to the U.S. Biological Weapons Anti-Terrorism Act of 1989 or the Chemical Weapons Convention Implementation Act of 1997\n 9. Guns and illegal weapons (including weapon development)\n 10. Illegal drugs and regulated/controlled substances\n 11. Operation of critical infrastructure, transportation technologies, or heavy machinery\n 12. Self-harm or harm to others, including suicide, cutting, and eating disorders\n 13. Any content intended to incite or promote violence, abuse, or any infliction of bodily harm to an individual\n3. Intentionally deceive or mislead others, including use of Llama 3.2 related to the following:\n 14. Generating, promoting, or furthering fraud or the creation or promotion of disinformation\n 15. Generating, promoting, or furthering defamatory content, including the creation of defamatory statements, images, or other content\n 16. Generating, promoting, or further distributing spam\n 17. Impersonating another individual without consent, authorization, or legal right\n 18. Representing that the use of Llama 3.2 or outputs are human-generated\n 19. Generating or facilitating false online engagement, including fake reviews and other means of fake online engagement\_\n4. Fail to appropriately disclose to end users any known dangers of your AI system 5. Interact with third party tools, models, or software designed to generate unlawful content or engage in unlawful or harmful conduct and/or represent that the outputs of such tools, models, or software are associated with Meta or Llama 3.2\n\nWith respect to any multimodal models included in Llama 3.2, the rights granted under Section 1(a) of the Llama 3.2 Community License Agreement are not being granted to you if you are an individual domiciled in, or a company with a principal place of business in, the European Union. This restriction does not apply to end users of a product or service that incorporates any such multimodal models.\n\nPlease report any violation of this Policy, software “bug,” or other problems that could lead to a violation of this Policy through one of the following means:\n\n* Reporting issues with the 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)\n* Reporting risky content generated by the model: [developers.facebook.com/llama_output_feedback](http://developers.facebook.com/llama_output_feedback)\n* Reporting bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)\n* Reporting violations of the Acceptable Use Policy or unlicensed uses of Llama 3.2: [email protected]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  extra_gated_fields:
22
  First Name: text
23
  Last Name: text
 
40
  accordance with the [Meta Privacy
41
  Policy](https://www.facebook.com/privacy/policy/).
42
  extra_gated_button_content: Submit
43
+ base_model:
44
+ - meta-llama/Llama-3.2-1B-Instruct
45
  ---
46
+ # Quantization
47
+ Created with [lambda-quant](https://github.com/LambdaLabsML/lambda-quant/tree/f97108fe4a9ee061a7b969b23a9605a6d561863d) on `Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0]`
48
+
49
+ Base Model: [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)
50
+
51
+ Quantized using [gptqmodel==2.1.0](https://github.com/ModelCloud/GPTQModel)
52
+
53
+ Steps to create:
54
+ 1. `git clone https://github.com/LambdaLabsML/lambda-quant`
55
+ 2. `git checkout f97108fe4a9ee061a7b969b23a9605a6d561863d`
56
+ 3. `python quantize.py -m meta-llama/Llama-3.2-1B-Instruct -q GPTQ-Int8`
57
+
58
+ ## Evaluation
59
+ TODO
60
+
61
+ ## Benchmarks
62
+ TODO
63
+
64
+ # Base Model README.md
65
+
66
 
67
  ## Model Information
68
 
 
323
 
324
  **Values:** The core values of Llama 3.2 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.2 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.
325
 
326
+ **Testing:** Llama 3.2 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.2’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.2 models, 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.