chathuranga-jayanath/selfapr-manipulation-bug-error-context-variables-10000
收藏资源简介:
--- dataset_info: features: - name: fix dtype: string - name: ctx dtype: string splits: - name: train num_bytes: 5153924 num_examples: 8000 - name: validation num_bytes: 631517 num_examples: 1000 - name: test num_bytes: 625165 num_examples: 1000 download_size: 2885154 dataset_size: 6410606 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 main features: fix and ctx, both of which are string types. The dataset is divided into three parts: a training set (8000 samples, 5153924 bytes), a validation set (1000 samples, 631517 bytes), and a test set (1000 samples, 625165 bytes). The total download size of the dataset is 2885154 bytes, and the total dataset size is 6410606 bytes. The dataset configuration is named default, with data file paths for the training, validation, and test sets respectively.
数据集信息
特征
- 名称: fix
- 数据类型: string
- 名称: ctx
- 数据类型: string
数据分割
- 训练集
- 字节数: 5153924
- 样本数: 8000
- 验证集
- 字节数: 631517
- 样本数: 1000
- 测试集
- 字节数: 625165
- 样本数: 1000
数据大小
- 下载大小: 2885154
- 数据集大小: 6410606
配置
- 配置名称: default
- 数据文件
- 训练集路径: data/train-*
- 验证集路径: data/validation-*
- 测试集路径: data/test-*
- 数据文件



