site/index.html (55 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Translations Training and Inference Engine</title> <link rel="stylesheet" href="style.css"> </head> <body class="main-body"> <div class="main-header"> <div> <div class="main-header-left"> <h1> <img src="assets/translations.svg" class="main-header-icon"><a href="https://github.com/mozilla/translations">mozilla/translations</a> </h1> <h2>The training platform and inference engine that powers Firefox Translations</h2> </div> <div class="main-header-right"> <img class="main-header-noodles" src="assets/noodles.png" class="background-img" aria-role="presentational"> <img class="main-header-screenshot" src="assets/screenshot.png" class="overlay-img" alt="Screenshot of the full page translation feature in Firefox"> </div> </div> </div> <div class="main-links"> <a href="./docs"> <h3>Training Pipeline Docs</h3> <p>Learn about the end-to-end process of training translation models, including data preparation, training steps, and evaluation.</p> </a> <a href="https://wandb.ai/moz-translations/projects"> <h3>Weights and Biases</h3> <p>Visualize and track training runs.</p> </a> <a href="./model-registry"> <h3>Model Registry</h3> <p>Browse all trained models for Firefox Translations. Track model versions and quality evaluations.</p> </a> <a href="./firefox-models"> <h3>Firefox Models</h3> <p>See the currently released models that are in Firefox, Beta, and Nightly.</p> </a> <a href="https://gregtatum.github.io/taskcluster-tools/src/training/"> <h3>Training Dashboard</h3> <p>Monitor active training jobs, view logs, track training metrics, and troubleshoot issues.</p> </a> <a href="https://gregtatum.github.io/taskcluster-tools/src/model-inspector/"> <h3>Model Inspector</h3> <p>Analyze Marian models and inspect the model architecture and values of the weights.</p> </a> <a href="https://gregtatum.github.io/taskcluster-tools/src/cost/"> <h3>Cost Estimator</h3> <p>Estimate the financial costs of actual training runs.</p> </a> </div> </body> </html>