Update README.md
Browse files
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),
|