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

This model is fine tuned from Llama3.2-3b, it is trained to extract names of companies, projects and people in a specific json format.

The intent is to use this on desktop to anonymyze text that later goes on to cloud

The model was trained using unsloth on google collab

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

16-bit

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

Model tree for shadicopty/llama3.2-entity

Quantizations
1 model