File size: 481 Bytes
0bf99f1
 
f1166e6
 
 
d8116eb
 
0bf99f1
e03e951
d8116eb
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: cc-by-4.0
language:
- en
pretty_name: SVO-Probes
size_categories:
- 10K<n<100K
---

# SVO-Probes

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

## Usage

```python
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]`.
```