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

le-harnais / ft-medium-regular

⚠️ retrain-only — this is an ablation checkpoint, not useful for inference. It ships only to reproduce / continue the training study. For real use see the hero models: le-harnais-ft-agentworld-{1b,3b,8b}, le-harnais-ft-counsel.

Spider NL→SQL JEPA ablation — shows JEPA does NOT help on loose view-alignment.

  • Base model: meta-llama/Llama-3.2-1B-InstructBuilt with Llama; Llama Community License applies.
  • Class: ablation
  • Training data: spider (NL→SQL)
  • Headline: JEPA ≤0 on NL→SQL (the negative result; exec-match ~0.287)

Reproduce

cd refs/llm-jepa && .venv/bin/python ../../tools/run_jepa_sweep.py --seeds 82 --eval-cap 300

Full recipe, datasets, and eval commands: see docs/REPRODUCE.md in the [le-harnais distribution]. Provenance & license: docs/PROVENANCE.md.

Formats in this repo

  • *.safetensors — bf16 inference weights (serve with transformers or le-harnais lh-serve/candle).
  • *.Q4_K_M.gguf — portable 4-bit quant (run via ollama / llama.cpp; Mac-friendly).

Orchestration amplifies a capable generator; it does not create competence.

Downloads last month
18
Safetensors
Model size
1B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for renaudb1999/le-harnais-ft-medium-regular

Quantized
(410)
this model