Vijayendra commited on
Commit
342194b
·
verified ·
1 Parent(s): 1c86444

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ from peft import PeftModel, PeftConfig
19
  config = PeftConfig.from_pretrained("Vijayendra/QST-Llama-8b")
20
  base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-bnb-4bit")
21
  model = PeftModel.from_pretrained(base_model, "Vijayendra/QST-Llama-8b")
22
- tokenizer = AutoTokenizer.from_pretrained("Vijayendra/llama-3b-merged-4bit")
23
 
24
  # Ensure padding token is set for the tokenizer
25
  if tokenizer.pad_token is None:
 
19
  config = PeftConfig.from_pretrained("Vijayendra/QST-Llama-8b")
20
  base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-bnb-4bit")
21
  model = PeftModel.from_pretrained(base_model, "Vijayendra/QST-Llama-8b")
22
+ tokenizer = AutoTokenizer.from_pretrained("Vijayendra/llama3.0-8B-merged-4bit")
23
 
24
  # Ensure padding token is set for the tokenizer
25
  if tokenizer.pad_token is None: