Instructions to use MelodyMachine/Deepfake-audio-detection-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MelodyMachine/Deepfake-audio-detection-V2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="MelodyMachine/Deepfake-audio-detection-V2")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("MelodyMachine/Deepfake-audio-detection-V2") model = AutoModelForAudioClassification.from_pretrained("MelodyMachine/Deepfake-audio-detection-V2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1eaac31 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bd510614d7665c56a341d9e306c4baa816023771f32f7b900c2a947e42fc02f3
size 5176
|