Better documentation on running the streamlit dataset card tagging app locally to tag own dataset

#3
by elihoole - opened

Hi,

So I have hosted a new text summarisation dataset here: https://huggingface.co/datasets/elihoole/asrs-aviation-reports

To generate the dataset card, the huggingface tutorial recommends running the dataset tagging application locally. When I run the build_metadata_file.py, I get the following error:

image.png

But the app still runs locally, when I run: streamlit run tagging_app.py. However, I can only see the public datasets listed, as in the web app (same as what is found here https://huggingface.co/spaces/huggingface/datasets-tagging).

The documentation doesn't specify how exactly to get the app to work on a community hosted -- i.e. my own -- dataset.

Can someone kindly point me to what I am supposed to do?

Sign up or log in to comment