This commit is contained in:
ali asaria
2025-04-04 17:13:35 -04:00
parent 45c9c31509
commit ae7aea9095
2 changed files with 4 additions and 4 deletions

View File

@@ -33,10 +33,10 @@ export default function RecipesModal({
}}
>
<ModalClose onClick={() => setModalOpen(false)} />
<Typography level="h2">
👋 Welcome to Transformer Lab! What do you want to do?
<Typography level="h2" mt={2}>
What do you want to do?
</Typography>
<Typography level="body-lg" mb={2}>
<Typography level="body-lg" mb={4}>
Start a new experiment using one of the recipes below, or start from
scratch.
</Typography>

View File

@@ -1,7 +1,7 @@
const recipeDetails = [
{
id: 1,
title: 'Train a Model From Scratch',
title: 'Train a Text Model From Scratch',
description:
'Build a new machine learning model from the ground up using Nanotron. Ideal for custom use cases and datasets.',
requiredAssets: {