bvallegc's picture
Upload README.md with huggingface_hub
0aaff3a
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: speaker_id
      dtype: string
    - name: system_id
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': bonafide
            '1': spoof
    - name: input_values
      sequence: float32
    - name: attention_mask
      sequence: int32
  splits:
    - name: train
      num_bytes: 10001392270
      num_examples: 22842
    - name: test
      num_bytes: 1128734898
      num_examples: 2538
  download_size: 4762954824
  dataset_size: 11130127168

Dataset Card for "spoofing_detection_data_proccessed"

More Information needed