Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,7 @@ When provided in a YAML file in the dataset repo, the prompt can easily be loade
|
|
25 |
like the model_id or generation parameters for easy reproducibility.
|
26 |
|
27 |
```python
|
|
|
28 |
from hf_hub_prompts import download_prompt
|
29 |
import torch
|
30 |
from transformers import pipeline
|
|
|
25 |
like the model_id or generation parameters for easy reproducibility.
|
26 |
|
27 |
```python
|
28 |
+
#!pip install hf_hub_prompts
|
29 |
from hf_hub_prompts import download_prompt
|
30 |
import torch
|
31 |
from transformers import pipeline
|