haritzpuerto commited on
Commit
4b74509
·
verified ·
1 Parent(s): bf5fbdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,10 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- library_name: peft
6
- pipeline_tag: text-generation
7
- ---
8
 
9
 
10
  # Load the Model
@@ -14,7 +14,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
14
  import torch
15
 
16
 
17
- base_model_path = "/storage/ukp/shared/shared_model_weights/models--llama-2-hf/7B"
18
  model = AutoModelForCausalLM.from_pretrained(
19
  base_model_path,
20
  torch_dtype=torch.bfloat16,
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ library_name: peft
6
+ pipeline_tag: text-generation
7
+ ---
8
 
9
 
10
  # Load the Model
 
14
  import torch
15
 
16
 
17
+ base_model_path = "meta-llama/Llama-2-7b-hf"
18
  model = AutoModelForCausalLM.from_pretrained(
19
  base_model_path,
20
  torch_dtype=torch.bfloat16,