Update README.md
Browse files
README.md
CHANGED
|
@@ -23,8 +23,8 @@ from transformers import pipeline
|
|
| 23 |
|
| 24 |
pipe = pipeline(
|
| 25 |
task="text2text-generation", # change if needed
|
| 26 |
-
model="
|
| 27 |
-
tokenizer="
|
| 28 |
)
|
| 29 |
pipe("⁊ non facimus ĩitatem.")
|
| 30 |
# [{'generated_text': ' non facimus veritatem.'}]
|
|
|
|
| 23 |
|
| 24 |
pipe = pipeline(
|
| 25 |
task="text2text-generation", # change if needed
|
| 26 |
+
model="comma-project/normalization-byt5-small", # local directory
|
| 27 |
+
tokenizer="comma-project/normalization-byt5-small"
|
| 28 |
)
|
| 29 |
pipe("⁊ non facimus ĩitatem.")
|
| 30 |
# [{'generated_text': ' non facimus veritatem.'}]
|