davanstrien HF staff commited on
Commit
0fa41ed
β€’
1 Parent(s): d51c781

chore: Update dataset upload frequency to every 5 minutes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ scheduler = CommitScheduler(
65
  repo_type="dataset",
66
  folder_path=dataset_folder,
67
  path_in_repo="data",
68
- every=1, # Upload every minute
69
  )
70
 
71
 
@@ -209,7 +209,7 @@ As well as providing a demo for the Magpie generations, this Space also allows y
209
  2. **πŸ’¬ Response Generation:** The model generates a response to this instruction.
210
  3. **πŸ‘πŸ‘Ž User Feedback (optional):** Rate the quality of the generated content and contribute to a crowdsourced preference dataset for synthetic dataset.
211
 
212
- πŸ”— Find the crowd-generated dataset at [davanstrien/magpie-preference](https://huggingface.co/datasets/davanstrien/magpie-preference). It's updated every minute!
213
 
214
  πŸ“š Learn more about Magpie in the [paper](https://huggingface.co/papers/2406.08464).
215
 
 
65
  repo_type="dataset",
66
  folder_path=dataset_folder,
67
  path_in_repo="data",
68
+ every=5, # Upload every minute
69
  )
70
 
71
 
 
209
  2. **πŸ’¬ Response Generation:** The model generates a response to this instruction.
210
  3. **πŸ‘πŸ‘Ž User Feedback (optional):** Rate the quality of the generated content and contribute to a crowdsourced preference dataset for synthetic dataset.
211
 
212
+ πŸ”— Find the crowd-generated dataset at [davanstrien/magpie-preference](https://huggingface.co/datasets/davanstrien/magpie-preference). It's updated every 5 minutes!
213
 
214
  πŸ“š Learn more about Magpie in the [paper](https://huggingface.co/papers/2406.08464).
215