Commit
·
af420e8
1
Parent(s):
1b3d86d
add refrences to distilabel and inference endpoints
Browse files
src/synthetic_dataset_generator/apps/about.py
CHANGED
@@ -7,8 +7,7 @@ with gr.Blocks() as app:
|
|
7 |
|
8 |
Introducing the Synthetic Data Generator, a user-friendly application that takes a no-code approach to creating custom datasets with Large Language Models (LLMs). The best part: A simple step-by-step process, making dataset creation a non-technical breeze, allowing anyone to create datasets and models in minutes and without any code.
|
9 |
|
10 |
-
The synthetic data generator takes your custom prompt and returns a dataset for your use case, using a synthetic data pipeline. In the background this is powered by distilabel and the free Hugging Face text-generation API but we don’t need to worry about these complexities and we can focus on using the UI.
|
11 |
-
|
12 |
|
13 |
- Read more in [our announcement blog post](https://huggingface.co/blog/synthetic-data-generator)
|
14 |
- Find the library on [GitHub](https://github.com/argilla-io/synthetic-data-generator)
|
|
|
7 |
|
8 |
Introducing the Synthetic Data Generator, a user-friendly application that takes a no-code approach to creating custom datasets with Large Language Models (LLMs). The best part: A simple step-by-step process, making dataset creation a non-technical breeze, allowing anyone to create datasets and models in minutes and without any code.
|
9 |
|
10 |
+
The synthetic data generator takes your custom prompt and returns a dataset for your use case, using a synthetic data pipeline. In the background this is powered by [distilabel](https://distilabel.argilla.io/latest/) and the [free Hugging Face text-generation API](https://huggingface.co/docs/api-inference/en/index) but we don’t need to worry about these complexities and we can focus on using the UI.
|
|
|
11 |
|
12 |
- Read more in [our announcement blog post](https://huggingface.co/blog/synthetic-data-generator)
|
13 |
- Find the library on [GitHub](https://github.com/argilla-io/synthetic-data-generator)
|