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

io.github.givimad.whisperjni.WhisperSamplingStrategy Maven / Gradle / Ivy

package io.github.givimad.whisperjni;
/**
 * The {@link WhisperContext} enum to configure whisper's sampling strategy
 *
 * @author Miguel Álvarez Díez - Initial contribution
 */
public enum WhisperSamplingStrategy {
    /**
     * Similar to OpenAI's GreedyDecoder
     */
    GREEDY,
    /**
     * Similar to OpenAI's BeamSearchDecoder
     */
    BEAN_SEARCH;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy