Instructions to use GroNLP/wav2vec2-dutch-large-ft-cgn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GroNLP/wav2vec2-dutch-large-ft-cgn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="GroNLP/wav2vec2-dutch-large-ft-cgn")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("GroNLP/wav2vec2-dutch-large-ft-cgn") model = AutoModelForCTC.from_pretrained("GroNLP/wav2vec2-dutch-large-ft-cgn") - Notebooks
- Google Colab
- Kaggle
Commit ·
e8c097c
1
Parent(s): 94e800e
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (746223f688529f3fd12e9a7a1bb0b5d2ddb2e133)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -26,3 +26,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 26 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 28 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da6c7c1247cdf521f810c1038a09c12b57144c992e0d0515e5b21ffceed9a73a
|
| 3 |
+
size 1261917820
|