Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sakemin/cog-musicgen into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sakemin committed Oct 20, 2023
2 parents 9110f1e + 20d4f96 commit cbac0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cog train -i dataset_path=@<path-to-your-data> <additional hyperparameters>
- If each audio file requires a distinct description, create a .txt file with a single-line description corresponding to each .mp3 or .wav file (e.g., `01_A_Man_Without_Love.mp3` and `01_A_Man_Without_Love.txt`).
- For a uniform description across all audio files, set the `one_same_description` argument to your desired description. In this case, there's no need for individual .txt files.
- **Auto Labeling:** When `auto_labeling` is set to `True`, labels such as 'genre', 'mood', 'theme', 'instrumentation', 'key', and 'bpm' will be generated and added to each audio file in the dataset (Default: `True`).
- [Available Tags for Labeling](https://github.com/sakemin/cog-musicgen/blob/main/metadata.py)
- [Available Tags for Labeling](https://github.com/sakemin/cog-musicgen-fine-tuner/blob/main/metadata.py)
## Train Parameters
### Train Inputs
- `dataset_path`: Path = Input("Path to the dataset directory")
Expand Down

0 comments on commit cbac0b9

Please sign in to comment.