unigram/fol-01b
收藏资源简介:
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: premise dtype: string - name: hypothesis dtype: string - name: label dtype: string - name: proof dtype: string - name: premise_tptp dtype: string - name: hypothesis_tptp dtype: string - name: deberta_pred dtype: string - name: deberta_pred_r1_label dtype: string splits: - name: train num_bytes: 355564363 num_examples: 47349 - name: validation num_bytes: 46052937 num_examples: 6066 - name: test num_bytes: 45273591 num_examples: 6042 download_size: 80638984 dataset_size: 446890891 --- # Dataset Card for "fol-01b" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
配置项: - 配置名称:default 数据文件: - 数据集拆分:train(训练集),路径:data/train-* - 数据集拆分:validation(验证集),路径:data/validation-* - 数据集拆分:test(测试集),路径:data/test-* 数据集信息: 特征字段: - 字段名:premise(前提),数据类型:string(字符串) - 字段名:hypothesis(假设),数据类型:string(字符串) - 字段名:label(标签),数据类型:string(字符串) - 字段名:proof(证明),数据类型:string(字符串) - 字段名:premise_tptp,数据类型:string(字符串) - 字段名:hypothesis_tptp,数据类型:string(字符串) - 字段名:deberta_pred,数据类型:string(字符串) - 字段名:deberta_pred_r1_label,数据类型:string(字符串) 数据集拆分详情: - 拆分名称:train,数据字节数:355564363,样本数量:47349 - 拆分名称:validation,数据字节数:46052937,样本数量:6066 - 拆分名称:test,数据字节数:45273591,样本数量:6042 下载总大小:80638984 数据集总大小:446890891 # 「fol-01b」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
配置信息
- 默认配置 (
config_name: default) 包含以下数据文件:- 训练集 (
split: train):路径为data/train-* - 验证集 (
split: validation):路径为data/validation-* - 测试集 (
split: test):路径为data/test-*
- 训练集 (
数据集特征
- premise:数据类型为字符串
- hypothesis:数据类型为字符串
- label:数据类型为字符串
- proof:数据类型为字符串
- premise_tptp:数据类型为字符串
- hypothesis_tptp:数据类型为字符串
- deberta_pred:数据类型为字符串
- deberta_pred_r1_label:数据类型为字符串
数据集统计
- 训练集 (
name: train):- 字节数:355564363
- 示例数:47349
- 验证集 (
name: validation):- 字节数:46052937
- 示例数:6066
- 测试集 (
name: test):- 字节数:45273591
- 示例数:6042
数据集大小
- 下载大小:80638984字节
- 数据集总大小:446890891字节




