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 4
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:df0aa373e7d17a322f2dcb5de19ba4d746ff90727b901d5c4648496894ff42db
|
| 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:89f1ed7e250d5e492a8862325c1df942c17666d784bc241da417e4d564f2463a
|
| 3 |
+
size 11857
|