Update README.md
Browse files
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
|
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),
|