Commit ·
82ca2ac
1
Parent(s): 5ba40ca
changed waiting text
Browse files
dist/assets/{index-C8mlkem9.js → index-Dq-reLEJ.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dist/index.html
CHANGED
|
@@ -43,7 +43,7 @@
|
|
| 43 |
href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap"
|
| 44 |
rel="stylesheet"
|
| 45 |
/>
|
| 46 |
-
<script type="module" crossorigin src="/assets/index-
|
| 47 |
<link rel="stylesheet" crossorigin href="/assets/index-DcjTpXS7.css">
|
| 48 |
</head>
|
| 49 |
<body>
|
|
|
|
| 43 |
href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap"
|
| 44 |
rel="stylesheet"
|
| 45 |
/>
|
| 46 |
+
<script type="module" crossorigin src="/assets/index-Dq-reLEJ.js"></script>
|
| 47 |
<link rel="stylesheet" crossorigin href="/assets/index-DcjTpXS7.css">
|
| 48 |
</head>
|
| 49 |
<body>
|
src/components/Waiting.tsx
CHANGED
|
@@ -58,12 +58,12 @@ export default function Waiting({ className = "" }: { className?: string }) {
|
|
| 58 |
{titles[titleIndex]}
|
| 59 |
</h3>
|
| 60 |
<p className="text-sm text-secondary-foreground">
|
| 61 |
-
TranslateGemma
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
without needing massive amounts of parallel training data
|
| 66 |
-
language pair.
|
| 67 |
</p>
|
| 68 |
</div>
|
| 69 |
|
|
|
|
| 58 |
{titles[titleIndex]}
|
| 59 |
</h3>
|
| 60 |
<p className="text-sm text-secondary-foreground">
|
| 61 |
+
TranslateGemma is built on Gemma 3 from Google, and outperforms
|
| 62 |
+
classic translation models thanks to its strong understanding of
|
| 63 |
+
language semantics and context, not just statistical mappings between
|
| 64 |
+
word pairs. This improves quality on nuanced and low-resource
|
| 65 |
+
translation without needing massive amounts of parallel training data
|
| 66 |
+
for every language pair.
|
| 67 |
</p>
|
| 68 |
</div>
|
| 69 |
|