Update README.md
Browse files
README.md
CHANGED
|
@@ -5,8 +5,7 @@ license: mit
|
|
| 5 |
Refer to https://github.com/VJyzCELERY/GPT2-StoryGenerator for the model source
|
| 6 |
To use the model simply do :
|
| 7 |
|
| 8 |
-
```
|
| 9 |
-
python
|
| 10 |
import torch
|
| 11 |
from src.model import Config,GPT
|
| 12 |
from src.inference import GPTInfer
|
|
|
|
| 5 |
Refer to https://github.com/VJyzCELERY/GPT2-StoryGenerator for the model source
|
| 6 |
To use the model simply do :
|
| 7 |
|
| 8 |
+
```python
|
|
|
|
| 9 |
import torch
|
| 10 |
from src.model import Config,GPT
|
| 11 |
from src.inference import GPTInfer
|