manavdhamecha77 commited on
Commit
5803cea
·
verified ·
1 Parent(s): 63927e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ Given a grammatically incorrect Hindi sentence, the model outputs a corrected ve
41
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
42
  import torch
43
 
44
- model_name = "manavdhamecha77/mt5-small-indic-gec-hindi" # update with your HF repo name
45
 
46
  tokenizer = AutoTokenizer.from_pretrained(model_name)
47
  model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
 
41
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
42
  import torch
43
 
44
+ model_name = "manavdhamecha77/GEC-mT5-Small-Hindi" # update with your HF repo name
45
 
46
  tokenizer = AutoTokenizer.from_pretrained(model_name)
47
  model = AutoModelForSeq2SeqLM.from_pretrained(model_name)