import cn from "../utils/classnames.ts"; export default function Introduction({ className = "", }: { className?: string; }) { return (

About TranslateGemma 4B

TranslateGemma is a family of translation models from Google, built on top of Gemma 3. This 4B parameter model supports translations across 100+ languages with state-of-the-art quality.{" "} Learn more

Completely private & offline-capable

Everything runs entirely in your browser with 🤗 Transformers.js and ONNX Runtime Web — no data is ever sent to a server. Once loaded, it works offline.

Experimental — WebGPU required

This is experimental and requires a browser with WebGPU support and enough VRAM to run the model.

); }