vishesh-t27 commited on
Commit
8fe3aa1
·
verified ·
1 Parent(s): 0c11438

updated model name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ The model is trained on English and a diverse set of Indic languages, including:
66
  from transformers import AutoTokenizer, AutoModelForCausalLM
67
  import torch
68
 
69
- model_name = "Rta-AILabs/Nandi-Mini-150M-Instruct"
70
 
71
  device = "cuda" if torch.cuda.is_available() else "cpu"
72
 
 
66
  from transformers import AutoTokenizer, AutoModelForCausalLM
67
  import torch
68
 
69
+ model_name = "FrontiersMind/Nandi-Mini-150M-Instruct"
70
 
71
  device = "cuda" if torch.cuda.is_available() else "cpu"
72