Missing one feature in dataset when loading from folder

Hi! Iā€™m trying to load my own created Dateset from a folder which I created on my PC. The set contains wav and txt files which i want to use to train an asr model. However when I try to load the Dataset, the audio files are recognized as a feature but not the txt files. I tried to use load_dataset (my path to the folder)
the folder looks like this:
grafik
Does anybody know why the text files dont get recognized??

This format is not supported - you should use the ā€œaudiofolder with metadataā€ structure instead (docs).

Hi, I followed the doc exactly to test what the problem is, but the dataset loaded still recognize audio as a feature only, the metadata and struct look like this:

Do you know how to fix this problem? Thanks