Views
No views yet
google/gemma-3-270m-it,
merged into the base weights and exported to ONNX (dynamic INT8 quantization), built for
UyScout — a Tashkent property-research chatbot that runs entirely
client-side in the browser via WebGPU/onnxruntime-web.gemma-3-270m-it reliably avoids inventing entirely new facts, but tends to answer
generically instead of citing the specific POI names / price figures given in its context —
e.g. "a major shopping and transit hub" instead of naming "Chorsu Bazaar" when that name is right
there in the prompt.q_proj/k_proj/v_proj/o_proj, 30 epochs) on 14
hand-written examples that always cite exact proper nouns and numbers from the given fact sheet.| Model | Held-out GOOD rate |
|---|---|
Stock gemma-3-270m-it | 11/14 (78.6%) |
| This checkpoint (LoRA) | 13/14 (92.9%) |
model_int8.onnx — merged + INT8-quantized ONNX graph (dynamic quantization via
onnxruntime.quantization.quantize_dynamic), single self-contained file, ~418MB.Gemma3ForCausalLM — input_ids, attention_mask, and
past_key_values.{i}.{key,value} (float32, num_key_value_heads=1, head_dim=256,
num_hidden_layers=18). See on-device-llm.js in the UyScout repo for a working
onnxruntime-web/WebGPU integration.