iansotnek commited on
Commit
3175c43
1 Parent(s): c651dd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ You can then use the pipeline to answer instructions:
73
 
74
  ```python
75
  res = generate_text("Who was George Washington?")
76
- print(res[0]["generated_text"])
77
  ```
78
 
79
  Alternatively, if you prefer to not use `trust_remote_code=True` you can download [instruct_pipeline.py](https://huggingface.co/aisquared/dlite-v2-355m/blob/main/instruct_pipeline.py),
 
73
 
74
  ```python
75
  res = generate_text("Who was George Washington?")
76
+ print(res)
77
  ```
78
 
79
  Alternatively, if you prefer to not use `trust_remote_code=True` you can download [instruct_pipeline.py](https://huggingface.co/aisquared/dlite-v2-355m/blob/main/instruct_pipeline.py),