davanstrien HF staff commited on
Commit
f5c2374
Β·
1 Parent(s): 390d52c

Refactor generate_instruction_response function and optimize Gradio demo description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -202,8 +202,8 @@ As well as providing a demo for the Magpie generations, this Space also allows y
202
 
203
  1. **πŸ“ Instruction Generation:** The model generates a user instruction.
204
  2. **πŸ’¬ Response Generation:** The model generates a response to this instruction.
205
- 3. **πŸ‘πŸ‘Ž User Feedback (optional):** Rate the quality of the generated content.
206
- 4. **πŸ’Ύ Dataset Creation:** Feedback and generated data are saved to a Hugging Face dataset.
207
 
208
  πŸ”— Find the crowd-generated dataset [here](https://huggingface.co/datasets/davanstrien/magpie-preference). It's updated every minute!
209
 
 
202
 
203
  1. **πŸ“ Instruction Generation:** The model generates a user instruction.
204
  2. **πŸ’¬ Response Generation:** The model generates a response to this instruction.
205
+ 3. **πŸ‘πŸ‘Ž User Feedback (optional):** Rate the quality of the generated content and contribute to a crowdsourced preference dataset for synthetic dataset.
206
+
207
 
208
  πŸ”— Find the crowd-generated dataset [here](https://huggingface.co/datasets/davanstrien/magpie-preference). It's updated every minute!
209