Instructions to use mo-thecreator/Deepfake-audio-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mo-thecreator/Deepfake-audio-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="mo-thecreator/Deepfake-audio-detection")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("mo-thecreator/Deepfake-audio-detection") model = AutoModelForAudioClassification.from_pretrained("mo-thecreator/Deepfake-audio-detection") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by Abdalla312 - opened
README.md
CHANGED
|
@@ -65,3 +65,8 @@ The following hyperparameters were used during training:
|
|
| 65 |
- Pytorch 2.1.2
|
| 66 |
- Datasets 2.18.0
|
| 67 |
- Tokenizers 0.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
- Pytorch 2.1.2
|
| 66 |
- Datasets 2.18.0
|
| 67 |
- Tokenizers 0.15.2
|
| 68 |
+
|
| 69 |
+
### Contributors
|
| 70 |
+
|
| 71 |
+
- Abdalla312
|
| 72 |
+
- motheecreator
|