davidberenstein1957 HF staff commited on
Commit
5a5027e
1 Parent(s): 4e47515

revert rename

Browse files
README.md CHANGED
@@ -28,7 +28,7 @@ hf_oauth_scopes:
28
 
29
  ## Introduction
30
 
31
- Synthetic Data Generator is a tool that allows you to create high-quality datasets for training and fine-tuning language models. It leverages the power of distilabel and LLMs to generate synthetic data tailored to your specific needs. [The announcement blog](https://huggingface.co/blog/synthetic-dataset-generator) goes over a practical example of how to use it.
32
 
33
  Supported Tasks:
34
 
 
28
 
29
  ## Introduction
30
 
31
+ Synthetic Data Generator is a tool that allows you to create high-quality datasets for training and fine-tuning language models. It leverages the power of distilabel and LLMs to generate synthetic data tailored to your specific needs. [The announcement blog](https://huggingface.co/blog/synthetic-data-generator) goes over a practical example of how to use it.
32
 
33
  Supported Tasks:
34
 
src/synthetic_dataset_generator/apps/about.py CHANGED
@@ -9,7 +9,7 @@ with gr.Blocks() as app:
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-dataset-generator)
13
  - Find the library on [GitHub](https://github.com/argilla-io/synthetic-data-generator)
14
  """
15
  )
 
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)
14
  """
15
  )