Update README.md
Browse files
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("
|
| 61 |
-
model = AutoModelForCausalLM.from_pretrained("
|
| 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?"
|