File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,35 +20,35 @@ $ tar xvzf jsb_chorales.tgz
20
20
## Data structure
21
21
The dataset is split in three (train, valid, test), with a total of 382 CSV files:
22
22
23
- ``` bash
23
+ ```
24
24
$ tree
25
25
.
26
26
├── train
27
27
│ ├── chorale_000.csv
28
28
│ ├── chorale_001.csv
29
29
│ ├── chorale_002.csv
30
- | | ...
30
+ │ │ ...
31
31
│ ├── chorale_227.csv
32
32
│ └── chorale_228.csv
33
33
├── valid
34
- | ├── chorale_229.csv
35
- | ├── chorale_230.csv
36
- | ├── chorale_231.csv
37
- | | ...
34
+ │ ├── chorale_229.csv
35
+ │ ├── chorale_230.csv
36
+ │ ├── chorale_231.csv
37
+ │ │ ...
38
38
│ ├── chorale_303.csv
39
39
│ └── chorale_304.csv
40
40
└── test
41
41
├── chorale_305.csv
42
42
├── chorale_306.csv
43
43
├── chorale_307.csv
44
- | ...
44
+ │ ...
45
45
├── chorale_380.csv
46
46
└── chorale_381.csv
47
47
```
48
48
49
49
## Data sample
50
50
51
- ``` bash
51
+ ```
52
52
$ head train/chorale_000.csv
53
53
note0,note1,note2,note3
54
54
74,70,65,58
You can’t perform that action at this time.
0 commit comments