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