--- dataset_info: config_name: vpn_detection features: - name: anonymized_text dtype: string - name: label dtype: class_label: names: '0': nonvpn '1': vpn splits: - name: train num_bytes: 5986276 num_examples: 4155 - name: validation num_bytes: 2003740 num_examples: 1385 - name: test num_bytes: 2037970 num_examples: 1385 download_size: 2383255 dataset_size: 10027986 configs: - config_name: vpn_detection data_files: - split: train path: vpn_detection/train-* - split: validation path: vpn_detection/validation-* - split: test path: vpn_detection/test-* ---