Coder Social home page Coder Social logo

Comments (5)

gkucsko avatar gkucsko commented on May 30, 2024 2

right now the output is limited by the context window of the model (1024) which equates to about 14s. So text should be around that duration (meaning ~2-3 sentences). For longer texts you can either do them one at a time (and use the same history prompt to continue the same voice) or feed the first generation as the history for the second. i know that that's still a bit inconvenient. will try to add better support for that in the next couple of days

from bark.

innovatorved avatar innovatorved commented on May 30, 2024

Thanks Man @gkucsko Do one thing please send some code example of using history prompt
because i write some complex logic at the top of you model to make a log conversation between 2 people

from bark.

JonathanFly avatar JonathanFly commented on May 30, 2024

Thanks Man @gkucsko Do one thing please send some code example of using history prompt because i write some complex logic at the top of you model to make a log conversation between 2 people

I added a parameter for it. https://github.com/JonathanFly/bark

from bark.

innovatorved avatar innovatorved commented on May 30, 2024

Hey @JonathanFly @gkucsko , I have a problem in processing large MAN and WOMAN conversation text. i split the large text into to smaller chunks . but after training the voice is not clear and i received different voices for same history_prompt

from bark.

gkucsko avatar gkucsko commented on May 30, 2024

sometimes the history prompt is not respected since a gpt model can technically just come up with a new speaker, so you might need another attempt or two. also some prompts might work better than others. see also here: #21

from bark.

Related Issues (20)

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.