All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.whipser.cpp.java.params.WhisperSamplingStrategy Maven / Gradle / Ivy

The newest version!
package com.litongjava.whipser.cpp.java.params;


/** Available sampling strategies */
public enum WhisperSamplingStrategy {
    /** similar to OpenAI's GreedyDecoder */
    WHISPER_SAMPLING_GREEDY,

    /** similar to OpenAI's BeamSearchDecoder */
    WHISPER_SAMPLING_BEAM_SEARCH
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy