Updated Changelog and version for JASCO release (#526)

This commit is contained in:
Or-Tal
2025-01-14 17:50:16 +02:00
committed by GitHub
parent d5efa12143
commit 72480695e0
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -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))
+3 -1
View File
@@ -18,9 +18,11 @@ At the moment we provide the training code for:
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'