Transformers
GGUF
PyTorch
English
roleplay
qwen
Qwen3.5
sillytavern
idol
DarkIdol
imatrix
conversational
Instructions to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Darkidol-Ballad-4B-i1-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Darkidol-Ballad-4B-i1-GGUF", filename="Darkidol-Ballad-4B.i1-IQ1_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Darkidol-Ballad-4B-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/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Darkidol-Ballad-4B-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/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Darkidol-Ballad-4B-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/Darkidol-Ballad-4B-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/Darkidol-Ballad-4B-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/Darkidol-Ballad-4B-i1-GGUF to start chatting
- Pi
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/Darkidol-Ballad-4B-i1-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/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/Darkidol-Ballad-4B-i1-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/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Darkidol-Ballad-4B-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Darkidol-Ballad-4B-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Darkidol-Ballad-4B-i1-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from nico1
Browse files- .gitattributes +24 -0
- Darkidol-Ballad-4B.i1-IQ1_M.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ1_S.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ2_M.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ2_S.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ2_XS.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ2_XXS.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ3_M.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ3_S.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ3_XS.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ3_XXS.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ4_NL.gguf +3 -0
- Darkidol-Ballad-4B.i1-IQ4_XS.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q2_K.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q2_K_S.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q3_K_L.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q3_K_M.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q3_K_S.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q4_0.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q4_1.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q4_K_M.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q4_K_S.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q5_K_M.gguf +3 -0
- Darkidol-Ballad-4B.i1-Q5_K_S.gguf +3 -0
- Darkidol-Ballad-4B.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 |
Darkidol-Ballad-4B.imatrix.gguf 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 |
Darkidol-Ballad-4B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Darkidol-Ballad-4B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Darkidol-Ballad-4B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Darkidol-Ballad-4B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Darkidol-Ballad-4B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Darkidol-Ballad-4B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Darkidol-Ballad-4B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Darkidol-Ballad-4B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Darkidol-Ballad-4B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Darkidol-Ballad-4B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Darkidol-Ballad-4B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Darkidol-Ballad-4B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Darkidol-Ballad-4B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Darkidol-Ballad-4B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Darkidol-Ballad-4B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Darkidol-Ballad-4B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Darkidol-Ballad-4B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Darkidol-Ballad-4B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Darkidol-Ballad-4B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Darkidol-Ballad-4B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Darkidol-Ballad-4B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Darkidol-Ballad-4B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Darkidol-Ballad-4B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Darkidol-Ballad-4B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Darkidol-Ballad-4B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Darkidol-Ballad-4B.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eccd63fb73614985db0848e9393eddf220392caa52b816d856fe675edbed7c8e
|
| 3 |
+
size 1253403776
|
Darkidol-Ballad-4B.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b467581b1b2b73833158034b18e26792c4cd295371ba44cd1aba22cf36123866
|
| 3 |
+
size 1174422656
|
Darkidol-Ballad-4B.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b29bf7d05c4bbd3eeb8f9441fc3303f06a6f96a25312762d6a77abca93abe657
|
| 3 |
+
size 1619657856
|
Darkidol-Ballad-4B.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:277c9045ed496e6aa5d2d8021a2ee13046c6aeabb90f36f4bedd9d3ce3f352c2
|
| 3 |
+
size 1514349696
|
Darkidol-Ballad-4B.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f0c3802192f16ea2b30b8a22c1f659d6b1ca10faaa115dea2100015b2ce4578
|
| 3 |
+
size 1492968576
|
Darkidol-Ballad-4B.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f0aeea967b0f0ae99c00982d0ee263f1d86fb1b284506d285989e1fe8b8a9d7
|
| 3 |
+
size 1385038976
|
Darkidol-Ballad-4B.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36fc439b4da3c4f6d2cd43715d6759cbc79356fb46cb52656fc588c255a7d156
|
| 3 |
+
size 2163186816
|
Darkidol-Ballad-4B.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcba78946043893c55cbd4a9494a77d835e50babf3be280f3785c06843e4fc1c
|
| 3 |
+
size 2072665216
|
Darkidol-Ballad-4B.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33d6cb414ac5b3920acf1050712e6199c5f4bcd11ea18b338f5d8fa52948e4ee
|
| 3 |
+
size 2010733696
|
Darkidol-Ballad-4B.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37a9ae3e7a6a8df2de7911ca85c0872b874a7c352aa672c9aced4d700812af9b
|
| 3 |
+
size 1814054016
|
Darkidol-Ballad-4B.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:841da1809699a9045152a8867c00dc4316183c4c922a895fbf09e594377b5989
|
| 3 |
+
size 2546521216
|
Darkidol-Ballad-4B.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efbdcbf5c2aa4215fcde40ad1569c34b67fbcbd91139d2fd0d68d098e1ddcffa
|
| 3 |
+
size 2435642496
|
Darkidol-Ballad-4B.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f24b37836e3ebbdf1deae58630465a8f5418fe078895e14c29efa95dd812928f
|
| 3 |
+
size 1797506176
|
Darkidol-Ballad-4B.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a72a67a19d8b58bc856055e3f976aba6da355cd8beb257d95f12d013107bc8a
|
| 3 |
+
size 1734427776
|
Darkidol-Ballad-4B.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0f10c54f679334deb710215ddcb9283caf785f95a6b3571aea6dec0962ccc4
|
| 3 |
+
size 2358402176
|
Darkidol-Ballad-4B.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed14858a45fb301d00e1e37c1358b35d9512ce920fc76ac6584340a0e508352d
|
| 3 |
+
size 2257476736
|
Darkidol-Ballad-4B.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f44caa3f441049c5c8f6db25cf06f7d408c4411243b7b0a3dd0b451df743f7da
|
| 3 |
+
size 2069879936
|
Darkidol-Ballad-4B.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eb582e6f3a2b6fbd45f0f239797b64e3d3d59f1071a4c8ac0379d1935502c8f
|
| 3 |
+
size 2549798016
|
Darkidol-Ballad-4B.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:529e0170c96c1fd6df7bf7ad3ee463dae13d8bc055c224a45ecf7346a02348cc
|
| 3 |
+
size 2766967936
|
Darkidol-Ballad-4B.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf96a53ce8044789e6cd35ccd4f58492eaa88de1bc745099f6ae2a32f42af7f6
|
| 3 |
+
size 2707514496
|
Darkidol-Ballad-4B.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ce116900d7c72999a15b64eb6ef4b462896fb2d3a3d262755c078f46e933dd5
|
| 3 |
+
size 2557006976
|
Darkidol-Ballad-4B.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59c783d4884f03b2e2e861177202cc4a0443e76471a462989b2b3daf3aee0bd0
|
| 3 |
+
size 3108758656
|
Darkidol-Ballad-4B.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b973b1380013c5b1a62129666f0bc3069a9d9797719f9dc8aaa69fb705abae75
|
| 3 |
+
size 2990036096
|
Darkidol-Ballad-4B.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aebca08e66e5addc53a95560a03db07326f77af7f77b9575e973a095e97454c9
|
| 3 |
+
size 3464055936
|