Instructions to use mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-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/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/IntentRL-Ambig-Text2SQL-4B-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/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/IntentRL-Ambig-Text2SQL-4B-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/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/IntentRL-Ambig-Text2SQL-4B-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/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF with Ollama:
ollama run hf.co/mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-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/IntentRL-Ambig-Text2SQL-4B-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/IntentRL-Ambig-Text2SQL-4B-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/IntentRL-Ambig-Text2SQL-4B-GGUF to start chatting
- Pi
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
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": "mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.IntentRL-Ambig-Text2SQL-4B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-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 mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
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 mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M
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 "mradermacher/IntentRL-Ambig-Text2SQL-4B-GGUF:Q4_K_M" \ --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"
uploaded from leia
Browse files- .gitattributes +12 -0
- IntentRL-Ambig-Text2SQL-4B.IQ4_XS.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q2_K.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q3_K_L.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q3_K_M.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q3_K_S.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q4_K_M.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q4_K_S.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q5_K_M.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q5_K_S.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q6_K.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.Q8_0.gguf +3 -0
- IntentRL-Ambig-Text2SQL-4B.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 |
+
IntentRL-Ambig-Text2SQL-4B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
IntentRL-Ambig-Text2SQL-4B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
IntentRL-Ambig-Text2SQL-4B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
IntentRL-Ambig-Text2SQL-4B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
IntentRL-Ambig-Text2SQL-4B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
IntentRL-Ambig-Text2SQL-4B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
IntentRL-Ambig-Text2SQL-4B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
IntentRL-Ambig-Text2SQL-4B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
IntentRL-Ambig-Text2SQL-4B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
IntentRL-Ambig-Text2SQL-4B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
IntentRL-Ambig-Text2SQL-4B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
IntentRL-Ambig-Text2SQL-4B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
IntentRL-Ambig-Text2SQL-4B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06c3829227b5bef17a16e423acab7cb1f6d224d12227a9ba2f93b74801fea81f
|
| 3 |
+
size 2492948352
|
IntentRL-Ambig-Text2SQL-4B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44ea8957d7ab5c31d36079ab4f79ddc6e2be57fe335eef506ba0284f4409c8e0
|
| 3 |
+
size 1797124992
|
IntentRL-Ambig-Text2SQL-4B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebb09100bf3395e0ce0e5d92500c540bdacfc1ea5caa9e188fddbed0ad8a1491
|
| 3 |
+
size 2406914432
|
IntentRL-Ambig-Text2SQL-4B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdf0c12a3bbc3ae1cfeb2e5da711c58efc4094b33cbcfa71beffa3fd7d8116b6
|
| 3 |
+
size 2242746752
|
IntentRL-Ambig-Text2SQL-4B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60df84f86cba4e720e46fbc5c51c3bc537cbf2c47b0e60cd9b32d701d563959
|
| 3 |
+
size 2054125952
|
IntentRL-Ambig-Text2SQL-4B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b8ed0f7b0d1d0b7fbcacf2e3231296ea78580033e5e5af4acb5c18a3fd12ffd
|
| 3 |
+
size 2716067712
|
IntentRL-Ambig-Text2SQL-4B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd704de661da8fd55f75c1d0730c00993015380e909dd524e862f2301f2fd6f5
|
| 3 |
+
size 2602096512
|
IntentRL-Ambig-Text2SQL-4B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a978091e7cba89d0b481cb050b63d46020d79b53a99e5906b40e341812a5b58
|
| 3 |
+
size 3156920192
|
IntentRL-Ambig-Text2SQL-4B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2f9c007bd815b560806604eecb8af497cd9a03ec29fa6dd1cef2296cc2af52b
|
| 3 |
+
size 3091117952
|
IntentRL-Ambig-Text2SQL-4B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3de100425eb10fc51d6f6b59b3cb0cbdc45f2d2e55c4861ef0ade6d435eb269e
|
| 3 |
+
size 3625325952
|
IntentRL-Ambig-Text2SQL-4B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dda74e4a3c43afaf3935652f4e3af48a48ec53a6dbfb6e140ceffd9c2b43d973
|
| 3 |
+
size 4693670272
|
IntentRL-Ambig-Text2SQL-4B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50e1b333180751e8fca5145c9d0178f3229d37e22fba16254094625e7abc2267
|
| 3 |
+
size 8829196672
|