Audio Classification
Transformers
Safetensors
English
audio-spectrogram-transformer
audio
fake-audio-detection
ast
Eval Results (legacy)
Instructions to use WpythonW/ast-fakeaudio-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WpythonW/ast-fakeaudio-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="WpythonW/ast-fakeaudio-detector")# Load model directly from transformers import AutoFeatureExtractor, AutoModelForAudioClassification extractor = AutoFeatureExtractor.from_pretrained("WpythonW/ast-fakeaudio-detector") model = AutoModelForAudioClassification.from_pretrained("WpythonW/ast-fakeaudio-detector") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!