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 scottfrasso/scheduler-llama-3.1-8b-sft
# Run inference directly in the terminal:
llama-cli -hf scottfrasso/scheduler-llama-3.1-8b-sft
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf scottfrasso/scheduler-llama-3.1-8b-sft
# Run inference directly in the terminal:
llama-cli -hf scottfrasso/scheduler-llama-3.1-8b-sft
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 scottfrasso/scheduler-llama-3.1-8b-sft
# Run inference directly in the terminal:
./llama-cli -hf scottfrasso/scheduler-llama-3.1-8b-sft
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 scottfrasso/scheduler-llama-3.1-8b-sft
# Run inference directly in the terminal:
./build/bin/llama-cli -hf scottfrasso/scheduler-llama-3.1-8b-sft
Use Docker
docker model run hf.co/scottfrasso/scheduler-llama-3.1-8b-sft
Quick Links

Scheduler Llama 3.1 8B SFT (5-epoch version)

A fine-tuned Llama 3.1 8B Instruct model for meeting scheduling with tool calling support.

Model Details

  • Base model: meta-llama/Llama-3.1-8B-Instruct
  • Task: Meeting scheduling assistant with tool calling
  • Quantization: Q4_K_M GGUF
  • Training format: Ollama-compatible tool-calling template

Training Details

  • Method: LoRA SFT (Supervised Fine-Tuning) with 4-bit QLoRA
  • Training examples: 449
  • Epochs: 5
  • LoRA config: r=16, alpha=32
  • Hardware: A100-40GB
  • Train loss: 0.080
  • Eval loss: 0.079

Usage

This model is designed to be used with Ollama. Download the GGUF file and create a Modelfile pointing to it, then run with Ollama.

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

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for scottfrasso/scheduler-llama-3.1-8b-sft

Quantized
(629)
this model