Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ The model chosen for training is GPT2 with the following specifications:
|
|
| 22 |
5. n_positions=1024
|
| 23 |
|
| 24 |
## How to Use
|
| 25 |
-
You can use this model directly with a pipeline for
|
| 26 |
|
| 27 |
```py
|
| 28 |
from transformers import pipeline
|
|
|
|
| 22 |
5. n_positions=1024
|
| 23 |
|
| 24 |
## How to Use
|
| 25 |
+
You can use this model directly with a pipeline for casual language modeling:
|
| 26 |
|
| 27 |
```py
|
| 28 |
from transformers import pipeline
|