Instructions to use mradermacher/bge-small-en-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/bge-small-en-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/bge-small-en-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/bge-small-en-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/bge-small-en-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bge-small-en-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/bge-small-en-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bge-small-en-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf mradermacher/bge-small-en-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/bge-small-en-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf mradermacher/bge-small-en-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/bge-small-en-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/bge-small-en-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/bge-small-en-GGUF with Ollama:
ollama run hf.co/mradermacher/bge-small-en-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/bge-small-en-GGUF with 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 mradermacher/bge-small-en-GGUF 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 mradermacher/bge-small-en-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/bge-small-en-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/bge-small-en-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/bge-small-en-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/bge-small-en-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/bge-small-en-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.bge-small-en-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rain
Browse files- .gitattributes +12 -0
- bge-small-en.IQ4_XS.gguf +3 -0
- bge-small-en.Q2_K.gguf +3 -0
- bge-small-en.Q3_K_L.gguf +3 -0
- bge-small-en.Q3_K_M.gguf +3 -0
- bge-small-en.Q3_K_S.gguf +3 -0
- bge-small-en.Q4_K_M.gguf +3 -0
- bge-small-en.Q4_K_S.gguf +3 -0
- bge-small-en.Q5_K_M.gguf +3 -0
- bge-small-en.Q5_K_S.gguf +3 -0
- bge-small-en.Q6_K.gguf +3 -0
- bge-small-en.Q8_0.gguf +3 -0
- bge-small-en.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
bge-small-en.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
bge-small-en.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
bge-small-en.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
bge-small-en.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
bge-small-en.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
bge-small-en.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
bge-small-en.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
bge-small-en.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
bge-small-en.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
bge-small-en.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
bge-small-en.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
bge-small-en.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
bge-small-en.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ded6e2b11439023076e7772ff1e437287c8dfa3abbbc702097259a4e9597350e
|
| 3 |
+
size 25939584
|
bge-small-en.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bfca66bef11d447c912bf115c75b57ca2cb8418e4eaddfc375c73cd0577e863
|
| 3 |
+
size 25128576
|
bge-small-en.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:959b7794da98fa3c0387e4f37f0a84d1ebbe79101a2457e1dd2cacabf0aa05f6
|
| 3 |
+
size 27616896
|
bge-small-en.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d368cdf8f9ac5fdbc307861dd1588167a645540c9b6ac74266fc18b6a210596b
|
| 3 |
+
size 26529408
|
bge-small-en.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fcf5fb11535af0dd8ae470964a31fd4def03ad38a72e85aa470f3e0e52a7376
|
| 3 |
+
size 25128576
|
bge-small-en.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21a9af4549eb30f11a7b0c1cc8b7b0e8af3f8ffccce870a32e8dda5179fe836c
|
| 3 |
+
size 29082240
|
bge-small-en.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5e292cc9d1d36b258c1df125d2ea5565ccb9fa0525aab44df0e87fbbb8078e3
|
| 3 |
+
size 27948672
|
bge-small-en.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f23bdbb0f6f51c7e8d56d28037d67bc251bf2f075ba72ad18b10dab79c99546
|
| 3 |
+
size 30354048
|
bge-small-en.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff2fb21d319b3e7598890f36d0e1b2c672cd9967f7e7e9c40a406b924756df6a
|
| 3 |
+
size 29607552
|
bge-small-en.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8e08c333d3e2207c7c7dca1b4a2d83ae53c8137600dd9add46e09ed8670f87f
|
| 3 |
+
size 34971264
|
bge-small-en.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d43412b3b05143e4b1ad6c77f2f819e00280aefba8bec9616652e848de60385
|
| 3 |
+
size 36685440
|
bge-small-en.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29e9d08669f4beb2a6c5564567431d3903e36624fbe04292e32071ebed61b7b7
|
| 3 |
+
size 67579904
|