Skip to content

Commit

Permalink
Updated Changelog and version for JASCO release (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Tal authored Jan 14, 2025
1 parent d5efa12 commit 7248069
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.4.0a2] - 2025-01-14

Add training and inference code for JASCO (https://arxiv.org/abs/2406.10970) along with the [hf checkpoints](https://huggingface.co/facebook/jasco-chords-drums-melody-1B).

## [1.4.0a1] - 2024-06-03

Adding new metric PesqMetric ([Perceptual Evaluation of Speech Quality](https://doi.org/10.5281/zenodo.6549559))
Expand Down
4 changes: 3 additions & 1 deletion audiocraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
See `audiocraft.solvers.compression.CompressionSolver`, and `audiocraft.models.encodec.EncodecModel`.
- [MultiBandDiffusion](TODO), alternative diffusion-based decoder compatible with EnCodec that
improves the perceived quality and reduces the artifacts coming from adversarial decoders.
- [JASCO](https://arxiv.org/abs/2406.10970) Joint Audio and Symbolic Conditioning for Temporally Controlled
Text-to-Music Generation.
"""

# flake8: noqa
from . import data, modules, models

__version__ = '1.4.0a1'
__version__ = '1.4.0a2'

0 comments on commit 7248069

Please sign in to comment.