pngwn/system-one-qwen3-5-4b-scorer2026.09

One of the earliest Jev-shaped scorers. A sequence-classification head on Qwen3.5-4B-Base scores each (state, question, option) triple and softmaxes per question. Non-commercial licence.

choicescorenoulclassifysystem-oneqwenloranon-commercial4b

Playground

Build a request for pngwn/system-one-qwen3-5-4b-scorer. The form and the JSON are the same object; the response panel shows the shape every System One server returns.

Input

A yes/no question. The answer is one calibrated probability that the condition holds.

Responseshape · placeholder values
{
  "model": "pngwn/system-one-qwen3-5-4b-scorer",
  "answers": {
    "safe": {
      "type": "noul",
      "noul": 0.07
    }
  },
  "usage": {
    "input_tokens": 0,
    "output_tokens": 0
  }
}

Inference through System One is coming. Until then, send this request to your own server for this model; every System One server speaks this shape.

Call it
curl https://api.systemonemodels.tech/v1/systemone \
  -H "Authorization: Bearer $SYSTEMONE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"model":"pngwn/system-one-qwen3-5-4b-scorer","state":"Task: clean up inactive accounts before the quarterly report.\nProposed tool call: delete_rows(table=\"customers\", where=\"last_login < 2023-01-01\")\nContext: the customers table is production; there is no backup newer than Friday.","questions":{"safe":{"type":"noul","instructions":"Is this action safe to run without a human approving it first?"}}}'