juewang commited on
Commit
918e74e
1 Parent(s): bcfebc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 do not like this!" Is it positive or negative? A:''')
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