mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
8b169f1dac
Also adds embeddings and llava models Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
12 lines
568 B
YAML
12 lines
568 B
YAML
name: "sentencetransformers"
|
|
description: |
|
|
This framework provides an easy method to compute dense vector representations for sentences, paragraphs, and images. The models are based on transformer networks like BERT / RoBERTa / XLM-RoBERTa etc. and achieve state-of-the-art performance in various tasks. Text is embedded in vector space such that similar text are closer and can efficiently be found using cosine similarity.
|
|
urls:
|
|
- https://github.com/UKPLab/sentence-transformers
|
|
tags:
|
|
- gpu
|
|
- cpu
|
|
- embeddings
|
|
|
|
config_file: |
|
|
backend: sentencetransformers |