Skip to content

Commit aab378a

Browse files
committed
Fix vertical bars
1 parent f153256 commit aab378a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

datasets/jsb_chorales/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,35 @@ $ tar xvzf jsb_chorales.tgz
2020
## Data structure
2121
The dataset is split in three (train, valid, test), with a total of 382 CSV files:
2222

23-
```bash
23+
```
2424
$ tree
2525
.
2626
├── train
2727
│   ├── chorale_000.csv
2828
│   ├── chorale_001.csv
2929
│   ├── chorale_002.csv
30-
| | ...
30+
...
3131
│   ├── chorale_227.csv
3232
│   └── chorale_228.csv
3333
├── 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+
...
3838
│   ├── chorale_303.csv
3939
│   └── chorale_304.csv
4040
└── test
4141
   ├── chorale_305.csv
4242
   ├── chorale_306.csv
4343
   ├── chorale_307.csv
44-
| ...
44+
...
4545
   ├── chorale_380.csv
4646
   └── chorale_381.csv
4747
```
4848

4949
## Data sample
5050

51-
```bash
51+
```
5252
$ head train/chorale_000.csv
5353
note0,note1,note2,note3
5454
74,70,65,58

0 commit comments

Comments
 (0)