Instructions to use jmaczan/wav2vec2-large-xls-r-300m-dysarthria with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jmaczan/wav2vec2-large-xls-r-300m-dysarthria with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="jmaczan/wav2vec2-large-xls-r-300m-dysarthria")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("jmaczan/wav2vec2-large-xls-r-300m-dysarthria") model = AutoModelForCTC.from_pretrained("jmaczan/wav2vec2-large-xls-r-300m-dysarthria", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1200
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1261934580
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fc5255844684748ec278b1ffe856608732a54f498fc7a5917fbcde117c64042
|
| 3 |
size 1261934580
|
runs/Jan28_21-26-36_26f2bbe30351/events.out.tfevents.1706478765.26f2bbe30351.7896.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:ea96682bf981a753e0617ef6ca64df64c521d4cbef28698f496626ffff368e06
|
| 3 |
+
size 7144
|