Text Analytics Toolbox Model for all-MiniLM-L12-v2 Network

Pretrained all-MiniLM-L12-v2 Network for MATLAB
25.0 次下载
更新时间 2024/9/11
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.");
MATLAB 版本兼容性
创建方式 R2024a
兼容 R2024a 到 R2024b 的版本
平台兼容性
Windows macOS (Apple 芯片) macOS (Intel) Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!