jarodrigues
commited on
Commit
•
66675be
1
Parent(s):
2a8003d
Update README.md
Browse files
README.md
CHANGED
@@ -145,7 +145,7 @@ For further testing our decoder, in addition to the testing data described above
|
|
145 |
|
146 |
# How to use
|
147 |
|
148 |
-
You can use this model directly with a pipeline for causal language modeling
|
149 |
|
150 |
```python3
|
151 |
>>> from transformers import pipeline
|
|
|
145 |
|
146 |
# How to use
|
147 |
|
148 |
+
You can use this model directly with a pipeline for causal language modeling:
|
149 |
|
150 |
```python3
|
151 |
>>> from transformers import pipeline
|