|
|
|
|
|
by maelito
22 days ago
|
|
Awesome. We have a dictionary of words to OpenStreetMap tags here : https://codeberg.org/cartes/web/src/branch/master/components... Do you think your work could help us let users type "pancake" and get "crêpe" without writing an explicit "pancake = crêpe" dictionary entry ? In practice : if I understand well, your lib would first need to download 5 Mb, once and for all, and would then be used as we use Fuse.js right now ? How well does it handle languages other than English ? Could it be "trained" on the OpenStreetMap tag wiki ? Thanks a lot for your work. |
|
Source code has the entire embedding distillation pipeline includes dataset preparation. You could run the same distillation training (but not sure if teacher model used a multi-language dataset).
Open up an issue on the github repo and I can reply with details