Is it possible to add the ability to describe only selected fields of the dataset files in README.md? For example, I have this open dataset (open-llm-leaderboard/results) and I want to describe only some fields in order not to overcomplicate the Dataset Preview and filter out some fields
Motivation
The Results dataset for the Open LLM Leaderboard contains json files with a complex nested structure. I would like to add README.md there to use the SQL console, for example. But if I describe the structure of this dataset completely, it will overcomplicate the use of Dataset Preview and the total number of columns will exceed 50
Your contribution
I'm afraid I'm not familiar with the project structure, so I won't be able to open a PR, but I'll try to help with something else if possible
Feature request
Hi Datasets team!
Is it possible to add the ability to describe only selected fields of the dataset files in
README.md
? For example, I have this open dataset (open-llm-leaderboard/results) and I want to describe only some fields in order not to overcomplicate the Dataset Preview and filter out some fieldsMotivation
The
Results
dataset for the Open LLM Leaderboard contains json files with a complex nested structure. I would like to addREADME.md
there to use the SQL console, for example. But if I describe the structure of this dataset completely, it will overcomplicate the use of Dataset Preview and the total number of columns will exceed 50Your contribution
I'm afraid I'm not familiar with the project structure, so I won't be able to open a PR, but I'll try to help with something else if possible