sumyeongahn/sst2
收藏资源简介:
--- dataset_info: features: - name: idx dtype: int64 - name: sentence dtype: string - name: label dtype: int64 - name: paraphrase dtype: string splits: - name: train num_bytes: 1676425 num_examples: 6911 - name: test num_bytes: 438933 num_examples: 1821 - name: debug num_bytes: 1213453 num_examples: 5000 download_size: 2190060 dataset_size: 3328811 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: debug path: data/debug-* ---
数据集信息: 特征: - 名称:idx(索引),数据类型:64位整型(int64) - 名称:sentence(句子),数据类型:字符串型(string) - 名称:label(标签),数据类型:64位整型(int64) - 名称:paraphrase(释义句),数据类型:字符串型(string) 数据集划分: - 划分名称:train(训练集),占用字节数:1676425,样本数量:6911 - 划分名称:test(测试集),占用字节数:438933,样本数量:1821 - 划分名称:debug(调试集),占用字节数:1213453,样本数量:5000 下载大小:2190060,数据集总大小:3328811 配置项: - 配置名称:default(默认配置),数据文件: - 划分:train(训练集),路径:data/train-* - 划分:test(测试集),路径:data/test-* - 划分:debug(调试集),路径:data/debug-*



