Skip to content
Snippets Groups Projects
Commit 53fe875c authored by Martin Forell's avatar Martin Forell
Browse files

added bert

parent 4e787244
No related branches found
No related tags found
No related merge requests found
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"
\ No newline at end of file
- url: https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/mistral.yaml - url: https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/mistral.yaml
name: mistral name: mistral
license: other license: other
- url: https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/openchat.yaml - url: https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/openchat.yaml
name: openchat name: openchat
license: apache-2.0 license: apache-2.0
...@@ -89,3 +90,7 @@ ...@@ -89,3 +90,7 @@
- filename: gte-large-ggml-f16.bin - filename: gte-large-ggml-f16.bin
sha256: "" sha256: ""
uri: https://huggingface.co/maikaarda/gte-large-ggml/resolve/main/gte-large-ggml-model-f16.bin uri: https://huggingface.co/maikaarda/gte-large-ggml/resolve/main/gte-large-ggml-model-f16.bin
- url: "https://gitlab.kit.edu/kit/aifb/BIS/infrastruktur/localai/localai-model-gallery/-/raw/main/bert-embeddings.yaml"
name: "bert-embeddings"
license: other
\ No newline at end of file
...@@ -43,4 +43,5 @@ prompt_templates: ...@@ -43,4 +43,5 @@ prompt_templates:
files: files:
- filename: "mistral-7b-openorca.Q6_K.gguf" - filename: "mistral-7b-openorca.Q6_K.gguf"
sha256: "21dd6b5a62e18dcc2e859315d485707d5df98b6b3a7b2a57ed378bcf790109f9" sha256: "21dd6b5a62e18dcc2e859315d485707d5df98b6b3a7b2a57ed378bcf790109f9"
uri: "https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q6_K.gguf" uri: "https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q6_K.gguf"
\ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment