davidberenstein1957 HF staff commited on
Commit
f4bcb32
1 Parent(s): ec33fc2

refactor simplify faq

Browse files
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
src/distilabel_dataset_generator/apps/faq.py CHANGED
@@ -6,9 +6,9 @@ with gr.Blocks() as app:
6
  gr.HTML(
7
  """
8
  <div style="text-align: justify;">
9
- <h4 style="text-align: left;">What is Distilabel Synthetic Data Generator?</h4>
10
 
11
- <p>Distilabel Synthetic Data Generator is an experimental tool that allows you to easily create high-quality datasets for training and fine-tuning language models. It leverages the power of distilabel and advanced language models to generate synthetic data tailored to your specific needs.</p>
12
 
13
  <p>This tool simplifies the process of creating custom datasets, enabling you to:</p>
14
  <ul>
@@ -19,7 +19,7 @@ with gr.Blocks() as app:
19
  <li>Push your generated datasets directly to the Hugging Face Hub</li>
20
  </ul>
21
 
22
- <p>By using Distilabel Synthetic Data Generator, you can rapidly prototype and create datasets for, accelerating your AI development process.</p>
23
 
24
  <h4 style="text-align: center;">How is this free?</h4>
25
 
 
6
  gr.HTML(
7
  """
8
  <div style="text-align: justify;">
9
+ <h4 style="text-align: left;">What is it?</h4>
10
 
11
+ <p>The Synthetic Data Generator is a tool that allows you to easily create high-quality datasets for training and fine-tuning language models. It leverages the power of distilabel and advanced language models to generate synthetic data tailored to your specific needs.</p>
12
 
13
  <p>This tool simplifies the process of creating custom datasets, enabling you to:</p>
14
  <ul>
 
19
  <li>Push your generated datasets directly to the Hugging Face Hub</li>
20
  </ul>
21
 
22
+ <p>By using the Synthetic Data Generator, you can rapidly prototype and create datasets for, accelerating your AI development process.</p>
23
 
24
  <h4 style="text-align: center;">How is this free?</h4>
25