Adapting commited on
Commit
0adb3ca
1 Parent(s): e4ecc45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,6 +4,7 @@ license: mit
4
 
5
  please use the following code to load data:
6
 
 
7
  # start data loading
8
  !git lfs install
9
  !git clone https://huggingface.co/datasets/nlp-guild/Nonlinear-System-Identification-with-Deep-Learning
@@ -24,4 +25,5 @@ def load_dataset(path='dataset.npy'):
24
 
25
  f_and_xs, label_0, label_1, label_2 = load_dataset('/content/Nonlinear-System-Identification-with-Deep-Learning/dataset.npy')
26
  # end data loading
 
27
 
 
4
 
5
  please use the following code to load data:
6
 
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
 
25
 
26
  f_and_xs, label_0, label_1, label_2 = load_dataset('/content/Nonlinear-System-Identification-with-Deep-Learning/dataset.npy')
27
  # end data loading
28
+ ```
29