Text Generation
Transformers
PyTorch
English
gpt_neox
text-generation-inference
Inference Endpoints
xzyao commited on
Commit
2efb75c
1 Parent(s): 073d92e

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -108,7 +108,6 @@ Alan Mathison Turing (23 June 1912 – 7 June 1954) was an English computer scie
108
 
109
  ## CPU Inference
110
 
111
- ```python
112
  ```python
113
  import torch
114
  import transformers
@@ -133,7 +132,7 @@ token = outputs.sequences[0, input_length:]
133
  output_str = tokenizer.decode(token)
134
  print(output_str)
135
  """
136
- Alan Turing was a British mathematician and computer scientist. He was one of the key figures in the development of computer science and artificial intelligence. He is widely regarded as the father of computer science and artificial intelligence.
137
  """
138
  ```
139
 
 
108
 
109
  ## CPU Inference
110
 
 
111
  ```python
112
  import torch
113
  import transformers
 
132
  output_str = tokenizer.decode(token)
133
  print(output_str)
134
  """
135
+ Alan Mathison Turing, OBE, FRS, (23 June 1912 7 June 1954) was an English computer scientist, mathematician, logician, cryptanalyst, philosopher, and theoretical biologist.
136
  """
137
  ```
138