RonanMcGovern
commited on
Commit
·
456a1b9
1
Parent(s):
65528a8
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,4 @@
|
|
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
|
@@ -20,6 +10,7 @@ tags:
|
|
20 |
- pytorch
|
21 |
- llama
|
22 |
- llama-2
|
|
|
23 |
---
|
24 |
# **llama-2-chat-7b-hf (sharded)**
|
25 |
This is a sharded version of Meta's Llama 2 chat 7b model, specifically the hugging face version. Shards are 5 GB max in size - intended to be loadable into free Google Colab notebooks.
|
@@ -27,6 +18,7 @@ This is a sharded version of Meta's Llama 2 chat 7b model, specifically the hugg
|
|
27 |
All details below are copied from the original repo.
|
28 |
|
29 |
Colab notebook for sharding: https://colab.research.google.com/drive/1f1q9qc56wzB_7-bjgNyLlO6f28ui1esQ
|
|
|
30 |
|
31 |
~
|
32 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
pipeline_tag: text-generation
|
|
|
10 |
- pytorch
|
11 |
- llama
|
12 |
- llama-2
|
13 |
+
- sharded
|
14 |
---
|
15 |
# **llama-2-chat-7b-hf (sharded)**
|
16 |
This is a sharded version of Meta's Llama 2 chat 7b model, specifically the hugging face version. Shards are 5 GB max in size - intended to be loadable into free Google Colab notebooks.
|
|
|
18 |
All details below are copied from the original repo.
|
19 |
|
20 |
Colab notebook for sharding: https://colab.research.google.com/drive/1f1q9qc56wzB_7-bjgNyLlO6f28ui1esQ
|
21 |
+
Colab notebook for inference (just change the model id): https://colab.research.google.com/drive/1zxwaTSvd6PSHbtyaoa7tfedAS31j_N6m
|
22 |
|
23 |
~
|
24 |
|