Commit
β’
0fa41ed
1
Parent(s):
d51c781
chore: Update dataset upload frequency to every 5 minutes
Browse files
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=
|
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
|
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 |
|