--- dataset_info: features: - name: filename dtype: string - name: label dtype: string - name: url dtype: string - name: batch_id dtype: string - name: state dtype: string splits: - name: train num_bytes: 16526160 num_examples: 32364 download_size: 4608042 dataset_size: 16526160 configs: - config_name: default data_files: - split: train path: data/train-* --- --- # Dataset Statistics ## Configuration: `default` ### Split: `train` **Total Rows**: 32,364 #### `batch_id` - **Type**: categorical - **Data Type**: `object` - **Unique Values**: 13 **Value Distribution:** | Value | Count | Percentage | |-------|-------|------------| | `batch31` | 7,719 | 23.85% | | `batch35` | 3,856 | 11.91% | | `batch37a` | 3,812 | 11.78% | | `batch37b` | 3,618 | 11.18% | | `batch36` | 3,212 | 9.92% | | `batch26` | 2,528 | 7.81% | | `batch34` | 2,138 | 6.61% | | `batch33` | 1,844 | 5.70% | | `batch29` | 1,478 | 4.57% | | `batch27` | 949 | 2.93% | | `batch28` | 585 | 1.81% | | `batch30` | 547 | 1.69% | | `batch32` | 78 | 0.24% | #### `state` - **Type**: categorical - **Data Type**: `object` - **Unique Values**: 2 **Value Distribution:** | Value | Count | Percentage | |-------|-------|------------| | `finalised` | 32,217 | 99.55% | | `accepted` | 147 | 0.45% | ---