Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -47,8 +47,8 @@ from transformers import pipeline
|
|
| 47 |
|
| 48 |
translator = pipeline(
|
| 49 |
"text-generation",
|
| 50 |
-
model="
|
| 51 |
-
tokenizer="
|
| 52 |
)
|
| 53 |
|
| 54 |
# Traduzir texto
|
|
|
|
| 47 |
|
| 48 |
translator = pipeline(
|
| 49 |
"text-generation",
|
| 50 |
+
model="jacksoncastro/ceares",
|
| 51 |
+
tokenizer="jacksoncastro/ceares"
|
| 52 |
)
|
| 53 |
|
| 54 |
# Traduzir texto
|