update readme
Browse files
README.md
CHANGED
@@ -132,7 +132,7 @@ token = outputs.sequences[0, input_length:]
|
|
132 |
output_str = tokenizer.decode(token)
|
133 |
print(output_str)
|
134 |
"""
|
135 |
-
Alan Turing was a British mathematician and computer scientist
|
136 |
"""
|
137 |
```
|
138 |
|
|
|
132 |
output_str = tokenizer.decode(token)
|
133 |
print(output_str)
|
134 |
"""
|
135 |
+
Alan Turing was a British mathematician and computer scientist who made important contributions to the fields of mathematics, cryptography, and computer science. He is widely regarded as the father of computer science and artificial intelligence.
|
136 |
"""
|
137 |
```
|
138 |
|