I created a Parquet file locally with the following content:
video_id label description video_path
0 00019.mp4 neutral It's me. test_hf_data/video/00019.mp4
1 00020.mp4 surprise I remember it! test_hf_data/video/00020.mp4
2 00021.mp4 anger I want to go home. test_hf_data/video/00021.mp4
3 00022.mp4 fear I may die. test_hf_data/video/00022.mp4
4 00024.mp4 happy I am beautiful! test_hf_data/video/00024.mp4
However, after uploading it to Hugging Face, the dataset viewer only displays the videos and does not show the label
, description
, video_id
, or other fields. Why is this happening?