gayanin/pubmed-abstracts-combined-all
收藏资源简介:
--- dataset_info: config_name: v1 features: - name: refs dtype: string - name: trans dtype: string - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 19318717 num_examples: 74724 - name: test num_bytes: 2467586 num_examples: 9340 - name: validation num_bytes: 2540407 num_examples: 9341 download_size: 13716301 dataset_size: 24326710 configs: - config_name: v1 data_files: - split: train path: v1/train-* - split: test path: v1/test-* - split: validation path: v1/validation-* ---
The dataset includes three configurations, each containing a training set, a test set, and a validation set. Each sample contains three features: refs (string type), trans (string type), and __index_level_0__ (int64 type). The training set contains 74724 samples, the test set contains 9340 samples, and the validation set contains 9341 samples. The total download size of the dataset is 13716301 bytes, and the total size is 24326710 bytes.
数据集信息
配置名称
- v1
特征
- refs: 数据类型为字符串
- trans: 数据类型为字符串
- index_level_0: 数据类型为int64
数据分割
- train: 字节数为19318717,样本数为74724
- test: 字节数为2467586,样本数为9340
- validation: 字节数为2540407,样本数为9341
数据大小
- 下载大小: 13716301字节
- 数据集大小: 24326710字节
配置文件
- v1
- train: 路径为v1/train-*
- test: 路径为v1/test-*
- validation: 路径为v1/validation-*



