Text Generation
Transformers
PyTorch
English
gpt_neox
Inference Endpoints
text-generation-inference
xzyao commited on
Commit
61a2274
1 Parent(s): ae21d75

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. He is widely regarded as the father of computer science and artificial intelligence. He was a pioneer in the field of computer science and artificial intelligence, and his work has had a significant impact on the development of computing technology.
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