mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
b319ed58b0
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
15 lines
486 B
YAML
15 lines
486 B
YAML
name: "bert-embeddings"
|
|
license: "Apache 2.0"
|
|
urls:
|
|
- https://huggingface.co/skeskinen/ggml
|
|
description: |
|
|
Bert model that can be used for embeddings
|
|
config_file: |
|
|
parameters:
|
|
model: bert-MiniLM-L6-v2q4_0.bin
|
|
backend: bert-embeddings
|
|
embeddings: true
|
|
files:
|
|
- filename: "bert-MiniLM-L6-v2q4_0.bin"
|
|
sha256: "a5a174d8772c8a569faf9f3136c441f2c3855b5bf35ed32274294219533feaad"
|
|
uri: "https://huggingface.co/mudler/all-MiniLM-L6-v2/resolve/main/ggml-model-q4_0.bin" |