The data can be loaded using Huggingface datasets:
from datasets import load_dataset
examples = load_dataset('facebook/winoground', use_auth_token=<YOUR USER ACCESS TOKEN>)
You can get the user access token by following these steps:
- log into your Hugging Face account
- click on your profile picture
- click "Settings"
- click "Access Tokens"
- generate an access token
To easily view examples from Winoground, follow this link.