PierreMesure/sentence-bert-swedish-cased-gguf
This is a GGUF conversion of KBLab/sentence-bert-swedish-cased (F32).
I used llama.cpp's script (convert_hf_to_gguf.py):
python convert_hf_to_gguf.py --outtype f32 ./sentence-bert-swedish-cased --outfile ./sentence-bert-swedish-cased.F32.gguf
Usage
You can use this with any tool building on llama.cpp. I made this GGUF to import it in Ollama.
Create a Modelfile:
FROM ./sentence-bert-swedish-cased.F32.gguf
Or in one command:
git clone https://huggingface.co/PierreMesure/sentence-bert-swedish-cased-gguf cd sentence-bert-swedish-cased-gguf/ echo 'FROM ./sentence-bert-swedish-cased.F32.gguf' > Modelfile
Import with Ollama
ollama create sentence-bert-swedish-cased
- Downloads last month
- 30
Hardware compatibility
Log In
to view the estimation
32-bit
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
Model tree for PierreMesure/sentence-bert-swedish-cased-gguf
Base model
KBLab/sentence-bert-swedish-cased