File size: 355 Bytes
35439b1
 
 
 
40eb4ce
 
 
 
56330ca
40eb4ce
56330ca
40eb4ce
1
2
3
4
5
6
7
8
9
10
11
12
13
Pretrained and finetuned wav2vec2.0 Base model on Flemish data.

Pre-training data: CGN (all components, VL) + VrijeWesten (2000h) + VRT (500h)
Finetuning data: CGN (all components, VL)

Usage: 
python
>> import fairseq

>> ckpt = '/path/to/modeldir/checkpoint_best.pt'

>> model, cfg, task = fairseq.checkpoint_utils.load_model_ensemble_and_task([ckpt])