update readme
Browse files
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
|
| 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 |
|