GGUF
mergekit
Merge
conversational
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf jeiku/Streamlined_3B_GGUF:
# Run inference directly in the terminal:
llama-cli -hf jeiku/Streamlined_3B_GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf jeiku/Streamlined_3B_GGUF:
# Run inference directly in the terminal:
llama-cli -hf jeiku/Streamlined_3B_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 jeiku/Streamlined_3B_GGUF:
# Run inference directly in the terminal:
./llama-cli -hf jeiku/Streamlined_3B_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 jeiku/Streamlined_3B_GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf jeiku/Streamlined_3B_GGUF:
Use Docker
docker model run hf.co/jeiku/Streamlined_3B_GGUF:
Quick Links

output

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the DARE TIES merge method using jeiku/Rosa_v1_3B as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: jeiku/Rosa_v1_3B+jeiku/No_Robots_Alpaca_StableLM
    parameters:
      weight: 0.15
      density: 0.166
  - model: jeiku/Rosa_v1_3B+jeiku/Gnosis_StableLM
    parameters:
      weight: 0.2
      density: 0.166
  - model: jeiku/Rosa_v1_3B+jeiku/Erotica_StableLM
    parameters:
      weight: 0.15
      density: 0.166
  - model: jeiku/Rosa_v1_3B+jeiku/smol_PIPPA_StableLM
    parameters:
      weight: 0.2
      density: 0.166
  - model: jeiku/Rosa_v1_3B+jeiku/alpaca-cleaned_StableLM
    parameters:
      weight: 0.1
      density: 0.166
  - model: jeiku/Rosa_v1_3B+jeiku/Toxic_DPO_StableLM
    parameters:
      weight: 0.2
      density: 0.166
merge_method: dare_ties
base_model: jeiku/Rosa_v1_3B
parameters:
dtype: bfloat16
Downloads last month
21
GGUF
Model size
3B params
Architecture
stablelm
Hardware compatibility
Log In to add your hardware

2-bit

6-bit

16-bit

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

Model tree for jeiku/Streamlined_3B_GGUF

Papers for jeiku/Streamlined_3B_GGUF