pbaoo2705/cpgqa_processed_eval
收藏资源简介:
--- dataset_info: features: - name: title dtype: string - name: id dtype: int64 - name: question dtype: string - name: answer_text dtype: string - name: answer_start dtype: int64 - name: context dtype: string - name: input_ids sequence: int32 - name: attention_mask sequence: int8 - name: answer dtype: string - name: start_positions dtype: int64 - name: end_positions dtype: int64 splits: - name: validation num_bytes: 1212109 num_examples: 104 download_size: 35223 dataset_size: 1212109 configs: - config_name: default data_files: - split: validation path: data/validation-* --- # Dataset Card for "cpgqa_processed_eval" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集信息
特征
- title: 字符串类型
- id: 64位整数类型
- question: 字符串类型
- answer_text: 字符串类型
- answer_start: 64位整数类型
- context: 字符串类型
- input_ids: 32位整数序列
- attention_mask: 8位整数序列
- answer: 字符串类型
- start_positions: 64位整数类型
- end_positions: 64位整数类型
分割
- validation: 包含104个样本,总字节数为1212109
大小
- 下载大小: 35223字节
- 数据集大小: 1212109字节
配置
- config_name: default
- data_files:
- split: validation
- path: data/validation-*



