KillerShoaib commited on
Commit
91fbe5c
1 Parent(s): f35445d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/llama3-8b-4bit-bangla")
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