Instructions to use tensorblock/BioNER-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/BioNER-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/BioNER-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/BioNER-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 tensorblock/BioNER-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/BioNER-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/BioNER-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/BioNER-GGUF:Q2_K
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 tensorblock/BioNER-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/BioNER-GGUF:Q2_K
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 tensorblock/BioNER-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/BioNER-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/BioNER-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/BioNER-GGUF with Ollama:
ollama run hf.co/tensorblock/BioNER-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/BioNER-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 tensorblock/BioNER-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 tensorblock/BioNER-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/BioNER-GGUF to start chatting
- Pi
How to use tensorblock/BioNER-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/BioNER-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/BioNER-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use tensorblock/BioNER-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/BioNER-GGUF:Q2_K
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "tensorblock/BioNER-GGUF:Q2_K" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use tensorblock/BioNER-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/BioNER-GGUF:Q2_K
- Lemonade
How to use tensorblock/BioNER-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/BioNER-GGUF:Q2_K
Run and chat with the model
lemonade run user.BioNER-GGUF-Q2_K
List all available models
lemonade list
- Hermes Agent
How to use tensorblock/BioNER-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/BioNER-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/BioNER-GGUF:Q2_K
Run Hermes
hermes
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- BioNER-Q3_K_L.gguf +0 -3
- BioNER-Q3_K_M.gguf +0 -3
- BioNER-Q3_K_S.gguf +0 -3
- BioNER-Q4_0.gguf +0 -3
- BioNER-Q4_K_M.gguf +0 -3
- BioNER-Q4_K_S.gguf +0 -3
- BioNER-Q5_0.gguf +0 -3
- BioNER-Q5_K_M.gguf +0 -3
- BioNER-Q5_K_S.gguf +0 -3
- BioNER-Q6_K.gguf +0 -3
- BioNER-Q8_0.gguf +0 -3
BioNER-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:67af44af9a63883b7e7a4c84f9a576863662a9a629d64f87c20531d589fbc715
|
| 3 |
-
size 4321961568
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:374ea54c6e9f5b7b146c2a42604021d334b46ec9d0dadbd8c1a762b69b1a3cfe
|
| 3 |
-
size 4018923104
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:87bf4d6ccc7c02333919b594e6122bc85637d1045b388c0819417448997c419c
|
| 3 |
-
size 3664504416
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e2f26cc2d59f5d8e04875f4dacde1e6005dc06b68078ef9f4273a764e3e72df8
|
| 3 |
-
size 4661216864
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:56e0fffc87bb3b54b22afdebe2bc73b08c8d6ace54aa8597f1c667d92c92f9c3
|
| 3 |
-
size 4920739424
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c8ccbcf08f10b751c450d4ca5b21980a2d81a3f5a3151949a53c7a24d48743f9
|
| 3 |
-
size 4692674144
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f031537c9c0202afbf13059f4169df455429a687c28ef21fb3c84614efb3f3be
|
| 3 |
-
size 5599299168
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bad844d6cb199f89096d09254426be3864cb8b9d5a7931be1232fdd8a00271f1
|
| 3 |
-
size 5732992608
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9df99409b82ff926ee92bff449cd3b8553cb5eddd546394566ea23172cc7a709
|
| 3 |
-
size 5599299168
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1f97fbba7b2cba555f090995281e9f5c2a2351999a8e48b46d5479f48d0be03d
|
| 3 |
-
size 6596011616
|
|
|
|
|
|
|
|
|
|
|
|
BioNER-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:006a6d3b0088406e9cf6691a13448e63d1c12728d42b47e46eeeb5116a11a344
|
| 3 |
-
size 8540776032
|
|
|
|
|
|
|
|
|
|
|
|