Instructions to use mradermacher/ms-marco-TinyBERT-L6-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/ms-marco-TinyBERT-L6-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/ms-marco-TinyBERT-L6-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/ms-marco-TinyBERT-L6-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/ms-marco-TinyBERT-L6-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/ms-marco-TinyBERT-L6-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/ms-marco-TinyBERT-L6-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/ms-marco-TinyBERT-L6-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/ms-marco-TinyBERT-L6-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/ms-marco-TinyBERT-L6-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/ms-marco-TinyBERT-L6-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/ms-marco-TinyBERT-L6-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/ms-marco-TinyBERT-L6-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/ms-marco-TinyBERT-L6-GGUF with Ollama:
ollama run hf.co/mradermacher/ms-marco-TinyBERT-L6-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/ms-marco-TinyBERT-L6-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/ms-marco-TinyBERT-L6-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/ms-marco-TinyBERT-L6-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/ms-marco-TinyBERT-L6-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.ms-marco-TinyBERT-L6-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from leia
Browse files- .gitattributes +12 -0
- ms-marco-TinyBERT-L6.IQ4_XS.gguf +3 -0
- ms-marco-TinyBERT-L6.Q2_K.gguf +3 -0
- ms-marco-TinyBERT-L6.Q3_K_L.gguf +3 -0
- ms-marco-TinyBERT-L6.Q3_K_M.gguf +3 -0
- ms-marco-TinyBERT-L6.Q3_K_S.gguf +3 -0
- ms-marco-TinyBERT-L6.Q4_K_M.gguf +3 -0
- ms-marco-TinyBERT-L6.Q4_K_S.gguf +3 -0
- ms-marco-TinyBERT-L6.Q5_K_M.gguf +3 -0
- ms-marco-TinyBERT-L6.Q5_K_S.gguf +3 -0
- ms-marco-TinyBERT-L6.Q6_K.gguf +3 -0
- ms-marco-TinyBERT-L6.Q8_0.gguf +3 -0
- ms-marco-TinyBERT-L6.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 |
+
ms-marco-TinyBERT-L6.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
ms-marco-TinyBERT-L6.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
ms-marco-TinyBERT-L6.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
ms-marco-TinyBERT-L6.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
ms-marco-TinyBERT-L6.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
ms-marco-TinyBERT-L6.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ms-marco-TinyBERT-L6.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
ms-marco-TinyBERT-L6.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
ms-marco-TinyBERT-L6.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
ms-marco-TinyBERT-L6.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
ms-marco-TinyBERT-L6.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
ms-marco-TinyBERT-L6.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
ms-marco-TinyBERT-L6.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2c7d06a64ab271c8217eff02088f065a3d9d76a7e26f5f4d9e1cd5a861f5411
|
| 3 |
+
size 44250784
|
ms-marco-TinyBERT-L6.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d93f8faa9067d82130be74af7973d12d4801c83d9cf277e058f863254fd40b36
|
| 3 |
+
size 37781152
|
ms-marco-TinyBERT-L6.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f83b3f934d316a009d1f46a5ba6b2877a4969a55b8ae56759c154dd5c1f3334
|
| 3 |
+
size 45412000
|
ms-marco-TinyBERT-L6.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5d614b946e76dd4bc8dc8668f692c6af46d40935bc67f0730dfaa4b87b6cf29
|
| 3 |
+
size 42905248
|
ms-marco-TinyBERT-L6.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be26d5198ab90cd115700bb3f88b9d24e3a58676637ca1c3d422cfce2797d8f5
|
| 3 |
+
size 39937696
|
ms-marco-TinyBERT-L6.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1895fc29a1448e4c619ce7556cfb6e4d27cbc056a6428655664869d71aa27bb9
|
| 3 |
+
size 47098528
|
ms-marco-TinyBERT-L6.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e24f7628885209ca6a093e357857d7e8bc007860526ae454d56053d9528e5d11
|
| 3 |
+
size 45872800
|
ms-marco-TinyBERT-L6.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69f6147db04f0a0c277a9d21bd48ae4e7bb8dcb9cd983e23d1ec73560a241a3d
|
| 3 |
+
size 51669664
|
ms-marco-TinyBERT-L6.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:145c7df1e0310e02a9d95024a314a1bb76131af8c6a6419bf1cc41889e7caad6
|
| 3 |
+
size 50886304
|
ms-marco-TinyBERT-L6.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf5bfddeb42924b6b832fbbaa6552ba19451742db36482ab3fa5c9e861094d77
|
| 3 |
+
size 56526496
|
ms-marco-TinyBERT-L6.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74bebcecdc1f7f878b58103a2cbbef02a037f3a15f7d18c567c1dab60b0f1abf
|
| 3 |
+
size 72488640
|
ms-marco-TinyBERT-L6.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf368228511a36d66ded2272dd1c9c2c89eeab62a6f74a7396751976495bc5f5
|
| 3 |
+
size 134277600
|