Update README.md
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ GPT-JT is a bidirectional dense model, trained through UL2 objective with NI, P3
|
|
86 |
```python
|
87 |
from transformers import pipeline
|
88 |
pipe = pipeline(model='togethercomputer/GPT-JT-6B-v1')
|
89 |
-
pipe('''"I
|
90 |
```
|
91 |
|
92 |
or
|
|
|
86 |
```python
|
87 |
from transformers import pipeline
|
88 |
pipe = pipeline(model='togethercomputer/GPT-JT-6B-v1')
|
89 |
+
pipe('''"I love this!" Is it positive? A:''')
|
90 |
```
|
91 |
|
92 |
or
|