iansotnek commited on
Commit
a310446
1 Parent(s): fc93dd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ You can then use the pipeline to answer instructions:
65
 
66
  ```python
67
  res = generate_text("Who was George Washington?")
68
- print(res[0]["generated_text"])
69
  ```
70
 
71
  Alternatively, if you prefer to not use `trust_remote_code=True` you can download [instruct_pipeline.py](https://huggingface.co/aisquared/chopt-350m/blob/main/instruct_pipeline.py),
 
65
 
66
  ```python
67
  res = generate_text("Who was George Washington?")
68
+ print(res)
69
  ```
70
 
71
  Alternatively, if you prefer to not use `trust_remote_code=True` you can download [instruct_pipeline.py](https://huggingface.co/aisquared/chopt-350m/blob/main/instruct_pipeline.py),