Aminrhmni commited on
Commit
2d90b23
1 Parent(s): 8cade7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -18,6 +18,7 @@ from transformers import (
18
 
19
 
20
  path = ""
 
21
  pipe = Text2TextGenerationPipeline(
22
  model=MT5ForConditionalGeneration.from_pretrained(path),
23
  tokenizer=T5Tokenizer.from_pretrained(path),
 
18
 
19
 
20
  path = ""
21
+
22
  pipe = Text2TextGenerationPipeline(
23
  model=MT5ForConditionalGeneration.from_pretrained(path),
24
  tokenizer=T5Tokenizer.from_pretrained(path),