Skip to content

Commit f688818

Browse files
authored
Merge pull request #101 from cloudera/minor-title-changes
New Descriptions for Home Page Cards
2 parents 98241b8 + c0c9242 commit f688818

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/client/src/pages/Home/EvaluateSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ const EvaluateSection: React.FC = () => {
5858
<>
5959
<HeaderSection style={{ marginLeft: '1rem' }} onClick={onClick}>
6060
<div className="left-section evaluate-icon">
61-
<img src={EvaluateIcon} alt="Datasets" />
61+
<img src={EvaluateIcon} alt="evaluation" />
6262
</div>
6363
<div className="middle-section">
64-
<div className="section-title">Evaluate</div>
64+
<div className="section-title">Evaluation</div>
6565
<div className="section-description">
66-
Evaluate generated datasets for fine tuning LLMs
66+
Use LLMs to score and filter your synthetic data. Keep only high-quality results.
6767
</div>
6868
</div>
6969
</HeaderSection>

app/client/src/pages/Home/HomePage.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,21 @@ const HomePage: React.FC = () => {
118118
<img src={DatasetIcon} alt="Datasets" />
119119
</div>
120120
<div className="middle-section">
121-
<div className="section-title">Create Datasets</div>
121+
<div className="section-title">Generation</div>
122122
<div className="section-description">
123-
Generate synthetic datasets for training models
123+
Create synthetic data from scratch using examples, documents, seed instructions and AI assisted prompts.
124124
</div>
125125
</div>
126126
</HeaderSection>
127127

128128
<HeaderSection style={{ marginLeft: '1rem' }} onClick={() => navigate('/data-augmentation')}>
129129
<div className="left-section" style={{ padding: '5px' }}>
130-
<img src={DataAugmentationIcon} alt="Datasets" />
130+
<img src={DataAugmentationIcon} alt="augmentation" />
131131
</div>
132132
<div className="middle-section">
133-
<div className="section-title">Data Augmentation</div>
133+
<div className="section-title">Augmentation</div>
134134
<div className="section-description">
135-
Generate multi-dimension datasets using LLM custom prompts
135+
Add synthetic rows or field to existing data to fill gaps or balance datasets such as language translations.
136136
</div>
137137
</div>
138138
</HeaderSection>

0 commit comments

Comments
 (0)