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 safe049/SmolLumi-8B-Instruct-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf safe049/SmolLumi-8B-Instruct-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 safe049/SmolLumi-8B-Instruct-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf safe049/SmolLumi-8B-Instruct-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 safe049/SmolLumi-8B-Instruct-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf safe049/SmolLumi-8B-Instruct-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 safe049/SmolLumi-8B-Instruct-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf safe049/SmolLumi-8B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/safe049/SmolLumi-8B-Instruct-GGUF:Q4_K_M
Quick Links

SmolLumi-8B-Instruct

____                  _ _                    _
/ ___| _ __ ___   ___ | | |   _   _ _ __ ___ (_)
\___ \| '_ ` _ \ / _ \| | |  | | | | '_ ` _ \| |
 ___) | | | | | | (_) | | |__| |_| | | | | | | |
|____/|_| |_| |_|\___/|_|_____\__,_|_| |_| |_|_|
  • Developed by: safe049
  • License: apache-2.0
  • Finetuned from model : NeverSleep/Lumimaid-v0.2-8B
  • Original[Non-Quantized] : safe049/SmolLumi-8B-Instruct

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.


Description

Arguments:

  • per_device_train_batch_size = 2,
  • gradient_accumulation_steps = 4,
  • warmup_steps = 5,
  • max_steps = 60,
  • learning_rate = 2e-4,
  • fp16 = not is_bfloat16_supported(),
  • bf16 = is_bfloat16_supported(),
  • logging_steps = 1,
  • optim = "adamw_8bit",
  • weight_decay = 0.01,
  • lr_scheduler_type = "linear",
  • seed = 3407

Used Dataset

Used Library

  • transformers
  • unsloth
  • trl
  • sft

More

Yet another model created cuz of boring This Model is Uncensored, it might generate illegal,non-moral contents,and I am not reponsable for that.

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

4-bit

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

Model tree for safe049/SmolLumi-8B-Instruct-GGUF

Quantized
(16)
this model

Dataset used to train safe049/SmolLumi-8B-Instruct-GGUF