Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,8 @@ It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
17 |
|
18 |
## Quick start
|
19 |
|
|
|
|
|
20 |
```python
|
21 |
from transformers import pipeline
|
22 |
|
|
|
17 |
|
18 |
## Quick start
|
19 |
|
20 |
+
How to use the model:
|
21 |
+
|
22 |
```python
|
23 |
from transformers import pipeline
|
24 |
|