Open tangtianyi1998 opened 1 year ago
Hi @tangtianyi1998
You get this error, when fasttext cannot find the model binary -- did you run the following steps?
mkdir -p models
wget https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin -P models
what is the version of the python and fasttext?