GithubHelp home page GithubHelp logo

Comments (5)

Jeronymous avatar Jeronymous commented on May 22, 2024

This is probably due to the fact that whisper use temperature fallback and beam search, while it's currently not supported by whisper-timestamped (see issue #10, it's WIP).

Can you please try whisper with options

--beam_size None --temperature_increment None

and tell if you see the duplicate fragments?

If you see it, then your problem will be solved when issue #10 will be solved

from whisper-timestamped.

Jeronymous avatar Jeronymous commented on May 22, 2024

@romanzoniit You can now use option --accurate in whisper_timestamped to reproduce default options of whisper (see README for more information).
Can you please check if that solves this issue for you?

from whisper-timestamped.

Jeronymous avatar Jeronymous commented on May 22, 2024

I think this issue is solved. Don't hesitate to re-open if it's still an issue after my last comments

from whisper-timestamped.

romanzoniit avatar romanzoniit commented on May 22, 2024

@romanzoniit You can now use option --accurate in whisper_timestamped to reproduce default options of whisper (see README for more information). Can you please check if that solves this issue for you?

how to use this in python, not in console

from whisper-timestamped.

Jeronymous avatar Jeronymous commented on May 22, 2024

It's explained in the README

By default, all options that require several steps of decoding are disabled, in favour of an efficient decoding strategy. Use beam_size=5, best_of=5, temperature=(0.0, 0.2, 0.4, 0.6, 0.8, 1.0) for Whisper default.

from whisper-timestamped.

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.