test
#16
by
jgsch
- opened
- .gitattributes +0 -1
- LICENSE.txt +0 -28
- LLAMA 2 LICENSE/Responsible-Use-Guide.pdf +0 -3
- README.md +19 -30
- generation_config.json +3 -6
- LLAMA 2 LICENSE/LICENSE.txt → llama2/LICENSE +0 -0
- llama2/LICENSE.txt +126 -0
- llama2/Notice +1 -0
- llama2/README.md +137 -0
- {LLAMA 2 LICENSE → llama2}/USE_POLICY.md +0 -0
.gitattributes
CHANGED
@@ -33,4 +33,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
Responsible-Use-Guide.pdf filter=lfs diff=lfs merge=lfs -text
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
LICENSE.txt
DELETED
@@ -1,28 +0,0 @@
|
|
1 |
-
STABLE BELUGA NON-COMMERCIAL COMMUNITY LICENSE AGREEMENT
|
2 |
-
Dated: July 27, 2023
|
3 |
-
|
4 |
-
"Agreement" means the terms and conditions for use, reproduction, distribution and modification of the Software Products set forth herein.
|
5 |
-
|
6 |
-
“Documentation” means any specifications, manuals, documentation, and other written information provided by Stability AI related to the Software.
|
7 |
-
|
8 |
-
"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.
|
9 |
-
|
10 |
-
"Stability AI" or "we" means Stability AI Ltd.
|
11 |
-
|
12 |
-
"Software" means, collectively, Stability AI’s proprietary Stability Beluga 1 and 2 made available under this Agreement.
|
13 |
-
|
14 |
-
“Software Products” means Software and Documentation.
|
15 |
-
|
16 |
-
By using or distributing any portion or element of the Software Products, you agree to be bound by this Agreement.
|
17 |
-
|
18 |
-
License Rights and Redistribution.
|
19 |
-
Stability AI grants you a non-exclusive, worldwide, non-transferable, non-sublicensable, revocable, royalty free and limited license under Stability AI’s intellectual property or other rights owned by Stability AI embodied in the Software Products to reproduce, distribute, and create derivative works of the Software Products for purposes other than commercial or production use.
|
20 |
-
b. If you distribute or make the Software Products, or any derivative works thereof, available to a third party, you shall (i) provide a copy of this Agreement to such third party, and (ii) retain the following attribution notice within a "Notice" text file distributed as a part of such copies: "Stability Beluga is licensed under the Stability Beluga Research License, Copyright (c) Stability AI Ltd. All Rights Reserved.”
|
21 |
-
c. The licenses granted to you under this Agreement are conditioned upon your compliance with the Documentation, this Agreement, and the Llama 2 Acceptable Use Policy available at ai.meta.com/llama/use-policy, which is hereby incorporated herein by reference, and whose restrictions will apply to both Llama 2 and the Software Products for purposes of this Agreement.
|
22 |
-
2. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE SOFTWARE PRODUCTS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR 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 SOFTWARE PRODUCTS AND ASSUME ANY RISKS ASSOCIATED WITH YOUR USE OF THE SOFTWARE PRODUCTS AND ANY OUTPUT AND RESULTS.
|
23 |
-
3. Limitation of Liability. IN NO EVENT WILL STABILITY AI 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 STABILITY AI OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
|
24 |
-
3. Intellectual Property.
|
25 |
-
a. No trademark licenses are granted under this Agreement, and in connection with the Software Products, neither Stability AI 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 Software Products.
|
26 |
-
Subject to Stability AI’s ownership of the Software Products and derivatives made by or for Stability AI, with respect to any derivative works and modifications of the Software Products that are made by you, as between you and Stability AI, you are and will be the owner of such derivative works and modifications.
|
27 |
-
If you institute litigation or other proceedings against Stability AI (including a cross-claim or counterclaim in a lawsuit) alleging that the Software Products or associated 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 Stability AI from and against any claim by any third party arising out of or related to your use or distribution of the Software Products in violation of this Agreement.
|
28 |
-
4. Term and Termination. The term of this Agreement will commence upon your acceptance of this Agreement or access to the Software Products and will continue in full force and effect until terminated in accordance with the terms and conditions herein. Stability AI 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 Software Products. Sections 2-4 shall survive the termination of this Agreement.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LLAMA 2 LICENSE/Responsible-Use-Guide.pdf
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:525dc349d71fe257fce4098c146446df6fef4247174f351381e4c3214af126f0
|
3 |
-
size 1253223
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- conceptofmind/cot_submix_original
|
4 |
- conceptofmind/flan2021_submix_original
|
@@ -8,25 +9,23 @@ language:
|
|
8 |
- en
|
9 |
pipeline_tag: text-generation
|
10 |
---
|
11 |
-
#
|
12 |
-
|
13 |
-
Use [Stable Chat (Research Preview)](https://chat.stability.ai/chat) to test Stability AI's best language models for free
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
-
`
|
18 |
|
19 |
## Usage
|
20 |
|
21 |
-
Start chatting with `
|
22 |
|
23 |
```python
|
24 |
import torch
|
25 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
26 |
|
27 |
-
tokenizer = AutoTokenizer.from_pretrained("stabilityai/
|
28 |
-
model = AutoModelForCausalLM.from_pretrained("stabilityai/
|
29 |
-
system_prompt = "### System:\nYou are
|
30 |
|
31 |
message = "Write me a poem please"
|
32 |
prompt = f"{system_prompt}### User: {message}\n\n### Assistant:\n"
|
@@ -36,7 +35,7 @@ output = model.generate(**inputs, do_sample=True, top_p=0.95, top_k=0, max_new_t
|
|
36 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
37 |
```
|
38 |
|
39 |
-
|
40 |
```
|
41 |
### System:
|
42 |
This is a system prompt, please behave and help the user.
|
@@ -44,28 +43,22 @@ This is a system prompt, please behave and help the user.
|
|
44 |
### User:
|
45 |
Your prompt here
|
46 |
|
47 |
-
### Assistant
|
48 |
-
The output of
|
49 |
```
|
50 |
|
51 |
-
## Other Beluga Models
|
52 |
-
|
53 |
-
[StableBeluga 1 - Delta](https://huggingface.co/stabilityai/StableBeluga1-Delta)
|
54 |
-
[StableBeluga 13B](https://huggingface.co/stabilityai/StableBeluga-13B)
|
55 |
-
[StableBeluga 7B](https://huggingface.co/stabilityai/StableBeluga-7B)
|
56 |
-
|
57 |
## Model Details
|
58 |
|
59 |
* **Developed by**: [Stability AI](https://stability.ai/)
|
60 |
-
* **Model type**:
|
61 |
* **Language(s)**: English
|
62 |
* **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
|
63 |
-
* **License**: Fine-tuned checkpoints (`
|
64 |
* **Contact**: For questions and comments about the model, please email `lm@stability.ai`
|
65 |
|
66 |
### Training Dataset
|
67 |
|
68 |
-
`
|
69 |
|
70 |
### Training Procedure
|
71 |
|
@@ -76,19 +69,15 @@ Models are learned via supervised fine-tuning on the aforementioned datasets, tr
|
|
76 |
| Orca pt1 packed | 256 | 3e-5 | Cosine to 3e-6 | 100 | 1e-6 | (0.9, 0.95) |
|
77 |
| Orca pt2 unpacked | 512 | 3e-5 | Cosine to 3e-6 | 100 | 1e-6 | (0.9, 0.95) |
|
78 |
|
79 |
-
##
|
80 |
|
81 |
-
|
82 |
|
83 |
-
|
84 |
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
title={Stable Beluga models},
|
89 |
-
author={Mahan, Dakota and Carlow, Ryan and Castricato, Louis and Cooper, Nathan and Laforte, Christian}
|
90 |
-
}
|
91 |
-
```
|
92 |
|
93 |
## Citations
|
94 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
datasets:
|
4 |
- conceptofmind/cot_submix_original
|
5 |
- conceptofmind/flan2021_submix_original
|
|
|
9 |
- en
|
10 |
pipeline_tag: text-generation
|
11 |
---
|
12 |
+
# FreeWilly
|
|
|
|
|
13 |
|
14 |
## Model Description
|
15 |
|
16 |
+
`FreeWilly2` is a Llama2 70B model finetuned on an Orca style Dataset
|
17 |
|
18 |
## Usage
|
19 |
|
20 |
+
Start chatting with `FreeWilly2` using the following code snippet:
|
21 |
|
22 |
```python
|
23 |
import torch
|
24 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
25 |
|
26 |
+
tokenizer = AutoTokenizer.from_pretrained("stabilityai/FreeWilly2", use_fast=False)
|
27 |
+
model = AutoModelForCausalLM.from_pretrained("stabilityai/FreeWilly2", torch_dtype=torch.float16, low_cpu_mem_usage=True, device_map="auto")
|
28 |
+
system_prompt = "### System:\nYou are Free Willy, an AI that follows instructions extremely well. Help as much as you can. Remember, be safe, and don't do anything illegal.\n\n"
|
29 |
|
30 |
message = "Write me a poem please"
|
31 |
prompt = f"{system_prompt}### User: {message}\n\n### Assistant:\n"
|
|
|
35 |
print(tokenizer.decode(output[0], skip_special_tokens=True))
|
36 |
```
|
37 |
|
38 |
+
FreeWilly should be used with this prompt format:
|
39 |
```
|
40 |
### System:
|
41 |
This is a system prompt, please behave and help the user.
|
|
|
43 |
### User:
|
44 |
Your prompt here
|
45 |
|
46 |
+
### Assistant
|
47 |
+
The output of FreeWilly2
|
48 |
```
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
## Model Details
|
51 |
|
52 |
* **Developed by**: [Stability AI](https://stability.ai/)
|
53 |
+
* **Model type**: FreeWilly is an auto-regressive language model fine-tuned on Llama2 70B.
|
54 |
* **Language(s)**: English
|
55 |
* **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
|
56 |
+
* **License**: Fine-tuned checkpoints (`FreeWilly2`) is licensed under the Non-Commercial Creative Commons license ([CC BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/))
|
57 |
* **Contact**: For questions and comments about the model, please email `lm@stability.ai`
|
58 |
|
59 |
### Training Dataset
|
60 |
|
61 |
+
`FreeWilly2` is trained on our internal Orca-style dataset
|
62 |
|
63 |
### Training Procedure
|
64 |
|
|
|
69 |
| Orca pt1 packed | 256 | 3e-5 | Cosine to 3e-6 | 100 | 1e-6 | (0.9, 0.95) |
|
70 |
| Orca pt2 unpacked | 512 | 3e-5 | Cosine to 3e-6 | 100 | 1e-6 | (0.9, 0.95) |
|
71 |
|
72 |
+
## Use and Limitations
|
73 |
|
74 |
+
### Intended Use
|
75 |
|
76 |
+
These models are intended for research only, in adherence with the [CC BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.
|
77 |
|
78 |
+
### Limitations and bias
|
79 |
+
|
80 |
+
Although the aforementioned dataset helps to steer the base language models into "safer" distributions of text, not all biases and toxicity can be mitigated through fine-tuning. We ask that users be mindful of such potential issues that can arise in generated responses. Do not treat model outputs as substitutes for human judgment or as sources of truth. Please use it responsibly.
|
|
|
|
|
|
|
|
|
81 |
|
82 |
## Citations
|
83 |
|
generation_config.json
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 1,
|
3 |
-
"do_sample": true,
|
4 |
"eos_token_id": 2,
|
5 |
"pad_token_id": 0,
|
6 |
-
"
|
7 |
-
|
8 |
-
"top_p": 0.9,
|
9 |
-
"transformers_version": "4.31.0.dev0"
|
10 |
-
}
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
|
|
4 |
"eos_token_id": 2,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.32.0.dev0"
|
7 |
+
}
|
|
|
|
|
|
LLAMA 2 LICENSE/LICENSE.txt → llama2/LICENSE
RENAMED
File without changes
|
llama2/LICENSE.txt
ADDED
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
LLAMA 2 COMMUNITY LICENSE AGREEMENT
|
2 |
+
Llama 2 Version Release Date: July 18, 2023
|
3 |
+
|
4 |
+
"Agreement" means the terms and conditions for use, reproduction, distribution and
|
5 |
+
modification of the Llama Materials set forth herein.
|
6 |
+
|
7 |
+
"Documentation" means the specifications, manuals and documentation
|
8 |
+
accompanying Llama 2 distributed by Meta at ai.meta.com/resources/models-and-
|
9 |
+
libraries/llama-downloads/.
|
10 |
+
|
11 |
+
"Licensee" or "you" means you, or your employer or any other person or entity (if
|
12 |
+
you are entering into this Agreement on such person or entity's behalf), of the age
|
13 |
+
required under applicable laws, rules or regulations to provide legal consent and that
|
14 |
+
has legal authority to bind your employer or such other person or entity if you are
|
15 |
+
entering in this Agreement on their behalf.
|
16 |
+
|
17 |
+
"Llama 2" means the foundational large language models and software and
|
18 |
+
algorithms, including machine-learning model code, trained model weights,
|
19 |
+
inference-enabling code, training-enabling code, fine-tuning enabling code and other
|
20 |
+
elements of the foregoing distributed by Meta at ai.meta.com/resources/models-and-
|
21 |
+
libraries/llama-downloads/.
|
22 |
+
|
23 |
+
"Llama Materials" means, collectively, Meta's proprietary Llama 2 and
|
24 |
+
Documentation (and any portion thereof) made available under this Agreement.
|
25 |
+
|
26 |
+
"Meta" or "we" means Meta Platforms Ireland Limited (if you are located in or, if you
|
27 |
+
are an entity, your principal place of business is in the EEA or Switzerland) and Meta
|
28 |
+
Platforms, Inc. (if you are located outside of the EEA or Switzerland).
|
29 |
+
|
30 |
+
By clicking "I Accept" below or by using or distributing any portion or element of the
|
31 |
+
Llama Materials, you agree to be bound by this Agreement.
|
32 |
+
|
33 |
+
1. License Rights and Redistribution.
|
34 |
+
|
35 |
+
a. Grant of Rights. You are granted a non-exclusive, worldwide, non-
|
36 |
+
transferable and royalty-free limited license under Meta's intellectual property or
|
37 |
+
other rights owned by Meta embodied in the Llama Materials to use, reproduce,
|
38 |
+
distribute, copy, create derivative works of, and make modifications to the Llama
|
39 |
+
Materials.
|
40 |
+
|
41 |
+
b. Redistribution and Use.
|
42 |
+
|
43 |
+
i. If you distribute or make the Llama Materials, or any derivative works
|
44 |
+
thereof, available to a third party, you shall provide a copy of this Agreement to such
|
45 |
+
third party.
|
46 |
+
ii. If you receive Llama Materials, or any derivative works thereof, from
|
47 |
+
a Licensee as part of an integrated end user product, then Section 2 of this
|
48 |
+
Agreement will not apply to you.
|
49 |
+
|
50 |
+
iii. You must retain in all copies of the Llama Materials that you
|
51 |
+
distribute the following attribution notice within a "Notice" text file distributed as a
|
52 |
+
part of such copies: "Llama 2 is licensed under the LLAMA 2 Community License,
|
53 |
+
Copyright (c) Meta Platforms, Inc. All Rights Reserved."
|
54 |
+
|
55 |
+
iv. Your use of the Llama Materials must comply with applicable laws
|
56 |
+
and regulations (including trade compliance laws and regulations) and adhere to the
|
57 |
+
Acceptable Use Policy for the Llama Materials (available at
|
58 |
+
https://ai.meta.com/llama/use-policy), which is hereby incorporated by reference into
|
59 |
+
this Agreement.
|
60 |
+
|
61 |
+
v. You will not use the Llama Materials or any output or results of the
|
62 |
+
Llama Materials to improve any other large language model (excluding Llama 2 or
|
63 |
+
derivative works thereof).
|
64 |
+
|
65 |
+
2. Additional Commercial Terms. If, on the Llama 2 version release date, the
|
66 |
+
monthly active users of the products or services made available by or for Licensee,
|
67 |
+
or Licensee's affiliates, is greater than 700 million monthly active users in the
|
68 |
+
preceding calendar month, you must request a license from Meta, which Meta may
|
69 |
+
grant to you in its sole discretion, and you are not authorized to exercise any of the
|
70 |
+
rights under this Agreement unless or until Meta otherwise expressly grants you
|
71 |
+
such rights.
|
72 |
+
|
73 |
+
3. Disclaimer of Warranty. UNLESS REQUIRED BY APPLICABLE LAW, THE
|
74 |
+
LLAMA MATERIALS AND ANY OUTPUT AND RESULTS THEREFROM ARE
|
75 |
+
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
|
76 |
+
EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY
|
77 |
+
WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR
|
78 |
+
FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE
|
79 |
+
FOR DETERMINING THE APPROPRIATENESS OF USING OR REDISTRIBUTING
|
80 |
+
THE LLAMA MATERIALS AND ASSUME ANY RISKS ASSOCIATED WITH YOUR
|
81 |
+
USE OF THE LLAMA MATERIALS AND ANY OUTPUT AND RESULTS.
|
82 |
+
|
83 |
+
4. Limitation of Liability. IN NO EVENT WILL META OR ITS AFFILIATES BE
|
84 |
+
LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT,
|
85 |
+
NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, ARISING OUT OF THIS
|
86 |
+
AGREEMENT, FOR ANY LOST PROFITS OR ANY INDIRECT, SPECIAL,
|
87 |
+
CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR PUNITIVE DAMAGES, EVEN
|
88 |
+
IF META OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF
|
89 |
+
ANY OF THE FOREGOING.
|
90 |
+
|
91 |
+
5. Intellectual Property.
|
92 |
+
|
93 |
+
a. No trademark licenses are granted under this Agreement, and in
|
94 |
+
connection with the Llama Materials, neither Meta nor Licensee may use any name
|
95 |
+
or mark owned by or associated with the other or any of its affiliates, except as
|
96 |
+
required for reasonable and customary use in describing and redistributing the
|
97 |
+
Llama Materials.
|
98 |
+
|
99 |
+
b. Subject to Meta's ownership of Llama Materials and derivatives made by or
|
100 |
+
for Meta, with respect to any derivative works and modifications of the Llama
|
101 |
+
Materials that are made by you, as between you and Meta, you are and will be the
|
102 |
+
owner of such derivative works and modifications.
|
103 |
+
|
104 |
+
c. If you institute litigation or other proceedings against Meta or any entity
|
105 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that the Llama
|
106 |
+
Materials or Llama 2 outputs or results, or any portion of any of the foregoing,
|
107 |
+
constitutes infringement of intellectual property or other rights owned or licensable
|
108 |
+
by you, then any licenses granted to you under this Agreement shall terminate as of
|
109 |
+
the date such litigation or claim is filed or instituted. You will indemnify and hold
|
110 |
+
harmless Meta from and against any claim by any third party arising out of or related
|
111 |
+
to your use or distribution of the Llama Materials.
|
112 |
+
|
113 |
+
6. Term and Termination. The term of this Agreement will commence upon your
|
114 |
+
acceptance of this Agreement or access to the Llama Materials and will continue in
|
115 |
+
full force and effect until terminated in accordance with the terms and conditions
|
116 |
+
herein. Meta may terminate this Agreement if you are in breach of any term or
|
117 |
+
condition of this Agreement. Upon termination of this Agreement, you shall delete
|
118 |
+
and cease use of the Llama Materials. Sections 3, 4 and 7 shall survive the
|
119 |
+
termination of this Agreement.
|
120 |
+
|
121 |
+
7. Governing Law and Jurisdiction. This Agreement will be governed and
|
122 |
+
construed under the laws of the State of California without regard to choice of law
|
123 |
+
principles, and the UN Convention on Contracts for the International Sale of Goods
|
124 |
+
does not apply to this Agreement. The courts of California shall have exclusive
|
125 |
+
jurisdiction of any dispute arising out of this Agreement.
|
126 |
+
|
llama2/Notice
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Llama 2 is licensed under the LLAMA 2 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.
|
llama2/README.md
ADDED
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
extra_gated_heading: Access Llama 2 on Hugging Face
|
3 |
+
extra_gated_description: >-
|
4 |
+
This is a form to enable access to Llama 2 on Hugging Face after you have been
|
5 |
+
granted access from Meta. Please visit the [Meta website](https://ai.meta.com/resources/models-and-libraries/llama-downloads) and accept our
|
6 |
+
license terms and acceptable use policy before submitting this form. Requests
|
7 |
+
will be processed in 1-2 days.
|
8 |
+
extra_gated_prompt: "**Your Hugging Face account email address MUST match the email you provide on the Meta website, or your request will not be approved.**"
|
9 |
+
extra_gated_button_content: Submit
|
10 |
+
extra_gated_fields:
|
11 |
+
I agree to share my name, email address and username with Meta and confirm that I have already been granted download access on the Meta website: checkbox
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
inference: false
|
16 |
+
tags:
|
17 |
+
- facebook
|
18 |
+
- meta
|
19 |
+
- pytorch
|
20 |
+
- llama
|
21 |
+
- llama-2
|
22 |
+
---
|
23 |
+
# **Llama 2**
|
24 |
+
Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 70B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
25 |
+
|
26 |
+
## Model Details
|
27 |
+
*Note: Use of this model is governed by the Meta license. In order to download the model weights and tokenizer, please visit the [website](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) and accept our License before requesting access here.*
|
28 |
+
|
29 |
+
Meta developed and publicly released the Llama 2 family of large language models (LLMs), a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. Our fine-tuned LLMs, called Llama-2-Chat, are optimized for dialogue use cases. Llama-2-Chat models outperform open-source chat models on most benchmarks we tested, and in our human evaluations for helpfulness and safety, are on par with some popular closed-source models like ChatGPT and PaLM.
|
30 |
+
|
31 |
+
**Model Developers** Meta
|
32 |
+
|
33 |
+
**Variations** Llama 2 comes in a range of parameter sizes — 7B, 13B, and 70B — as well as pretrained and fine-tuned variations.
|
34 |
+
|
35 |
+
**Input** Models input text only.
|
36 |
+
|
37 |
+
**Output** Models generate text only.
|
38 |
+
|
39 |
+
**Model Architecture** Llama 2 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 to human preferences for helpfulness and safety.
|
40 |
+
|
41 |
+
|
42 |
+
||Training Data|Params|Content Length|GQA|Tokens|LR|
|
43 |
+
|---|---|---|---|---|---|---|
|
44 |
+
|Llama 2|*A new mix of publicly available online data*|7B|4k|✗|2.0T|3.0 x 10<sup>-4</sup>|
|
45 |
+
|Llama 2|*A new mix of publicly available online data*|13B|4k|✗|2.0T|3.0 x 10<sup>-4</sup>|
|
46 |
+
|Llama 2|*A new mix of publicly available online data*|70B|4k|✔|2.0T|1.5 x 10<sup>-4</sup>|
|
47 |
+
|
48 |
+
*Llama 2 family of models.* Token counts refer to pretraining data only. All models are trained with a global batch-size of 4M tokens. Bigger models - 70B -- use Grouped-Query Attention (GQA) for improved inference scalability.
|
49 |
+
|
50 |
+
**Model Dates** Llama 2 was trained between January 2023 and July 2023.
|
51 |
+
|
52 |
+
**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.
|
53 |
+
|
54 |
+
**License** A custom commercial license is available at: [https://ai.meta.com/resources/models-and-libraries/llama-downloads/](https://ai.meta.com/resources/models-and-libraries/llama-downloads/)
|
55 |
+
|
56 |
+
**Research Paper** ["Llama-2: Open Foundation and Fine-tuned Chat Models"](arxiv.org/abs/2307.09288)
|
57 |
+
|
58 |
+
## Intended Use
|
59 |
+
**Intended Use Cases** Llama 2 is intended for commercial and research use in English. Tuned models are intended for assistant-like chat, whereas pretrained models can be adapted for a variety of natural language generation tasks.
|
60 |
+
|
61 |
+
To get the expected features and performance for the chat versions, a specific formatting needs to be followed, including the `INST` and `<<SYS>>` tags, `BOS` and `EOS` tokens, and the whitespaces and breaklines in between (we recommend calling `strip()` on inputs to avoid double-spaces). See our reference code in github for details: [`chat_completion`](https://github.com/facebookresearch/llama/blob/main/llama/generation.py#L212).
|
62 |
+
|
63 |
+
**Out-of-scope Uses** Use in any manner that violates applicable laws or regulations (including trade compliance laws).Use in languages other than English. Use in any other way that is prohibited by the Acceptable Use Policy and Licensing Agreement for Llama 2.
|
64 |
+
|
65 |
+
## Hardware and Software
|
66 |
+
**Training Factors** We used custom training libraries, Meta's Research Super Cluster, and production clusters for pretraining. Fine-tuning, annotation, and evaluation were also performed on third-party cloud compute.
|
67 |
+
|
68 |
+
**Carbon Footprint** Pretraining utilized a cumulative 3.3M GPU hours of computation on hardware of type A100-80GB (TDP of 350-400W). Estimated total emissions were 539 tCO2eq, 100% of which were offset by Meta’s sustainability program.
|
69 |
+
|
70 |
+
||Time (GPU hours)|Power Consumption (W)|Carbon Emitted(tCO<sub>2</sub>eq)|
|
71 |
+
|---|---|---|---|
|
72 |
+
|Llama 2 7B|184320|400|31.22|
|
73 |
+
|Llama 2 13B|368640|400|62.44|
|
74 |
+
|Llama 2 70B|1720320|400|291.42|
|
75 |
+
|Total|3311616||539.00|
|
76 |
+
|
77 |
+
**CO<sub>2</sub> emissions during pretraining.** Time: total GPU time required for training each model. Power Consumption: peak power capacity per GPU device for the GPUs used adjusted for power usage efficiency. 100% of the emissions are directly offset by Meta's sustainability program, and because we are openly releasing these models, the pretraining costs do not need to be incurred by others.
|
78 |
+
|
79 |
+
## Training Data
|
80 |
+
**Overview** Llama 2 was pretrained on 2 trillion tokens of data from publicly available sources. The fine-tuning data includes publicly available instruction datasets, as well as over one million new human-annotated examples. Neither the pretraining nor the fine-tuning datasets include Meta user data.
|
81 |
+
|
82 |
+
**Data Freshness** The pretraining data has a cutoff of September 2022, but some tuning data is more recent, up to July 2023.
|
83 |
+
|
84 |
+
## Evaluation Results
|
85 |
+
|
86 |
+
In this section, we report the results for the Llama 1 and Llama 2 models on standard academic benchmarks.For all the evaluations, we use our internal evaluations library.
|
87 |
+
|
88 |
+
|Model|Size|Code|Commonsense Reasoning|World Knowledge|Reading Comprehension|Math|MMLU|BBH|AGI Eval|
|
89 |
+
|---|---|---|---|---|---|---|---|---|---|
|
90 |
+
|Llama 1|7B|14.1|60.8|46.2|58.5|6.95|35.1|30.3|23.9|
|
91 |
+
|Llama 1|13B|18.9|66.1|52.6|62.3|10.9|46.9|37.0|33.9|
|
92 |
+
|Llama 1|33B|26.0|70.0|58.4|67.6|21.4|57.8|39.8|41.7|
|
93 |
+
|Llama 1|65B|30.7|70.7|60.5|68.6|30.8|63.4|43.5|47.6|
|
94 |
+
|Llama 2|7B|16.8|63.9|48.9|61.3|14.6|45.3|32.6|29.3|
|
95 |
+
|Llama 2|13B|24.5|66.9|55.4|65.8|28.7|54.8|39.4|39.1|
|
96 |
+
|Llama 2|70B|**37.5**|**71.9**|**63.6**|**69.4**|**35.2**|**68.9**|**51.2**|**54.2**|
|
97 |
+
|
98 |
+
**Overall performance on grouped academic benchmarks.** *Code:* We report the average pass@1 scores of our models on HumanEval and MBPP. *Commonsense Reasoning:* We report the average of PIQA, SIQA, HellaSwag, WinoGrande, ARC easy and challenge, OpenBookQA, and CommonsenseQA. We report 7-shot results for CommonSenseQA and 0-shot results for all other benchmarks. *World Knowledge:* We evaluate the 5-shot performance on NaturalQuestions and TriviaQA and report the average. *Reading Comprehension:* For reading comprehension, we report the 0-shot average on SQuAD, QuAC, and BoolQ. *MATH:* We report the average of the GSM8K (8 shot) and MATH (4 shot) benchmarks at top 1.
|
99 |
+
|
100 |
+
|||TruthfulQA|Toxigen|
|
101 |
+
|---|---|---|---|
|
102 |
+
|Llama 1|7B|27.42|23.00|
|
103 |
+
|Llama 1|13B|41.74|23.08|
|
104 |
+
|Llama 1|33B|44.19|22.57|
|
105 |
+
|Llama 1|65B|48.71|21.77|
|
106 |
+
|Llama 2|7B|33.29|**21.25**|
|
107 |
+
|Llama 2|13B|41.86|26.10|
|
108 |
+
|Llama 2|70B|**50.18**|24.60|
|
109 |
+
|
110 |
+
**Evaluation of pretrained LLMs on automatic safety benchmarks.** For TruthfulQA, we present the percentage of generations that are both truthful and informative (the higher the better). For ToxiGen, we present the percentage of toxic generations (the smaller the better).
|
111 |
+
|
112 |
+
|
113 |
+
|||TruthfulQA|Toxigen|
|
114 |
+
|---|---|---|---|
|
115 |
+
|Llama-2-Chat|7B|57.04|**0.00**|
|
116 |
+
|Llama-2-Chat|13B|62.18|**0.00**|
|
117 |
+
|Llama-2-Chat|70B|**64.14**|0.01|
|
118 |
+
|
119 |
+
**Evaluation of fine-tuned LLMs on different safety datasets.** Same metric definitions as above.
|
120 |
+
|
121 |
+
## Ethical Considerations and Limitations
|
122 |
+
Llama 2 is a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Llama 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 2, developers should perform safety testing and tuning tailored to their specific applications of the model.
|
123 |
+
|
124 |
+
Please see the Responsible Use Guide available at [https://ai.meta.com/llama/responsible-use-guide/](https://ai.meta.com/llama/responsible-use-guide)
|
125 |
+
|
126 |
+
## Reporting Issues
|
127 |
+
Please report any software “bug,” or other problems with the models through one of the following means:
|
128 |
+
- Reporting issues with the model: [github.com/facebookresearch/llama](http://github.com/facebookresearch/llama)
|
129 |
+
- Reporting problematic content generated by the model: [developers.facebook.com/llama_output_feedback](http://developers.facebook.com/llama_output_feedback)
|
130 |
+
- Reporting bugs and security concerns: [facebook.com/whitehat/info](http://facebook.com/whitehat/info)
|
131 |
+
|
132 |
+
## Llama Model Index
|
133 |
+
|Model|Llama2|Llama2-hf|Llama2-chat|Llama2-chat-hf|
|
134 |
+
|---|---|---|---|---|
|
135 |
+
|7B| [Link](https://huggingface.co/llamaste/Llama-2-7b) | [Link](https://huggingface.co/llamaste/Llama-2-7b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-7b-chat-hf)|
|
136 |
+
|13B| [Link](https://huggingface.co/llamaste/Llama-2-13b) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-13b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-13b-hf)|
|
137 |
+
|70B| [Link](https://huggingface.co/llamaste/Llama-2-70b) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf) | [Link](https://huggingface.co/llamaste/Llama-2-70b-chat) | [Link](https://huggingface.co/llamaste/Llama-2-70b-hf)|
|
{LLAMA 2 LICENSE → llama2}/USE_POLICY.md
RENAMED
File without changes
|