Fast_Sentence_Embeddings

SIF

Auto-generated documentation for fse.models.sif module.

SIF

[find in source code]

class SIF(Average):
    def __init__(
        model: KeyedVectors,
        alpha: float = 0.001,
        components: int = 1,
        cache_size_gb: float = 1.0,
        sv_mapfile_path: str = None,
        wv_mapfile_path: str = None,
        workers: int = 1,
        lang_freq: str = None,
    ):

See also