You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: src/components/HowItWorks/Slideshow.tsx
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -26,26 +26,45 @@ const steps = [
26
26
{
27
27
animationSize: 400,
28
28
animationName: 'detect-gap',
29
-
description:
30
-
'Experiment locally, on a quantized version of the latest InstructLab model, with adding new knowledge and skills.',
29
+
description: (
30
+
<>
31
+
Experiment locally, on a quantized version of the latest InstructLab
32
+
model, with adding new <strong>knowledge and skills</strong>
33
+
</>
34
+
),
31
35
},
32
36
{
33
37
animationSize: 450,
34
38
animationName: 'taxonomy',
35
-
description:
36
-
'Once a synthetic data recipe is ready, submit a pull request to contribute back to the InstructLab repository, which is organized in a structured taxonomy.',
39
+
description: (
40
+
<>
41
+
Once a synthetic data recipe is ready, submit a pull request to
42
+
contribute back to the InstructLab repository, which is organized in a
43
+
structured <strong>taxonomy</strong>
44
+
</>
45
+
),
37
46
},
38
47
{
39
48
animationSize: 320,
40
49
animationName: 'synthetic-data',
41
-
description:
42
-
'InstructLab uses the new recipes to systematically generate synthetic data for the new capabilities - and this data is released to the community.',
50
+
description: (
51
+
<>
52
+
InstructLab uses the new recipes to systematically generate{' '}
53
+
<strong>synthetic data</strong> for the new capabilities - and this data
54
+
is released to the community
55
+
</>
56
+
),
43
57
},
44
58
{
45
59
animationSize: 400,
46
60
animationName: 'fine-tune',
47
-
description:
48
-
'InstructLab merges the new skill back into the base model by updating it using all synthetic data generated to date, and releases a new model version to the community.',
61
+
description: (
62
+
<>
63
+
InstructLab <strong>merges</strong> the new skill back into the base
64
+
model by updating it using all synthetic data generated to date, and
0 commit comments