Instructions to use asr-africa/w2v-bert-2.0-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asr-africa/w2v-bert-2.0-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="asr-africa/w2v-bert-2.0-test")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("asr-africa/w2v-bert-2.0-test") model = AutoModelForCTC.from_pretrained("asr-africa/w2v-bert-2.0-test") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2422945760
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cc2a2531672f7d00203c0f1674a5480f2cd80d2ad20d9f6e60e5acc89443220
|
| 3 |
size 2422945760
|