friendshipkim/adversarial_qa_droberta_answer_the_following_q
收藏资源简介:
--- dataset_info: features: - name: desc dtype: string - name: input dtype: string - name: desc_in dtype: string - name: output dtype: string - name: ds_name dtype: string splits: - name: train num_bytes: 19129432 num_examples: 10000 - name: validation num_bytes: 1909909 num_examples: 1000 - name: test num_bytes: 1909909 num_examples: 1000 download_size: 4873313 dataset_size: 22949250 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---
The dataset includes multiple features such as description, input, internal description, output, and dataset name, all of which are of string type. The dataset is divided into training, validation, and test splits, each with specified byte sizes and number of examples. Additionally, the download size and total size of the dataset are provided. The configuration information shows the paths of the data files and their corresponding splits.
数据集概述
数据集特征
- desc:数据类型为字符串
- input:数据类型为字符串
- desc_in:数据类型为字符串
- output:数据类型为字符串
- ds_name:数据类型为字符串
数据集分割
- 训练集:包含10000个样本,总大小为19129432字节
- 验证集:包含1000个样本,总大小为1909909字节
- 测试集:包含1000个样本,总大小为1909909字节
数据集大小
- 下载大小:4873313字节
- 数据集总大小:22949250字节
数据文件配置
- 默认配置:
- 训练集路径:
data/train-* - 验证集路径:
data/validation-* - 测试集路径:
data/test-*
- 训练集路径:



