nico-martin HF Staff commited on
Commit
dfa2874
·
1 Parent(s): b2425fb

small typo

Browse files
dist/assets/{index-Dv3rW6Ju.js → index-CE-KxmnA.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-Dv3rW6Ju.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-CE-KxmnA.js"></script>
47
  <link rel="stylesheet" crossorigin href="/assets/index-DcjTpXS7.css">
48
  </head>
49
  <body>
src/components/Introduction.tsx CHANGED
@@ -16,7 +16,7 @@ export default function Introduction({
16
  </h3>
17
  <p className="text-sm text-secondary-foreground">
18
  TranslateGemma is a family of translation models from Google, built on
19
- top of Gemma 2B. This 4B parameter model supports translations across
20
  100+ languages with state-of-the-art quality.{" "}
21
  <a
22
  href="https://blog.google/innovation-and-ai/technology/developers-tools/translategemma/"
 
16
  </h3>
17
  <p className="text-sm text-secondary-foreground">
18
  TranslateGemma is a family of translation models from Google, built on
19
+ top of Gemma 3. This 4B parameter model supports translations across
20
  100+ languages with state-of-the-art quality.{" "}
21
  <a
22
  href="https://blog.google/innovation-and-ai/technology/developers-tools/translategemma/"