sameer505 commited on
Commit
b2addd2
·
1 Parent(s): aef20de

small changes

Browse files
README.md CHANGED
@@ -1,10 +1,9 @@
1
  # overview
2
  - the purpose of this repository is to load a certain dataset
3
- - the dataset can be found in https://zenodo.org/records/11162448
4
- - this repository contains a small sample of data from the original dataset
5
-
6
  # how to load dataset
7
- - download the dataset from https://zenodo.org/records/11162448. the folder data should contain this data
8
  - define train, test and validation splits by redefining *id_start* and *id_end* in the loading script (Lenze_dataset.py)
9
  - you should define a config_name when calling the function *load_dataset*. the config_name is the name of a folder like H045_I_ccw_withoutLoad
10
- example: *dataset = load_dataset("Lenze_dataset.py","H045_I_ccw_withoutLoad",trust_remote_code=True)*
 
1
  # overview
2
  - the purpose of this repository is to load a certain dataset
3
+ - more information about the dataset can be found in https://zenodo.org/records/11162448
4
+ - this repository contains a small sample of the dataset
 
5
  # how to load dataset
6
+ - download the dataset from https://zenodo.org/records/11162448. the folder data should contain the downloaded folders
7
  - define train, test and validation splits by redefining *id_start* and *id_end* in the loading script (Lenze_dataset.py)
8
  - you should define a config_name when calling the function *load_dataset*. the config_name is the name of a folder like H045_I_ccw_withoutLoad
9
+ example: *dataset = load_dataset("Lenze_dataset.py","H045_I_ccw_withoutLoad",trust_remote_code=True)*
data/{quick_start_notebook.ipynb → empty.ipynb} RENAMED
File without changes