How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "renaudb1999/le-harnais-ft-counsel-Llama-3.2-3B-Instruct-regular-full-plus" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "renaudb1999/le-harnais-ft-counsel-Llama-3.2-3B-Instruct-regular-full-plus",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "renaudb1999/le-harnais-ft-counsel-Llama-3.2-3B-Instruct-regular-full-plus" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "renaudb1999/le-harnais-ft-counsel-Llama-3.2-3B-Instruct-regular-full-plus",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

le-harnais / ft-counsel-Llama-3.2-3B-Instruct-regular-full-plus

⚠️ 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.

Counsel-corpus ablation (scaling / data-augmentation / JEPA). JEPA ≈ +7 @3B, ≈0 @8B.

  • Base model: meta-llama/Llama-3.2-3B-InstructBuilt with Llama; Llama Community License applies.
  • Class: ablation
  • Training data: datasets/counsel_train.jsonl (270 ex; wisdom+commentary, PD sources)
  • Headline: counsel-corpus scaling × augmentation × JEPA ablation (see docs/jepa.md)

Reproduce

see docs/jepa.md (counsel scaling grid)

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
70
Safetensors
Model size
3B 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-counsel-Llama-3.2-3B-Instruct-regular-full-plus

Quantized
(491)
this model