File size: 354 Bytes
35439b1
 
 
1424303
35439b1
40eb4ce
 
 
56330ca
cecf06b
1424303
cecf06b
1424303
cecf06b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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])