pranjalchitale commited on
Commit
3958b6a
1 Parent(s): 6827d3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -67,10 +67,7 @@ from IndicTransTokenizer import IndicProcessor
67
  model_name = "ai4bharat/indictrans2-en-indic-dist-200M"
68
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
69
 
70
- model = AutoModelForSeq2SeqLM.from_pretrained(
71
- model_name,
72
- trust_remote_code=True
73
- )
74
 
75
  ip = IndicProcessor(inference=True)
76
 
 
67
  model_name = "ai4bharat/indictrans2-en-indic-dist-200M"
68
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
69
 
70
+ model = AutoModelForSeq2SeqLM.from_pretrained(model_name, trust_remote_code=True)
 
 
 
71
 
72
  ip = IndicProcessor(inference=True)
73