Instructions to use wcfr/wav2vec2-conformer-rel-pos-base-cantonese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wcfr/wav2vec2-conformer-rel-pos-base-cantonese with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForPreTraining processor = AutoProcessor.from_pretrained("wcfr/wav2vec2-conformer-rel-pos-base-cantonese") model = AutoModelForPreTraining.from_pretrained("wcfr/wav2vec2-conformer-rel-pos-base-cantonese") - Notebooks
- Google Colab
- Kaggle
Cantonese Wav2Vec2-Conformer-Base with Relative Position Embeddings
wav2vec 2.0 Conformer with relative position embeddings, pretrained on 2.8K hours of Cantonese spontaneous speech data sampled at 16kHz.
Note: This model has not been fine-tuned on labeled text data.
Alternative Version
An alternative version of the model which was pre-trained on the same dataset but
with setting layer_norm_first to false is available here
as a fairseq checkpoint and may give better downstream results.
Citation
Please cite the following paper if you use the model.
@inproceedings{huang23h_interspeech,
author={Ranzo Huang and Brian Mak},
title={{wav2vec 2.0 ASR for Cantonese-Speaking Older Adults in a Clinical Setting}},
year=2023,
booktitle={Proc. INTERSPEECH 2023},
pages={4958--4962},
doi={10.21437/Interspeech.2023-2470}
}
- Downloads last month
- 6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support