ghh001 commited on
Commit
cbe480e
1 Parent(s): 360682f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -107,8 +107,8 @@ from transformers import (
107
  )
108
  from peft import PeftModel
109
 
110
- model_path = 'models/llama2-13b-chat'
111
- lora_path = 'lora/llama2-13b-iepile-lora'
112
  config = AutoConfig.from_pretrained(model_path, trust_remote_code=True)
113
  tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
114
 
 
107
  )
108
  from peft import PeftModel
109
 
110
+ model_path = 'meta-llama/Llama-2-13b-chat-hf'
111
+ lora_path = 'zjunlp/llama2-13b-iepile-lora'
112
  config = AutoConfig.from_pretrained(model_path, trust_remote_code=True)
113
  tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
114