Rifky/ID-SQuAD
收藏资源简介:
--- dataset_info: features: - name: id dtype: string - name: title dtype: string - name: context dtype: string - name: question dtype: string - name: answers struct: - name: answer_start sequence: int64 - name: text sequence: string splits: - name: test num_bytes: 12218827 num_examples: 11858 - name: train num_bytes: 121632833 num_examples: 130318 - name: validation num_bytes: 12218827 num_examples: 11858 download_size: 19391596 dataset_size: 146070487 --- # Dataset Card for "ID-SQuAD" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息: 特征: - 字段名: id, 数据类型: 字符串 - 字段名: 标题(title), 数据类型: 字符串 - 字段名: 上下文(context), 数据类型: 字符串 - 字段名: 问题(question), 数据类型: 字符串 - 字段名: 答案(answers), 为结构体,包含: - 子字段名: 答案起始位置(answer_start), 序列类型, 数据类型: int64 - 子字段名: 文本(text), 序列类型, 数据类型: 字符串 数据集划分: - 划分名称: 测试集(test), 字节占用量: 12218827, 样本数量: 11858 - 划分名称: 训练集(train), 字节占用量: 121632833, 样本数量: 130318 - 划分名称: 验证集(validation), 字节占用量: 12218827, 样本数量: 11858 下载总大小: 19391596 字节 数据集总存储大小: 146070487 字节 # “ID-SQuAD”数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
ID-SQuAD
数据集特征
- id:字符串类型
- title:字符串类型
- context:字符串类型
- question:字符串类型
- answers:结构类型,包含以下子特征:
- answer_start:整数序列类型
- text:字符串序列类型
数据集分割
- test:
- 字节数:12218827
- 示例数:11858
- train:
- 字节数:121632833
- 示例数:130318
- validation:
- 字节数:12218827
- 示例数:11858
数据集大小
- 下载大小:19391596字节
- 数据集总大小:146070487字节



