mirror of
https://github.com/transformerlab/transformerlab-app.git
synced 2025-04-14 07:48:20 +03:00
small
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user