Giter VIP home page Giter VIP logo

barkify's Introduction

barkify

Barkify: an unoffical repo for training Bark, a text-prompted generative audio model by suno-ai.

Bark has two GPT style models which is compatible for prompting and other tricks from NLP. Bark realize a great real world tts result but the repo itself doesn't a training recipe. We want to conduct some experiments or train this model. Here we release our basic training code which might be a guidance of training for open source community.

Process dataset

We do our experiment on LJspeech. Follow the instrcutions in process.ipynb.
For chinese, we test a famous steamer named Fengge. It shows an acceptable result but worse than our other TTS repo.

Training

Stage1 stands for text to semantic and stage2 stands for semantic to acoustic.
You should config paramters in the configs/barkify.yaml. We use one A100 to train our model (both S1&S2).

# training stage 1 or 2
python trainer.py start_path=/path/to/your/work_env stage=1 name=<dataset>
python trainer.py start_path=/path/to/your/work_env stage=2 name=<dataset>

Inference

Directly use infer.ipynb and follow the instrcutions to infer your model.

Roadmap

  • Construct a basic training code for bark-like generative model
  • Test one speaker scenario
  • Test multi speaker scenario
  • Test speaker semantic prompting
  • Test speech/audio acoustic prompting
  • Test variable length data(as we use a fixed length now)
  • Long-form generation
  • Support more language

Appreciation

  • bark is a transformer-based text-to-audio model.
  • Vall-E is an unofficial PyTorch implementation of VALL-E.

barkify's People

Contributors

anyvoiceai avatar lich99 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.