dvilasuero HF staff commited on
Commit
8cf034e
1 Parent(s): ce95000

Update src/distilabel_dataset_generator/apps/faq.py

Browse files
src/distilabel_dataset_generator/apps/faq.py CHANGED
@@ -8,24 +8,20 @@ with gr.Blocks() as app:
8
  gr.HTML(
9
  """
10
  <div style="text-align: justify;">
11
- <div style="text-align: center;">
12
- <img src="https://huggingface.co/spaces/argilla/distilabel-dataset-generator/resolve/main/assets/image.png" alt="Distilabel Dataset Generator" style="width: 300px; margin: 20px auto;">
13
- </div>
14
 
15
- <h4 style="text-align: center;">What is Distilabel Dataset Generator?</h4>
16
-
17
- <p>Distilabel Dataset 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>
18
 
19
  <p>This tool simplifies the process of creating custom datasets, enabling you to:</p>
20
  <ul>
21
- <li>Define the characteristics of your desired dataset</li>
22
  <li>Generate system prompts automatically</li>
23
  <li>Create sample datasets for quick iteration</li>
24
  <li>Produce full-scale datasets with customizable parameters</li>
25
  <li>Push your generated datasets directly to the Hugging Face Hub</li>
26
  </ul>
27
 
28
- <p>By using Distilabel Dataset Generator, you can rapidly prototype and create datasets for, accelerating your AI development process.</p>
29
 
30
  <h4 style="text-align: center;">How is this free?</h4>
31
 
 
8
  gr.HTML(
9
  """
10
  <div style="text-align: justify;">
11
+ <h4 style="text-align: center;">What is Distilabel DataCraft?</h4>
 
 
12
 
13
+ <p>Distilabel Dataset 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>
 
 
14
 
15
  <p>This tool simplifies the process of creating custom datasets, enabling you to:</p>
16
  <ul>
17
+ <li>Define the characteristics of your desired application</li>
18
  <li>Generate system prompts automatically</li>
19
  <li>Create sample datasets for quick iteration</li>
20
  <li>Produce full-scale datasets with customizable parameters</li>
21
  <li>Push your generated datasets directly to the Hugging Face Hub</li>
22
  </ul>
23
 
24
+ <p>By using Distilabel DataCraft, you can rapidly prototype and create datasets for, accelerating your AI development process.</p>
25
 
26
  <h4 style="text-align: center;">How is this free?</h4>
27