Commit
·
83ab107
1
Parent(s):
1c3a6ae
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# **Llama 2**
|
2 |
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 7B fine-tuned model, optimized for dialogue use cases and converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
3 |
|
|
|
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_button_content: Submit
|
9 |
+
extra_gated_fields:
|
10 |
+
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
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
pipeline_tag: text-generation
|
14 |
+
inference: false
|
15 |
+
tags:
|
16 |
+
- facebook
|
17 |
+
- meta
|
18 |
+
- pytorch
|
19 |
+
- llama
|
20 |
+
- llama-2
|
21 |
+
---
|
22 |
# **Llama 2**
|
23 |
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 7B fine-tuned model, optimized for dialogue use cases and converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
|
24 |
|