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 8
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:05cec1e1c7e5f38604f0cab6cfca7eeabb5140b235606477c8eb36184cd79ac3
|
| 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:f29dda0cd9a0916062acf9ccca40d7ba5edd39c98d7871a3f89de14243b3e51f
|
| 3 |
+
size 14936
|