How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf renaudb1999/le-harnais-ft-smoke-regular:Q4_K_M
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "renaudb1999/le-harnais-ft-smoke-regular:Q4_K_M" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

le-harnais / ft-smoke-regular

⚠️ retrain-only — this is an smoke 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.

Pipeline smoke test (128 samples). Validates the training path; not a measured result.

  • Base model: meta-llama/Llama-3.2-1B-InstructBuilt with Llama; Llama Community License applies.
  • Class: smoke
  • Training data: 128-sample smoke split
  • Headline: NOT A RESULT — 128-sample/1-epoch pipeline validation only

Reproduce

cd refs/llm-jepa && .venv/bin/python ../../tools/run_jepa_seeds.py --dataset synth --eval-cap 64

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).

This is a pipeline smoke test, not a measured result.

Downloads last month
39
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-smoke-regular

Quantized
(407)
this model