guyhadad01/toys_history-fix_atleast200_10candidates_fix-split_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: 5805540 num_examples: 5877 - name: test num_bytes: 1463195 num_examples: 1470 download_size: 3262709 dataset_size: 7268735 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, containing a starting prompt (start_prompt) and multiple possible endings (ending0 to ending9), each sample has a label (label) indicating the correct ending. The dataset is divided into training and test sets, used for model training and performance evaluation respectively.
数据集概述
数据集特征
- start_prompt: 数据类型为字符串
- label: 数据类型为整数,具体为int64
- ending0 至 ending9: 数据类型均为字符串
数据集分割
- train: 包含5877个样本,占用5805540字节
- test: 包含1470个样本,占用1463195字节
数据集大小
- 下载大小: 3262709字节
- 数据集总大小: 7268735字节
数据文件配置
- default 配置:
- train 数据路径:
data/train-* - test 数据路径:
data/test-*
- train 数据路径:



