Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whisper experimentation #2

Open
lilhoser opened this issue Mar 13, 2024 · 0 comments
Open

whisper experimentation #2

lilhoser opened this issue Mar 13, 2024 · 0 comments
Assignees

Comments

@lilhoser
Copy link
Owner

  1. try ggml large v3
  2. try prompting
  3. try other params:
    beam_size=config_data.get("whisper", {}).get("beam_size", 5),
    best_of=config_data.get("whisper", {}).get("best_of", 5),
    language=config_data.get("whisper", {}).get("language", "en"),
    vad_filter=config_data.get("whisper", {}).get("vad_filter", False),
    vad_parameters=config_data.get("whisper", {}).get("vad_parameters", {
    "threshold": 0.5,
    "min_speech_duration_ms": 250,
    "max_speech_duration_s": 3600,
    "min_silence_duration_ms": 2000,
    "window_size_samples": 1024,
    "speech_pad_ms": 400
    }))
@lilhoser lilhoser self-assigned this Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant