nico-martin HF Staff commited on
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-C8mlkem9.js"></script>
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 outperforms classic translation models because it
62
- starts from an LLM (Gemma 3) that understands language meaning and
63
- world context, not just statistical mappings between word pairs, which
64
- gives it better quality on nuanced and low-resource translation
65
- without needing massive amounts of parallel training data for every
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