bajpaideeksha commited on
Commit
4079b3d
·
verified ·
1 Parent(s): 54d4829

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,8 +57,8 @@ You can use this model with the Hugging Face `transformers` library. Below is an
57
  from transformers import AutoTokenizer, AutoModelForCausalLM
58
 
59
  # Load the tokenizer and model
60
- tokenizer = AutoTokenizer.from_pretrained("your-username/your-model-name")
61
- model = AutoModelForCausalLM.from_pretrained("your-username/your-model-name")
62
 
63
  # Input text
64
  input_text = "Did you prepone the meeting?"
 
57
  from transformers import AutoTokenizer, AutoModelForCausalLM
58
 
59
  # Load the tokenizer and model
60
+ tokenizer = AutoTokenizer.from_pretrained("bajpaideeksha/hinglish-translation")
61
+ model = AutoModelForCausalLM.from_pretrained("bajpaideeksha/hinglish-translation")
62
 
63
  # Input text
64
  input_text = "Did you prepone the meeting?"