Text Generation
Transformers
PyTorch
English
gptj
Inference Endpoints
juewang commited on
Commit
ab8b5f7
·
1 Parent(s): c4d3569

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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! <-- Is it positive or negative?\nA:''')
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