Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ def generate(instruction, input=None):
|
|
63 |
)
|
64 |
for seq in generation_output.sequences:
|
65 |
output = tokenizer.decode(seq)
|
66 |
-
print(
|
67 |
|
68 |
generate("Escribe un correo electr贸nico dando la bienvenida a un nuevo empleado llamado Manolo.")
|
69 |
# Estimado Manolo,
|
|
|
63 |
)
|
64 |
for seq in generation_output.sequences:
|
65 |
output = tokenizer.decode(seq)
|
66 |
+
print(output.split("### Response:")[1].strip())
|
67 |
|
68 |
generate("Escribe un correo electr贸nico dando la bienvenida a un nuevo empleado llamado Manolo.")
|
69 |
# Estimado Manolo,
|