4 Downloads Updated 3 months ago
ollama run chigwel/urbanflux-borough-nemotron3-nano:q4_k_m
ollama launch claude --model chigwel/urbanflux-borough-nemotron3-nano:q4_k_m
ollama launch opencode --model chigwel/urbanflux-borough-nemotron3-nano:q4_k_m
ollama launch hermes --model chigwel/urbanflux-borough-nemotron3-nano:q4_k_m
ollama launch openclaw --model chigwel/urbanflux-borough-nemotron3-nano:q4_k_m
urbanflux-borough-nemotron3-nano is a fine-tuned London borough assignment model. It takes unstructured or semi-structured text as input and returns the most likely London borough name.
The model is designed for UrbanFlux-style data processing workflows where the borough may be implied by fields such as ward name, dataset metadata, CSV rows, source descriptions, population records, or other London civic data fragments.
Given a text snippet, JSON object, CSV-like row, metadata block, or mixed urban data record, the model predicts the London borough represented by that input.
Example output:
Barking and Dagenham
Input:
{
"Ward_Name": "Whalebone",
"Population": "19361",
"Year": "2050",
"source_metadata": "Land Area and Population Density, Ward and Borough",
"task": "Identify the London borough represented by this CSV row."
}
Output:
Barking and Dagenham
The model was fine-tuned using borough-assignment training examples from:
https://pub-f20eb55e72ee41a5b80036ea8f6107bb.r2.dev/urbanflux_borough_assignment_training.jsonl
The dataset contains instruction-style examples where the input includes London civic data records and the target output is the correct borough name.
This model is useful for:
The model is intended to return only the borough name, for example:
Camden
or:
Tower Hamlets
nemotron_h_moe31.6BQ4_K_M409625GBollama run chigwel/urbanflux-borough-nemotron3-nano:q4_k_m
The model predicts the most likely borough based on the information provided. If the input is ambiguous, incomplete, or refers to multiple boroughs, the output should be treated as a best-effort classification rather than a guaranteed geographic match.
Source used: training dataset JSONL.