iansotnek commited on
Commit
fc55a7f
1 Parent(s): 4489d83

Update README.md

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