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
I downloaded the reviews dataset subset from the huggingface, and all the reviews data are missing values!
rev_dataset = load_dataset("peer_read", 'reviews', split="train")
The review's 'column' is all missing values/lists. e.g. {'date': [], 'title': [], 'other_keys': [], 'o...`
Is this an error in the uploaded dataset? Thanks!
The text was updated successfully, but these errors were encountered:
I downloaded the reviews dataset subset from the huggingface, and all the reviews data are missing values!
rev_dataset = load_dataset("peer_read", 'reviews', split="train")
The review's 'column' is all missing values/lists. e.g. {'date': [], 'title': [], 'other_keys': [], 'o...`
Is this an error in the uploaded dataset? Thanks!
The text was updated successfully, but these errors were encountered: