RonanMcGovern commited on
Commit
030e65c
1 Parent(s): b149392

add inference notes

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -1,25 +1,15 @@
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
- arxiv: 2307.09288
17
  tags:
18
  - facebook
19
  - meta
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.
@@ -30,6 +20,12 @@ Colab notebook for sharding: https://colab.research.google.com/drive/1f1q9qc56wz
30
 
31
  Colab notebook for inference: https://colab.research.google.com/drive/1zxwaTSvd6PSHbtyaoa7tfedAS31j_N6m
32
 
 
 
 
 
 
 
33
  ~
34
 
35
  # **Llama 2**
 
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  pipeline_tag: text-generation
5
  inference: false
 
6
  tags:
7
  - facebook
8
  - meta
9
  - pytorch
10
  - llama
11
  - llama-2
12
+ - sharded
13
  ---
14
  # **llama-2-chat-7b-hf (sharded)**
15
  This is a sharded version of Meta's Llama 2 chat 7b model, specifically the hugging face version.
 
20
 
21
  Colab notebook for inference: https://colab.research.google.com/drive/1zxwaTSvd6PSHbtyaoa7tfedAS31j_N6m
22
 
23
+ ## Inference with Google Colab and HuggingFace 🤗
24
+
25
+ Get started by saving your own copy of this [fLlama_Inference notebook](https://colab.research.google.com/drive/1Ow5cQ0JNv-vXsT-apCceH6Na3b4L7JyW?usp=sharing).
26
+
27
+ You will be able to run inference using a free Colab notebook if you select a gpu runtime. See the notebook for more details.
28
+
29
  ~
30
 
31
  # **Llama 2**