Instructions to use Ahmeng/audio_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ahmeng/audio_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Ahmeng/audio_classification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Ahmeng/audio_classification") model = AutoModelForAudioClassification.from_pretrained("Ahmeng/audio_classification") - Notebooks
- Google Colab
- Kaggle
model-test-v1
Browse files
runs/Oct06_18-48-57_DESKTOP-P0N225N/events.out.tfevents.1696592942.DESKTOP-P0N225N.27624.4
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7c662e045d9ff4bc0faf056ba5cb527945e5a5f09b15e967e297dc26d4f3bf1
|
| 3 |
+
size 7400
|