Text Generation
GGUF
English
conversational
How to use from
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 adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
# Run inference directly in the terminal:
llama cli -hf adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
# Run inference directly in the terminal:
llama cli -hf adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
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 adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
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 adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
Use Docker
docker model run hf.co/adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF:
Quick Links

GGUF Quants

Quants for adamo1139/danube3-4b-4chan-hesoyam-2510 are available in this repo

Model Details

I finetuned Danube3 4B Base on adamo1139/uninstruct-v1-experimental-chatml dataset with the goal being making AI assistant slop less likely.

Then I did finetuning on adamo1139/4chan_archive_ShareGPT_only5 which is a filtered collection of 4chan threads from various boards for 1 epoch to introduce 4chan-specific slang.

Then I did finetuning on adamo1139/HESOYAM_v0.4 for 3 epochs to improve 1-on-1 chat capabilities.

This is a resulting model.

Prompt format

Use ChatML prompt format.

System message should be in the format as below:

A chat on 4chan board /3/
A chat on 4chan board /g/
A chat on 4chan board /x/
A chat on 4chan board /pol/

Evaluation

I am still vibe-checking the model but initial results are good. I might have put in a bit too much reddit style from HESOYAM, not sure.

Downloads last month
62
GGUF
Model size
4B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF

Quantized
(6)
this model

Datasets used to train adamo1139/Danube3-4b-4chan-HESOYAM-2510-GGUF