Fast_Sentence_Embeddings

uSIF

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

uSIF

[find in source code]

class uSIF(Average):
    def __init__(
        model: KeyedVectors,
        length: int = None,
        components: int = 5,
        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