Raazi29 commited on
Commit
fd13c2a
·
verified ·
1 Parent(s): ba6bf70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ pip install --no-deps "xformers<0.0.26" "trl<0.9.0" peft accelerate bitsandbytes
42
  from unsloth import FastLanguageModel
43
  import torch
44
 
45
- model_name = "raazi4722/Nyaya-Llama-3.1-8B-Indian-Legal" # Replace with your username
46
 
47
  model, tokenizer = FastLanguageModel.from_pretrained(
48
  model_name = model_name,
 
42
  from unsloth import FastLanguageModel
43
  import torch
44
 
45
+ model_name = "Raazi29/Nyaya-Llama-3.1-8B-Indian-Legal" # Replace with your username
46
 
47
  model, tokenizer = FastLanguageModel.from_pretrained(
48
  model_name = model_name,