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