MichiganNLP/svo_probes

Dataset

SVO-Probes

2

7 commits

2 linked in READMEs

updated Jun 18, 2023

See the code

README

SVO-Probes

This dataset comes from https://github.com/deepmind/svo_probes.

Usage

from datasets import load_dataset

# Note that the following line says "train" split, but there are actually no splits in this dataset.
dataset = load_dataset("MichiganNLP/svo_probes", split="train")

# To see an example, access the first element of the dataset with `dataset[0]`.

Contributors

bryant1410

7 commits

MichiganNLP/svo_probes

Dataset

SVO-Probes

2

7 commits

2 linked in READMEs

updated Jun 18, 2023

See the code

README

SVO-Probes

This dataset comes from https://github.com/deepmind/svo_probes.

Usage

from datasets import load_dataset

# Note that the following line says "train" split, but there are actually no splits in this dataset.
dataset = load_dataset("MichiganNLP/svo_probes", split="train")

# To see an example, access the first element of the dataset with `dataset[0]`.

Contributors

bryant1410

7 commits