Update README.md
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ model = AutoPeftModelForCausalLM.from_pretrained(
|
|
96 |
"KillerShoaib/llama-3-8b-bangla-lora",
|
97 |
load_in_4bit = True,
|
98 |
)
|
99 |
-
tokenizer = AutoTokenizer.from_pretrained("KillerShoaib/
|
100 |
|
101 |
alpaca_prompt = """Below is an instruction in bangla that describes a task, paired with an input also in bangla that provides further context. Write a response in bangla that appropriately completes the request.
|
102 |
|
|
|
96 |
"KillerShoaib/llama-3-8b-bangla-lora",
|
97 |
load_in_4bit = True,
|
98 |
)
|
99 |
+
tokenizer = AutoTokenizer.from_pretrained("KillerShoaib/llama-3-8b-bangla-lora")
|
100 |
|
101 |
alpaca_prompt = """Below is an instruction in bangla that describes a task, paired with an input also in bangla that provides further context. Write a response in bangla that appropriately completes the request.
|
102 |
|