Instructions to use mradermacher/bge-small-en-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/bge-small-en-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/bge-small-en-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/bge-small-en-i1-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-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bge-small-en-i1-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-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/bge-small-en-i1-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-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/bge-small-en-i1-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-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/bge-small-en-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/bge-small-en-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/bge-small-en-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/bge-small-en-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/bge-small-en-i1-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-i1-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-i1-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-i1-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/bge-small-en-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/bge-small-en-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/bge-small-en-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/bge-small-en-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.bge-small-en-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rain
Browse files- .gitattributes +24 -0
- bge-small-en.i1-IQ1_M.gguf +3 -0
- bge-small-en.i1-IQ1_S.gguf +3 -0
- bge-small-en.i1-IQ2_M.gguf +3 -0
- bge-small-en.i1-IQ2_S.gguf +3 -0
- bge-small-en.i1-IQ2_XS.gguf +3 -0
- bge-small-en.i1-IQ2_XXS.gguf +3 -0
- bge-small-en.i1-IQ3_M.gguf +3 -0
- bge-small-en.i1-IQ3_S.gguf +3 -0
- bge-small-en.i1-IQ3_XS.gguf +3 -0
- bge-small-en.i1-IQ3_XXS.gguf +3 -0
- bge-small-en.i1-IQ4_NL.gguf +3 -0
- bge-small-en.i1-IQ4_XS.gguf +3 -0
- bge-small-en.i1-Q2_K.gguf +3 -0
- bge-small-en.i1-Q2_K_S.gguf +3 -0
- bge-small-en.i1-Q3_K_L.gguf +3 -0
- bge-small-en.i1-Q3_K_M.gguf +3 -0
- bge-small-en.i1-Q3_K_S.gguf +3 -0
- bge-small-en.i1-Q4_0.gguf +3 -0
- bge-small-en.i1-Q4_1.gguf +3 -0
- bge-small-en.i1-Q4_K_M.gguf +3 -0
- bge-small-en.i1-Q4_K_S.gguf +3 -0
- bge-small-en.i1-Q5_K_M.gguf +3 -0
- bge-small-en.i1-Q5_K_S.gguf +3 -0
- bge-small-en.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ saved_model/**/* 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 |
imatrix.dat 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 |
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
bge-small-en.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
bge-small-en.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
bge-small-en.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
bge-small-en.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
bge-small-en.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
bge-small-en.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
bge-small-en.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
bge-small-en.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
bge-small-en.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
bge-small-en.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
bge-small-en.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
bge-small-en.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
bge-small-en.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
bge-small-en.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
bge-small-en.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
bge-small-en.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
bge-small-en.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
bge-small-en.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
bge-small-en.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
bge-small-en.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
bge-small-en.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
bge-small-en.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
bge-small-en.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
bge-small-en.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
bge-small-en.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc1c1a40e8b1f72214b068d2514c5c90c87ffbaa1043eafc0ba7d2644deb9f3f
|
| 3 |
+
size 23700320
|
bge-small-en.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed2ca9040f62972aca5098935f838965ae2f640f5f5f5d952c066b62f2372876
|
| 3 |
+
size 23548256
|
bge-small-en.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3391cd9908c8bd9ac4d6884bd23376aac099ea60c020e192267b60ce3d744c5
|
| 3 |
+
size 24419168
|
bge-small-en.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4d7e766ee19908068ace0304538b8cdd72910709cc8191d31eabefdb12c6485
|
| 3 |
+
size 24216416
|
bge-small-en.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66cc75f4eb2bbf36e683125997b1c47d490ee20b87e2adb462864f6962d4672b
|
| 3 |
+
size 24156512
|
bge-small-en.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d925b374d876e1fcfa6ff22ad2d4a8e7c501683dbf4ee12ee02aa57ab128f7a
|
| 3 |
+
size 23953760
|
bge-small-en.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b60948e70c2bbf80a15a48fd82173869736ceb445da21d00ad0075ec343ad61e
|
| 3 |
+
size 25649504
|
bge-small-en.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c296bc025c2000ae751b95d060ca730a8d2d408082749e575ce2016d20e7cb87
|
| 3 |
+
size 25128800
|
bge-small-en.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fddb579a637c3973eb0c5baa369a16a6695c8667a281ab7f1e6b4dba25640b9
|
| 3 |
+
size 25128800
|
bge-small-en.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e341ce57c6c3c1d1cb61afab843517ab101e49a8ee15447b3bdaa8ba1773c9a7
|
| 3 |
+
size 24797024
|
bge-small-en.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff3fbea038c34f01d340d278e52ec925eb9aa2dab6427dfe307fd06a61aa4ae2
|
| 3 |
+
size 26068832
|
bge-small-en.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88bfdb7933e16e88d2be14317d91ce729e8999771fcda961e4426da7505082c8
|
| 3 |
+
size 25847648
|
bge-small-en.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5de8d0b74be4fd6e88c9264e4e5732d6d46c3b4a3e513c1f9e44b84e45e90de8
|
| 3 |
+
size 25128800
|
bge-small-en.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29ca37c6b0987f91e3c62b48bc30d5f5750444fbd5f0f484a402e6a8e2b93c0a
|
| 3 |
+
size 24548192
|
bge-small-en.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df845e056d338d15dae906454b24f34e9ee68cfd74285db562dd244f2a317b95
|
| 3 |
+
size 27617120
|
bge-small-en.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fd22e21f7139839d64744097677b57980ba37c3f3f293c84741105e908d7bbe
|
| 3 |
+
size 26529632
|
bge-small-en.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ab66ce8baf1e96b42046acd63d958cf57377f33c4184b6af88cdb52a189a5aa
|
| 3 |
+
size 25128800
|
bge-small-en.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e873fa0f70c003d264a7b4837782995a060291b389357c1e2893b8fec34b57d
|
| 3 |
+
size 26105696
|
bge-small-en.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12f1878ee6742c333082816bf8cee9629cae757803f17b753c8ad464bfb14150
|
| 3 |
+
size 27395936
|
bge-small-en.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ec6b214b0704e1dc5c362c9ac52da02ba7b957f7f0244015add29ce8d6e08d8
|
| 3 |
+
size 29082464
|
bge-small-en.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1660f423a3209879eb7fbdb809c0c113bd5dac54a438da5f1a0237d59c2147f5
|
| 3 |
+
size 27948896
|
bge-small-en.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52f8c5ec9a9a22a8a7e40a29ee27851bb5db29e7b0ea71b8e766aafc6b1c9e30
|
| 3 |
+
size 30354272
|
bge-small-en.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbe830e28129f5959f928070f6358bfaaf9891a43b753e32f19a42b60f45f6ab
|
| 3 |
+
size 29607776
|
bge-small-en.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b037d521deb0e39cd9d75dbafda317dc0f04b1b77b2caeba354940a44fe55b9
|
| 3 |
+
size 34971488
|