Open
Description
📚 Documentation
in the README file on wav2vec (fairseq/examples/wav2vec/README.md)
as in the image, there seem to be no download links for wav2vec2 2.0 Large conformer pre-trained weights.
However, the raw markdown README.md contains a download link for the conformer weights
[download](s3://dl.fbaipublicfiles.com/fairseq/conformer/wav2vec2/librilight/LL_relpos_PT_no_FT)
The prefix s3://
isn't parsed well by markdown, and I suggest changing this prefix to https://
.
- No visible hyperlinks for conformer pre-trained weights would make a high probability for the readers to have the impression that conformer weights are not publicly released.
- For uniformity with other links (that start with https://)