Wav2Vec2 pipeline?
Opened this issue · 1 comments
jvel07 commented
Congrats on the challenge paper!
The paper reports results with w2v2, but couldn't find a fine-tuning pipeline that is reproducible as per the paper.
It would be good to have this in order to be able to reproduce the paper (officially).
mauricege commented
Hi!
You can find the code for fine-tuning wav2vec on the HC-C branch src/ml/wav2vec.py. For HP-C, we only performed feature extraction with wav2vec.
You can reference dvc.yaml for all the steps that are run in the baseline:
Lines 111 to 125 in 89769c5
Alternatively, dvc dag
will print a graph of the pipeline.
Hope that helps!