guyhadad01/toys_history-fix_atleast200_10candidates_mc
收藏资源简介:
--- dataset_info: features: - name: start_prompt dtype: string - name: label dtype: int64 - name: ending0 dtype: string - name: ending1 dtype: string - name: ending2 dtype: string - name: ending3 dtype: string - name: ending4 dtype: string - name: ending5 dtype: string - name: ending6 dtype: string - name: ending7 dtype: string - name: ending8 dtype: string - name: ending9 dtype: string splits: - name: train num_bytes: 1180174 num_examples: 1234 - name: test num_bytes: 297924 num_examples: 309 download_size: 897171 dataset_size: 1478098 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---
This dataset is primarily used for text generation tasks, featuring a starting prompt (start_prompt) and multiple possible endings (ending0 to ending9), along with a label (label) indicating the correct ending. The dataset is divided into a training set and a test set, containing 1234 and 309 samples respectively.
数据集概述
数据集特征
- start_prompt: 数据类型为字符串。
- label: 数据类型为整数,具体为int64。
- ending0 至 ending9: 数据类型均为字符串。
数据集分割
- train: 包含1234个样本,总大小为1180174字节。
- test: 包含309个样本,总大小为297924字节。
数据集大小
- 下载大小: 897171字节。
- 数据集总大小: 1478098字节。
数据文件配置
- default 配置:
- train: 数据文件路径为
data/train-*。 - test: 数据文件路径为
data/test-*。
- train: 数据文件路径为



