awilliamson/mathstack-qa
收藏资源简介:
--- dataset_info: features: - name: qid dtype: int64 - name: question dtype: large_string - name: author dtype: large_string - name: author_id dtype: int64 - name: answer dtype: large_string splits: - name: train num_bytes: 1791809308 num_examples: 951820 download_size: 789470140 dataset_size: 1791809308 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset contains information about questions and their answers, including question ID, question content, author, author ID, and answer. The dataset is divided into a training set with 951820 samples, totaling 1791809308 bytes. The download size of the dataset is 789470140 bytes. The dataset configuration is set to default, with training data files located at data/train-* path.
数据集概述
数据特征
- qid: 数据类型为
int64 - question: 数据类型为
large_string - author: 数据类型为
large_string - author_id: 数据类型为
int64 - answer: 数据类型为
large_string
数据分割
- train:
- 字节数: 1791809308
- 样本数: 951820
数据集大小
- 下载大小: 789470140
- 数据集大小: 1791809308
配置
- default:
- 数据文件:
- 分割: train
- 路径: data/train-*
- 数据文件:



