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 400
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:8c1a712352103595e2cdffcccb66d8699bd216d90ad437d431eca7175a1c6081
|
| 3 |
size 1261934580
|
runs/Jan29_15-39-14_91637785477b/events.out.tfevents.1706542837.91637785477b.358.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6bc9f9db03575ab29c96fa72c1a0073c8c748eb4161529daac4a9ea91e27f1c
|
| 3 |
+
size 6194
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7001c7b128c93f351c434c4029377905ddc0971ed3171c68b9cf10e2e73cd37
|
| 3 |
size 4600
|