Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ This model will convert a query / instruction / prompt into a generic, instructi
|
|
| 14 |
|
| 15 |
The output will be a JSON object.
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
```python
|
| 20 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, Conversation
|
|
|
|
| 14 |
|
| 15 |
The output will be a JSON object.
|
| 16 |
|
| 17 |
+
## Simple Usage Example
|
| 18 |
|
| 19 |
```python
|
| 20 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, Conversation
|