Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ Given the training format, no extra care is needed to account for different sequ
|
|
49 |
|
50 |
## How to use
|
51 |
The model can be easily loaded using AutoModelForCausalLM.
|
52 |
-
|
53 |
|
54 |
```python
|
55 |
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
|
|
49 |
|
50 |
## How to use
|
51 |
The model can be easily loaded using AutoModelForCausalLM.
|
52 |
+
You can use the pipeline API for text generation.
|
53 |
|
54 |
```python
|
55 |
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|