Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ print(generate_text.preprocess("Why is drinking water so healthy?")["prompt_text
|
|
68 |
<|prompt|>Why is drinking water so healthy?<|endoftext|><|answer|>
|
69 |
```
|
70 |
|
71 |
-
Alternatively,
|
72 |
|
73 |
|
74 |
```python
|
|
|
68 |
<|prompt|>Why is drinking water so healthy?<|endoftext|><|answer|>
|
69 |
```
|
70 |
|
71 |
+
Alternatively, you can download [h2oai_pipeline.py](h2oai_pipeline.py), store it alongside your notebook, and construct the pipeline yourself from the loaded model and tokenizer:
|
72 |
|
73 |
|
74 |
```python
|