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:f283b955b8622ea22bab1c966f2f2bc5fb36521c851fda06984edca5d1bedc44
|
| 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:453fc3ddff1df4a74924a945e78e467b258e7006cda85965fbaabc18a705bebe
|
| 3 |
+
size 10901
|