Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: nl
|
3 |
+
tags:
|
4 |
+
- speech
|
5 |
+
---
|
6 |
+
|
7 |
+
# Wav2Vec2-Dutch-Large
|
8 |
+
|
9 |
+
A Dutch Wav2Vec2 model. This model is created by further pre-training the original English [`facebook/wav2vec2-large`](https://huggingface.co/facebook/wav2vec2-large) model Dutch speech from [Het Corpus Gesproken Nederlands](https://taalmaterialen.ivdnt.org/download/tstc-corpus-gesproken-nederlands/).
|
10 |
+
|
11 |
+
This model is one of two Dutch Wav2Vec2 models:
|
12 |
+
|
13 |
+
- [`GroNLP/wav2vec2-dutch-base`](https://huggingface.co/GroNLP/wav2vec2-dutch-base)
|
14 |
+
- [`GroNLP/wav2vec2-dutch-large`](https://huggingface.co/GroNLP/wav2vec2-dutch-large) (this model)
|