Dataset Viewer
Auto-converted to Parquet
The dataset viewer is not available for this split.
Rows from parquet row groups are too big to be read: 983.17 MiB (max=286.10 MiB)
Error code:   TooBigContentError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

real_fake_audio

Dataset Description

This is an audio dataset for deepfake detection tasks.

Dataset Summary

  • Task: deepfake
  • Audio Format: WAV/FLAC
  • Sample Rate: 16kHz/22.05kHz
  • License: [Specify your license]

Usage

from datasets import load_dataset

dataset = load_dataset("CosminMihai02/real_fake_audio")

# Access audio
audio_sample = dataset['train'][0]['audio']
print(f"Sample rate: {audio_sample['sampling_rate']}")
print(f"Audio shape: {audio_sample['array'].shape}")

Data Fields

  • audio: Audio file
  • filename: Original filename
  • duration: Duration in seconds
  • [Add other fields based on your dataset]

Citation

@dataset{CosminMihai02_real_fake_audio,
  title={real_fake_audio},
  author={Your Name},
  year={2024}
}
Downloads last month
261