You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Read 0M words
Number of words: 8127
Number of labels: 16
Progress: 100.0% words/sec/thread: 432094 lr: 0.000000 loss: 0.049534 eta: 0h0m -14m
got 97% ,96% P@1 and R@1 respectively:
fasttext test ../model/model.bin ${input_path}
N 494
P@1 0.97
R@1 0.962
Number of examples: 494
however, when predict tens of thousands of new samples, found many samples whose label not in the 16 classes mentioned previously got high prediction probability.
i guess there may be two reasons:
distributions for training and actual samples is different
in test phase, the model did not use pretrained vectors