vvincentt/lsf_dataset
收藏官方服务:
资源简介:
--- 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: train num_bytes: 1391968 num_examples: 1400 - name: validation num_bytes: 497849 num_examples: 500 download_size: 629433 dataset_size: 1889817 --- # Dataset Card for "lsf_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
vvincentt原始信息汇总
数据集概述
数据集名称
lsf_dataset
数据结构
- id: 字符串类型
- title: 字符串类型
- context: 字符串类型
- question: 字符串类型
- answers: 结构体类型,包含以下字段:
- answer_start: 整数序列类型
- text: 字符串序列类型
数据分割
- 训练集 (train):
- 数据量: 1391968 字节
- 示例数量: 1400
- 验证集 (validation):
- 数据量: 497849 字节
- 示例数量: 500
数据集大小
- 下载大小: 629433 字节
- 数据集总大小: 1889817 字节



