File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
app/client/src/pages/Home Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ const EvaluateSection: React.FC = () => {
58
58
< >
59
59
< HeaderSection style = { { marginLeft : '1rem' } } onClick = { onClick } >
60
60
< div className = "left-section evaluate-icon" >
61
- < img src = { EvaluateIcon } alt = "Datasets " />
61
+ < img src = { EvaluateIcon } alt = "evaluation " />
62
62
</ div >
63
63
< div className = "middle-section" >
64
- < div className = "section-title" > Evaluate </ div >
64
+ < div className = "section-title" > Evaluation </ div >
65
65
< 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.
67
67
</ div >
68
68
</ div >
69
69
</ HeaderSection >
Original file line number Diff line number Diff line change @@ -118,21 +118,21 @@ const HomePage: React.FC = () => {
118
118
< img src = { DatasetIcon } alt = "Datasets" />
119
119
</ div >
120
120
< div className = "middle-section" >
121
- < div className = "section-title" > Create Datasets </ div >
121
+ < div className = "section-title" > Generation </ div >
122
122
< 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.
124
124
</ div >
125
125
</ div >
126
126
</ HeaderSection >
127
127
128
128
< HeaderSection style = { { marginLeft : '1rem' } } onClick = { ( ) => navigate ( '/data-augmentation' ) } >
129
129
< div className = "left-section" style = { { padding : '5px' } } >
130
- < img src = { DataAugmentationIcon } alt = "Datasets " />
130
+ < img src = { DataAugmentationIcon } alt = "augmentation " />
131
131
</ div >
132
132
< div className = "middle-section" >
133
- < div className = "section-title" > Data Augmentation</ div >
133
+ < div className = "section-title" > Augmentation</ div >
134
134
< 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.
136
136
</ div >
137
137
</ div >
138
138
</ HeaderSection >
You can’t perform that action at this time.
0 commit comments