Instructions to use bisoye/wav2vec2-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bisoye/wav2vec2-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="bisoye/wav2vec2-base")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("bisoye/wav2vec2-base") model = AutoModelForAudioClassification.from_pretrained("bisoye/wav2vec2-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378308536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7244fb0f25d6a4e0af8097d3562072c835a630ccc3b2447dfc4d0d72125c9265
|
| 3 |
size 378308536
|
runs/Aug28_15-25-20_ce9eb97b9f63/events.out.tfevents.1724858721.ce9eb97b9f63.36.1
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:d977a1df4072b9c82fcc14b05d6eac88692cd9aebce6c7376f16ee7b41f50faa
|
| 3 |
+
size 16736
|