Instructions to use bisoye/wav2vec2-base_lr_4e-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bisoye/wav2vec2-base_lr_4e-4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="bisoye/wav2vec2-base_lr_4e-4")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("bisoye/wav2vec2-base_lr_4e-4") model = AutoModelForAudioClassification.from_pretrained("bisoye/wav2vec2-base_lr_4e-4", 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:0daa41e7fea9592a68c427b9fd520c72b4c4a07d00a1a48f4e6159877c910f96
|
| 3 |
size 378308536
|
runs/Aug28_18-19-53_ba360f94cec3/events.out.tfevents.1724869195.ba360f94cec3.23.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:5192d0dc8bedc693cb4482ff97c883586b9b07a3607d8daa1dc1c219b56d117f
|
| 3 |
+
size 16761
|