ManTle/mops
收藏Hugging Face2024-06-13 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/ManTle/mops
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: curated
path: data/curated-*
- split: moderate
path: data/moderate-*
- split: complete
path: data/complete-*
dataset_info:
features:
- name: id
dtype: string
- name: premise
dtype: string
- name: novel
dtype: string
- name: script
dtype: string
- name: theme
dtype: string
- name: background
dtype: string
- name: persona
dtype: string
- name: event
dtype: string
- name: ending
dtype: string
- name: twist
dtype: string
splits:
- name: curated
num_bytes: 3490837
num_examples: 100
- name: moderate
num_bytes: 34915837
num_examples: 1000
- name: complete
num_bytes: 11151183
num_examples: 7599
download_size: 20805551
dataset_size: 49557857
---
## Load the data
```python
from datasets import load_dataset
dataset=load_dataset("ManTle/mops")
print(dataset)
```
More details about this dataset can be found at [github](https://github.com/GAIR-NLP/MoPS) repository.
提供机构:
ManTle
原始信息汇总
数据集概述
配置信息
- 默认配置 (
config_name: default)- 数据文件 (
data_files)- 分割 (
split): curated- 路径 (
path): data/curated-*
- 路径 (
- 分割 (
split): moderate- 路径 (
path): data/moderate-*
- 路径 (
- 分割 (
split): complete- 路径 (
path): data/complete-*
- 路径 (
- 分割 (
- 数据文件 (
数据集信息
-
特征 (
features)- id: 数据类型 (
dtype) - string - premise: 数据类型 (
dtype) - string - novel: 数据类型 (
dtype) - string - script: 数据类型 (
dtype) - string - theme: 数据类型 (
dtype) - string - background: 数据类型 (
dtype) - string - persona: 数据类型 (
dtype) - string - event: 数据类型 (
dtype) - string - ending: 数据类型 (
dtype) - string - twist: 数据类型 (
dtype) - string
- id: 数据类型 (
-
分割 (
splits)- curated
- 字节数 (
num_bytes): 3490837 - 示例数 (
num_examples): 100
- 字节数 (
- moderate
- 字节数 (
num_bytes): 34915837 - 示例数 (
num_examples): 1000
- 字节数 (
- complete
- 字节数 (
num_bytes): 11151183 - 示例数 (
num_examples): 7599
- 字节数 (
- curated
-
下载大小 (
download_size): 20805551 -
数据集大小 (
dataset_size): 49557857



