davanstrien HF staff commited on
Commit
390d52c
β€’
1 Parent(s): 55bc837

update description

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -194,11 +194,9 @@ title = """
194
  """
195
 
196
  description = """
197
- This demo showcases **Magpie**, an innovative approach to generating high-quality data by prompting aligned LLMs with their pre-query templates.
198
 
199
- Unlike traditional methods, Magpie doesn't rely on prompt engineering or seed questions for generating synthetic data. Instead, it uses the prompt template of an aligned LLM to generate both a user query and an LLM response.
200
-
201
- As well as providing a demo for the Magpie generations, this Space also allows you to submit a preference rating for the generated data, contributing to a crowdsourced dataset.
202
 
203
  ## πŸš€ How it works
204
 
 
194
  """
195
 
196
  description = """
197
+ This demo showcases **Magpie**, an innovative approach to generating high-quality data by prompting aligned LLMs with their pre-query templates. Unlike many existing synthetic data generation methods, Magpie doesn't rely on prompt engineering or seed questions for generating synthetic data. Instead, it uses the prompt template of an aligned LLM to generate both a user query and an LLM response.
198
 
199
+ As well as providing a demo for the Magpie generations, this Space also allows you to submit a preference rating for the generated data, contributing to a crowdsourced preference dataset!
 
 
200
 
201
  ## πŸš€ How it works
202