Audio Classification
Transformers
TensorBoard
Safetensors
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use Keeth/test_audio_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Keeth/test_audio_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Keeth/test_audio_classification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Keeth/test_audio_classification") model = AutoModelForAudioClassification.from_pretrained("Keeth/test_audio_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
Browse files
runs/Mar17_06-39-32_21fba2eb6aae/events.out.tfevents.1710657573.21fba2eb6aae.2824.0
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:f1b02bbab9846a2b0d1f8f66b2f1a050b78391327e4945cfec3720d1b3d5ccfe
|
| 3 |
+
size 10171
|