Commit
•
8b93c9a
1
Parent(s):
936a4d8
Update src/distilabel_dataset_generator/apps/faq.py
Browse files
src/distilabel_dataset_generator/apps/faq.py
CHANGED
@@ -8,9 +8,9 @@ with gr.Blocks() as app:
|
|
8 |
gr.HTML(
|
9 |
"""
|
10 |
<div style="text-align: justify;">
|
11 |
-
<h4 style="text-align: center;">What is Distilabel
|
12 |
|
13 |
-
<p>Distilabel
|
14 |
|
15 |
<p>This tool simplifies the process of creating custom datasets, enabling you to:</p>
|
16 |
<ul>
|
@@ -21,7 +21,7 @@ with gr.Blocks() as app:
|
|
21 |
<li>Push your generated datasets directly to the Hugging Face Hub</li>
|
22 |
</ul>
|
23 |
|
24 |
-
<p>By using Distilabel
|
25 |
|
26 |
<h4 style="text-align: center;">How is this free?</h4>
|
27 |
|
@@ -29,7 +29,7 @@ with gr.Blocks() as app:
|
|
29 |
|
30 |
<h4 style="text-align: center;">Can I run this locally?</h4>
|
31 |
|
32 |
-
<p>Yes, you can run this locally by <a href="https://huggingface.co/spaces/argilla/
|
33 |
|
34 |
<h4 style="text-align: center;">What is distilabel?</h4>
|
35 |
|
|
|
8 |
gr.HTML(
|
9 |
"""
|
10 |
<div style="text-align: justify;">
|
11 |
+
<h4 style="text-align: center;">What is Distilabel Synthetic Data Generator?</h4>
|
12 |
|
13 |
+
<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>
|
14 |
|
15 |
<p>This tool simplifies the process of creating custom datasets, enabling you to:</p>
|
16 |
<ul>
|
|
|
21 |
<li>Push your generated datasets directly to the Hugging Face Hub</li>
|
22 |
</ul>
|
23 |
|
24 |
+
<p>By using Distilabel Synthetic Data Generator, 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 |
|
|
|
29 |
|
30 |
<h4 style="text-align: center;">Can I run this locally?</h4>
|
31 |
|
32 |
+
<p>Yes, you can run this locally by <a href="https://huggingface.co/spaces/argilla/synthetic-data-generator?clone=true" target="_blank">cloning the Space</a> and installing the requirements with `pip install -r requirements.txt` and running `python app.py`. Alternatively, you can install the <a href="https://github.com/argilla-io/distilabel" target="_blank">distilabel library</a> with `pip install distilabel[hf-inference-endpoints]` and use the pipeline code at the bottom of each application tab. Distilabel also supports running the pipeline with <a href="https://distilabel.argilla.io/latest/components-gallery/llms/" target="_blank">other LLMs</a>.</p>
|
33 |
|
34 |
<h4 style="text-align: center;">What is distilabel?</h4>
|
35 |
|