Vijayendra
commited on
Update README.md
Browse files
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/
|
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:
|