Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
loubbrad committed Jun 19, 2024
1 parent ded7c8f commit 2722d6f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,31 @@ You can find preliminary checkpoints at the following locations

Finetuned piano-only checkpoints (improved robustness):

```large - https://storage.googleapis.com/aria-checkpoints/large-abs-inst.safetensors```
```
large - https://storage.googleapis.com/aria-checkpoints/large-abs-inst.safetensors
```

Pretrained checkpoints:

```large - https://storage.googleapis.com/aria-checkpoints/large-abs-pt.bin
```
large - https://storage.googleapis.com/aria-checkpoints/large-abs-pt.bin
medium - https://storage.googleapis.com/aria-checkpoints/medium-abs-pt.bin
small - https://storage.googleapis.com/aria-checkpoints/small-abs-pt.bin```
small - https://storage.googleapis.com/aria-checkpoints/small-abs-pt.bin
```

You can then sample using the cli:

```aria sample \
```
aria sample \
-m large \
-c <path-to-checkpoint> \
-p <path-to-midifile> \
-var <num-variations-to-generate> \
-trunc <seconds-in-to-truncate-prompt> \
-l <number-of-tokens-to-generate> \
-temp 0.95 \
-e```
-e
```

You can use `aria sample -h` to see a full list of options. If you wish to sample from a pretrained checkpoint, please use the `-pt` flag.

Expand Down

0 comments on commit 2722d6f

Please sign in to comment.