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

Sign up or log in to comment