chathuranga-jayanath/selfapr-manipulation-bug-context-method-10000
收藏资源简介:
--- dataset_info: features: - name: fix dtype: string - name: ctx dtype: string splits: - name: train num_bytes: 4798650 num_examples: 8000 - name: validation num_bytes: 585787 num_examples: 1000 - name: test num_bytes: 585244 num_examples: 1000 download_size: 2746436 dataset_size: 5969681 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---
The dataset includes two features: fix and ctx, both of which are string type. The dataset is divided into train, validation, and test sets, containing 8000, 1000, and 1000 samples respectively. The total download size of the dataset is 2746436 bytes, and the total size is 5969681 bytes. The dataset configuration is set to default, with data file paths corresponding to train, validation, and test sets.
数据集信息
特征
- 名称: fix
- 数据类型: string
- 名称: ctx
- 数据类型: string
数据分割
- 训练集
- 字节数: 4798650
- 样本数: 8000
- 验证集
- 字节数: 585787
- 样本数: 1000
- 测试集
- 字节数: 585244
- 样本数: 1000
数据大小
- 下载大小: 2746436
- 数据集大小: 5969681
配置
- 配置名称: default
- 数据文件路径:
- 训练集: data/train-*
- 验证集: data/validation-*
- 测试集: data/test-*
- 数据文件路径:



