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

The data used to train the model are on Huggingface under siacus/cap_pe_verified

F16 version from merged weights created with llama.cpp on a CUDA GPU and the 4bit quantized version created on a Mac M2 Ultra Metal architecture. If you want to use the 4bit quantized version on CUDA, please quantize it directly from the F16 version.

For more information about this model refer the main repository for the supplementary material of the manuscript Rethinking Scale: The Efficacy of Fine-Tuned Open-Source LLMs in Large-Scale Reproducible Social Science Research.

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

4-bit

16-bit

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

Model tree for siacus/llama-2-7b-cap_verified

Quantized
(102)
this model

Dataset used to train siacus/llama-2-7b-cap_verified

Paper for siacus/llama-2-7b-cap_verified