Commit
·
e5fa81a
1
Parent(s):
e41e36b
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ This is an LLM trained to follow instructions, similar to ChatGPT, except much m
|
|
26 |
|
27 |
## Sample Use
|
28 |
|
29 |
-
```
|
30 |
from transformers import pipeline
|
31 |
|
32 |
generator = pipeline('text-generation', model='linkanjarad/OPT-Alpaca-125M')
|
|
|
26 |
|
27 |
## Sample Use
|
28 |
|
29 |
+
```python
|
30 |
from transformers import pipeline
|
31 |
|
32 |
generator = pipeline('text-generation', model='linkanjarad/OPT-Alpaca-125M')
|