How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="scottfrasso/scheduler-llama-3.1-8b-sft",
	filename="model.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

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
(631)
this model