How to use from
OpenClaw
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "Okyanus/pomona-nutrient-ph-ec-reasoner-v0.1.1-MLX"
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 "Okyanus/pomona-nutrient-ph-ec-reasoner-v0.1.1-MLX" \
  --custom-provider-id mlx-lm \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Quick Links

Pomona Nutrient / pH-EC Reasoner v0.1.1 MLX 8-bit

Experimental runtime artifact. Prepared locally only; not uploaded. This MLX package is an 8-bit conversion of the merged Pomona Nutrient/pH-EC v0.1.1 correction model, based on Qwen/Qwen2.5-0.5B-Instruct.

The source PEFT adapter passed its independent 140-case semantic evaluation with valid JSON, allowed labels/actions, nutrient label F1, blocked-action F1, and human-review match all at 1.0000. Conversion quality must be measured separately.

Runtime Evaluation

The MLX conversion passed a five-case smoke test for valid JSON, required fields, allowed values, blocked-action F1, and human-review match. Its nutrient label F1 was 0.8667, so it is not release-ready and has not passed the full 140-case holdout. Do not treat this package as equivalent to the source LoRA.

The Pomona guarded hybrid path applies deterministic rules after model generation. With that guard enabled, the same 140-case holdout reached valid JSON, allowed labels/actions, nutrient label F1, blocked-action F1, and human-review match of 1.0000 in every category. This measures the complete Pomona deployment path, not standalone MLX reasoning.

Scope And Safety

This is a narrow structured-output advisory reasoner for pH and EC telemetry. It must not change fertigation, inject nutrients, dose chemicals, control actuators, or provide a definitive disease diagnosis. Keep it behind Pomona's deterministic nutrient validation, safety checker, and human approval workflow.

Local Use

Serve locally with MLX-LM:

mlx_lm.server --model pomona-nutrient-ph-ec-reasoner-v0.1.1-8bit --port 8083

Use the exact training prompt and deterministic validation. The package is intended for local Apple Silicon experimentation until a full independent runtime evaluation passes.

For the guarded path, use scripts/models/guard_nutrient_ph_ec_output.py or the Pomona model-router deterministic route. guarded_evaluation.json records the guarded result; evaluation.json records the unguarded model-only result.

Related Projects

Downloads last month
10
Safetensors
Model size
0.1B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for Okyanus/pomona-nutrient-ph-ec-reasoner-v0.1.1-MLX

Dataset used to train Okyanus/pomona-nutrient-ph-ec-reasoner-v0.1.1-MLX