iansotnek commited on
Commit
28132cb
1 Parent(s): ea2ac33

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-2_7b/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-2_7b/blob/main/instruct_pipeline.py),