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