HuggingFace镜像/hubert-base-960h-itw-deepfake
模型介绍文件和版本分析
下载使用量0

hubert-base-960h-itw-deepfake

该模型是 facebook/hubert-base-ls960 在一个未知数据集上的微调版本。 它在评估集上取得了以下结果:

  • 损失:0.0756
  • 准确率:0.9873
  • 误识率(FAR):0.0083
  • 拒识率(FRR):0.0203
  • 等错误率(EER):0.0143

模型说明

快速使用

  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")

  config = AutoConfig.from_pretrained("abhishtagatya/hubert-base-960h-itw-deepfake")
  feature_extractor = Wav2Vec2FeatureExtractor.from_pretrained("abhishtagatya/hubert-base-960h-itw-deepfake")

  model = HubertForSequenceClassification.from_pretrained("abhishtagatya/hubert-base-960h-itw-deepfake", config=config).to(device)

  # Your Logic Here

预期用途与局限性

需要更多信息

训练与评估数据

需要更多信息

训练过程

训练超参数

训练过程中使用了以下超参数:

  • learning_rate: 1e-06
  • train_batch_size: 2
  • eval_batch_size: 2
  • seed: 42
  • gradient_accumulation_steps: 2
  • total_train_batch_size: 4
  • optimizer: Adam,betas=(0.9,0.999),epsilon=1e-08
  • lr_scheduler_type: linear
  • num_epochs: 2.0

训练结果

训练损失轮次步数验证损失准确率错误接受率错误拒绝率等错误率
0.40810.3925000.11520.97220.02850.02670.0276
0.11680.7950000.08220.98440.01200.02160.0168
0.09791.1875000.08960.98460.01300.01950.0162
0.09831.57100000.10070.98330.01550.01860.0171
0.09011.97125000.07560.98730.00830.02030.0143

框架版本

  • Transformers 4.38.0.dev0
  • Pytorch 2.1.2+cu121
  • Datasets 2.16.2.dev0
  • Tokenizers 0.15.1