Update README.md
Browse files
README.md
CHANGED
@@ -204,7 +204,7 @@ GPT-JT is a bidirectional dense model, trained through UL2 objective with NI, P3
|
|
204 |
```python
|
205 |
from transformers import pipeline
|
206 |
pipe = pipeline(model='togethercomputer/GPT-JT-6B-v1')
|
207 |
-
pipe('''I like this!
|
208 |
```
|
209 |
|
210 |
or
|
|
|
204 |
```python
|
205 |
from transformers import pipeline
|
206 |
pipe = pipeline(model='togethercomputer/GPT-JT-6B-v1')
|
207 |
+
pipe('''"I do not like this!" Is it positive or negative? A:''')
|
208 |
```
|
209 |
|
210 |
or
|