iansotnek commited on
Commit
bc37c24
1 Parent(s): 7c1ffc6

Update README.md

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