atmallen/qm_bob_easy_2_mixture_1.0e
收藏资源简介:
--- 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: alice_label dtype: bool - name: bob_label dtype: bool - name: difficulty dtype: int64 - name: statement dtype: string - name: choices sequence: string - name: character dtype: string - name: label dtype: class_label: names: '0': 'False' '1': 'True' splits: - name: train num_bytes: 12520368.5 num_examples: 117117 - name: validation num_bytes: 1221097.5 num_examples: 11279 - name: test num_bytes: 1205746.0 num_examples: 11186 download_size: 3703276 dataset_size: 14947212.0 --- # Dataset Card for "qm_bob_easy_2_mixture_1.0e" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
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: alice_label dtype: 布尔型 - name: bob_label dtype: 布尔型 - name: difficulty dtype: 64位整数 - name: statement dtype: 字符串 - name: choices sequence: 字符串序列 - name: character dtype: 字符串 - name: label dtype: class_label: names: '0': 'False'(假) '1': 'True'(真) splits: - name: train num_bytes: 12520368.5 num_examples: 117117 - name: validation num_bytes: 1221097.5 num_examples: 11279 - name: test num_bytes: 1205746.0 num_examples: 11186 download_size: 3703276 dataset_size: 14947212.0 --- # "qm_bob_easy_2_mixture_1.0e" 数据集卡片 [更多信息请参阅](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集配置
- 配置名称: default
- 数据文件路径:
- 训练集: data/train-*
- 验证集: data/validation-*
- 测试集: data/test-*
数据集信息
-
特征:
- alice_label: 布尔型
- bob_label: 布尔型
- difficulty: 64位整型
- statement: 字符串
- choices: 字符串序列
- character: 字符串
- label: 类别标签,包含 False 和 True
-
数据集划分:
- 训练集:
- 字节数: 12520368.5
- 样本数: 117117
- 验证集:
- 字节数: 1221097.5
- 样本数: 11279
- 测试集:
- 字节数: 1205746.0
- 样本数: 11186
- 训练集:
-
数据集大小:
- 下载大小: 3703276 字节
- 数据集大小: 14947212.0 字节



