alexandreacff/kaggle-fake-detection
收藏Hugging Face2024-05-09 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/alexandreacff/kaggle-fake-detection
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: file
dtype: string
- name: audio
struct:
- name: audio
sequence: float32
- name: path
dtype: string
- name: sampling_rate
dtype: int64
- name: label
dtype: int64
splits:
- name: train
num_bytes: 1199489185.3637555
num_examples: 4277
- name: test
num_bytes: 300082634.6362446
num_examples: 1070
download_size: 1379167741
dataset_size: 1499571820.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
The dataset includes three main features: file name, audio data, and label. Audio data is further detailed with audio sequence, file path, and sampling rate. The dataset is split into training and test sets, containing 4277 and 1070 samples respectively. The total download size is 1379167741 bytes, and the total dataset size is 1499571820.0 bytes. The dataset configuration is default, with training and test data stored in data/train-* and data/test-* paths respectively.
提供机构:
alexandreacff
原始信息汇总
数据集概述
数据集特征
- file: 类型为字符串。
- audio: 结构化数据,包含以下子特征:
- audio: 序列类型为float32。
- path: 类型为字符串。
- sampling_rate: 类型为int64。
- label: 类型为int64。
数据集划分
- 训练集 (train):
- 样本数量: 4277
- 数据大小: 1199489185.3637555字节
- 测试集 (test):
- 样本数量: 1070
- 数据大小: 300082634.6362446字节
数据集大小
- 下载大小: 1379167741字节
- 数据集总大小: 1499571820.0字节
数据文件配置
- 默认配置 (default):
- 训练集路径:
data/train-* - 测试集路径:
data/test-*
- 训练集路径:



