MichiganNLP/svo_probes
收藏Hugging Face2023-06-18 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/MichiganNLP/svo_probes
下载链接
链接失效反馈官方服务:
资源简介:
---
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]`.
```
提供机构:
MichiganNLP
原始信息汇总
SVO-Probes 数据集概述
基本信息
- 许可证: cc-by-4.0
- 语言: 英语
- 数据集大小: 10K<n<100K
数据集来源
使用方法
-
加载数据集的代码示例: python from datasets import load_dataset dataset = load_dataset("MichiganNLP/svo_probes", split="train")
-
数据集无具体分割,尽管加载时使用了 "train" 分割。
-
查看数据集示例的方法:
dataset[0]



