shyam-incedoinc
commited on
Commit
•
e8e4df7
1
Parent(s):
a802916
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ LoraConfig(
|
|
42 |
import torch
|
43 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
44 |
|
45 |
-
hf_model_repo = "shyam-incedoinc/
|
46 |
|
47 |
# Get the tokenizer
|
48 |
tokenizer = AutoTokenizer.from_pretrained(hf_model_repo)
|
|
|
42 |
import torch
|
43 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
44 |
|
45 |
+
hf_model_repo = "shyam-incedoinc/codegen25-7b-multi-peft-qlora-finetuned-qa"
|
46 |
|
47 |
# Get the tokenizer
|
48 |
tokenizer = AutoTokenizer.from_pretrained(hf_model_repo)
|