Instructions to use UrukHan/wav2vec2-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UrukHan/wav2vec2-ru with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="UrukHan/wav2vec2-ru")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("UrukHan/wav2vec2-ru") model = AutoModelForCTC.from_pretrained("UrukHan/wav2vec2-ru", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Alikhan Urumov commited on
Commit ·
e0a2ad4
1
Parent(s): 13d318f
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262046321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e83bd34d5a8385c6a0d584378027226674ea12085559df86965504718b169489
|
| 3 |
size 1262046321
|
runs/Jun21_09-35-09_4b731f548ecf/events.out.tfevents.1655843490.4b731f548ecf.82.24
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:742afd68d4a0275ace383278327251ffb1c00f0dca9ea7bae23a5f6a45390bf0
|
| 3 |
+
size 7523
|