Xenova/all-MiniLM-L6-v2
Semantic similarity
First run: approximately 25 MBQuantized weights plus tokenizer and configuration files.
Nothing downloads until you press the button.
LAB 002 · Embeddings
Turn two English passages into normalized 384-dimensional vectors, then calculate their similarity on your browser CPU.
Xenova/all-MiniLM-L6-v2
Nothing downloads until you press the button.
Each passage is converted into tokens understood by the model.
The model produces a normalized 384-value representation for each passage.
A dot product measures vector alignment, from different to highly similar.