You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some other metadata to potentially add: size in MB, row number (if row-like dataset). Citation could be optional as not all datasets have a published paper.
As discussed via Slack, it's a good idea to add some metadata to our datasets. This idea is partially inspired by HF datasets.
To do so, we will define a new
DatasetInfo
dataclass like this:Each dataset will have a new class-level
info
(ormetadata
) attribute to store this data. InDatasetABC
, this attribute will be set toNone
.Feel free to comment (e.g. if you think we should include some other metadata).
cc @mttk @ivansmokovic @FilipBolt
The text was updated successfully, but these errors were encountered: