Adapting commited on
Commit
acd018c
1 Parent(s): 7dea706

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/Nonlinear-System-Identification-with-Deep-Learning
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
  """