Update README.md
Browse files
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
|
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-774m/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-774m/blob/main/instruct_pipeline.py),
|