How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for asg017/sqlite-lembed-model-examples to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for asg017/sqlite-lembed-model-examples to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for asg017/sqlite-lembed-model-examples to start chatting
Quick Links

sentence-transformers==2.7.0

$ cat load.py 
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("sentence-transformers/all-MiniLM-L6-v2")
$ TRANSFORMERS_CACHE=$PWD/cache python load.py
./llama.cpp/convert-hf-to-gguf.py \
  cache/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/e4ce9877abf3edfe10b0d82785e83bdcb973e22e/ \
  --outfile all-MiniLM-L6-v2.e4ce9877.{ftype}.gguf \
  --outtype=f32
Downloads last month
113
GGUF
Model size
22.6M params
Architecture
bert
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support