Spaces:
Running
Flagging the datasets #2
by
meg
HF staff
- opened
Since the datasets are also interesting, adding them to the UI -- maybe something like this?
Good idea! Just pushed something similar, but reordered so that they're emoji-first. What do you think?
with gr.Tab("๐ LAION: Built-in Modules Example"):
generate_components(laion, cached_artifacts["laion"], intersect=False)
with gr.Tab("๐ง MedMCQA: Configuration Example"):
generate_components(medmcqa, cached_artifacts["medmcqa"])
with gr.Tab("๐ก The Stack: Custom Disaggregation Example"):
generate_components(stack, cached_artifacts["stack"])
NimaBoscarino
changed pull request status to
closed