mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-12 22:04:59 +00:00
models(gallery): add gallery (#2078)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
8d30b39811
commit
b319ed58b0
8 changed files with 640 additions and 1 deletions
15
gallery/bert-embeddings.yaml
Normal file
15
gallery/bert-embeddings.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue