Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

compute accuracy of word embedding model in fasttext #657

Open
@lili2018

Description

@lili2018

Hi, I trained two word embedding model with following command
./fasttext skipgram -input traindata.txt -output sg-model -dim 300 -lr 0.05
./fasttext cbow -input traindata.txt -output cbow-model -dim 300 -lr 0.05
Now, I want to compute accuracy of these models.
How can do it in fasttext?

Metadata

Metadata

Assignees

No one assigned

    Labels

    machine-learningissue/question to related general ML practice

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions