Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ please use the following code to load data:
|
|
7 |
```python
|
8 |
# start data loading
|
9 |
!git lfs install
|
10 |
-
!git clone https://huggingface.co/datasets/nlp-guild/
|
11 |
|
12 |
def load_dataset(path='dataset.npy'):
|
13 |
"""
|
|
|
7 |
```python
|
8 |
# start data loading
|
9 |
!git lfs install
|
10 |
+
!git clone https://huggingface.co/datasets/nlp-guild/non-linear-classification
|
11 |
|
12 |
def load_dataset(path='dataset.npy'):
|
13 |
"""
|