Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,16 @@
|
|
1 |
---
|
2 |
inference: false
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
model_type: llama
|
|
|
5 |
---
|
6 |
|
7 |
<!-- header start -->
|
@@ -138,27 +147,6 @@ Thank you to all my generous patrons and donaters!
|
|
138 |
|
139 |
# Original model card: Meta's Llama 2 13B
|
140 |
|
141 |
-
---
|
142 |
-
extra_gated_heading: Access Llama 2 on Hugging Face
|
143 |
-
extra_gated_description: >-
|
144 |
-
This is a form to enable access to Llama 2 on Hugging Face after you have been
|
145 |
-
granted access from Meta. Please visit the [Meta website](https://ai.meta.com/resources/models-and-libraries/llama-downloads) and accept our
|
146 |
-
license terms and acceptable use policy before submitting this form. Requests
|
147 |
-
will be processed in 1-2 days.
|
148 |
-
extra_gated_button_content: Submit
|
149 |
-
extra_gated_fields:
|
150 |
-
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
|
151 |
-
language:
|
152 |
-
- en
|
153 |
-
pipeline_tag: text-generation
|
154 |
-
inference: false
|
155 |
-
tags:
|
156 |
-
- facebook
|
157 |
-
- meta
|
158 |
-
- pytorch
|
159 |
-
- llama
|
160 |
-
- llama-2
|
161 |
-
---
|
162 |
# **Llama 2**
|
163 |
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 13B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
164 |
|
|
|
1 |
---
|
2 |
inference: false
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- facebook
|
8 |
+
- meta
|
9 |
+
- pytorch
|
10 |
+
- llama
|
11 |
+
- llama-2
|
12 |
model_type: llama
|
13 |
+
license: other
|
14 |
---
|
15 |
|
16 |
<!-- header start -->
|
|
|
147 |
|
148 |
# Original model card: Meta's Llama 2 13B
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
# **Llama 2**
|
151 |
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 13B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
152 |
|