lim4349/korquad
收藏资源简介:
--- dataset_info: features: - name: title dtype: string - name: context dtype: string - name: question dtype: string - name: id dtype: string - name: answers struct: - name: text sequence: string - name: answer_start sequence: int64 splits: - name: train num_bytes: 75266074 num_examples: 54366 - name: validation num_bytes: 8358264 num_examples: 6041 download_size: 51472501 dataset_size: 83624338 --- # Dataset Card for "korquad" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
--- 数据集信息: 特征字段: - 字段名:title,数据类型:字符串 - 字段名:context,数据类型:字符串 - 字段名:question,数据类型:字符串 - 字段名:id,数据类型:字符串 - 字段名:answers,数据类型为结构体,包含两个子字段: - 子字段名:text,类型为字符串序列 - 子字段名:answer_start,类型为64位整型序列 数据划分: - 划分名称:训练集(train),字节占用量:75266074,样本总数:54366 - 划分名称:验证集(validation),字节占用量:8358264,样本总数:6041 下载总大小:51472501 字节 数据集总占用大小:83624338 字节 --- # 「korquad」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集特征
- title:字符串类型
- context:字符串类型
- question:字符串类型
- id:字符串类型
- answers:结构体类型,包含以下字段:
- text:字符串序列
- answer_start:整数序列
数据集分割
- train:
- 数据量:75266074字节
- 示例数:54366
- validation:
- 数据量:8358264字节
- 示例数:6041
数据集大小
- 下载大小:51472501字节
- 数据集总大小:83624338字节



