Abhaykoul commited on
Commit
e6d423f
·
verified ·
1 Parent(s): 9217ea5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ The following code demonstrates how to use Dhanishtha-2.0 with its unique interm
79
  ```python
80
  from transformers import AutoModelForCausalLM, AutoTokenizer
81
 
82
- model_name = "Abhaykoul/Dhanishtha-2.0"
83
 
84
  # Load the tokenizer and model
85
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
79
  ```python
80
  from transformers import AutoModelForCausalLM, AutoTokenizer
81
 
82
+ model_name = "HelpingAI/Dhanishtha-2.0-preview"
83
 
84
  # Load the tokenizer and model
85
  tokenizer = AutoTokenizer.from_pretrained(model_name)