ghh001 commited on
Commit
ec5b68b
1 Parent(s): 55c4662

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/Baichuan2-13B-Chat'
111
- lora_path = 'lora/baichuan2-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 = 'baichuan-inc/Baichuan2-13B-Chat'
111
+ lora_path = 'zjunlp/baichuan2-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