Simon van Dyk commited on
Commit ·
3f43bf7
1
Parent(s): 2c501f8
Fix: example code instruction must tell them to login
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ The NOSIBLE financial sentiment dataset is a collection of **100k** cleaned and
|
|
| 37 |
## How to use it
|
| 38 |
Using the [HuggingFace datasets library](https://huggingface.co/docs/datasets/):
|
| 39 |
|
| 40 |
-
|
| 41 |
|
| 42 |
```python
|
| 43 |
from datasets import load_dataset
|
|
|
|
| 37 |
## How to use it
|
| 38 |
Using the [HuggingFace datasets library](https://huggingface.co/docs/datasets/):
|
| 39 |
|
| 40 |
+
You can install it with `pip install datasets`, and must login using e.g. `hf auth login` to access this dataset.
|
| 41 |
|
| 42 |
```python
|
| 43 |
from datasets import load_dataset
|