Text Analytics Toolbox Model for all-MiniLM-L12-v2 Network
Pretrained all-MiniLM-L12-v2 Network for MATLAB
38 download
Aggiornato
11 dic 2024
The all-MiniLM-L12-v2 is a sentence embedding model that can be used to convert sentences into a fixed-length numeric representation. Sentence embedding models are used in tools for similarity detection, information retrieval, or, with Large Language Models, such as in retrieval augmentation generation and semantic search workflows.
You can use this model with the documentEmbedding feature:
mdl = documentEmbedding(Model="all-MiniLM-L12-v2");
embed(mdl, "Accelerating the pace of engineering and science.");
Compatibilità della release di MATLAB
Creato con
R2024a
Compatibile con R2024a fino a R2025a
Compatibilità della piattaforma
Windows macOS (Apple silicon) macOS (Intel) LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.