Open ZJaume opened 6 months ago
Model loading time: method | time (s) |
---|---|
fasttext lid193 | 0.53s |
heli OTS | 7.2s |
heli-otr bincode | 4.3s |
heli-otr rkyv | 2.0s |
heli-otr bitcode | 0.92s |
+ separated ngram files | 0.67s |
Now running with 100k sentences, since 5k seem to be too few. | method | time (s) |
---|---|---|
CLD2 | 1.12 | |
HeLI-OTS | 60.37 | |
lingua all high preloaded | 56.29 | |
lingua all low preloaded | 23.34 | |
fasttext lid193 | 8.44 | |
heli-otr wyhash + static scorers | 5.28 | |
+ bitcode | 4.72 | |
+ vec<lang, prob> | 2.40 | |
+ early char count | 2.33 | |
+ |
0.90 | |
+ score_lang vectorized | 2.09 |
Running with 5000 random sentences from openlid
+ Patricia tree* output not stable in different computers.