Skip to content

Commit

Permalink
Fix vertical bars
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Jul 17, 2019
1 parent f153256 commit aab378a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions datasets/jsb_chorales/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,35 @@ $ tar xvzf jsb_chorales.tgz
## Data structure
The dataset is split in three (train, valid, test), with a total of 382 CSV files:

```bash
```
$ tree
.
├── train
│   ├── chorale_000.csv
│   ├── chorale_001.csv
│   ├── chorale_002.csv
| | ...
...
│   ├── chorale_227.csv
│   └── chorale_228.csv
├── valid
| ├── chorale_229.csv
| ├── chorale_230.csv
| ├── chorale_231.csv
| | ...
├── chorale_229.csv
├── chorale_230.csv
├── chorale_231.csv
...
│   ├── chorale_303.csv
│   └── chorale_304.csv
└── test
   ├── chorale_305.csv
   ├── chorale_306.csv
   ├── chorale_307.csv
| ...
...
   ├── chorale_380.csv
   └── chorale_381.csv
```

## Data sample

```bash
```
$ head train/chorale_000.csv
note0,note1,note2,note3
74,70,65,58
Expand Down

0 comments on commit aab378a

Please sign in to comment.