Instructions to use ppparkker/wav2vec2-xls-r-300m-S2P-korean with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ppparkker/wav2vec2-xls-r-300m-S2P-korean with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ppparkker/wav2vec2-xls-r-300m-S2P-korean")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("ppparkker/wav2vec2-xls-r-300m-S2P-korean") model = AutoModelForCTC.from_pretrained("ppparkker/wav2vec2-xls-r-300m-S2P-korean", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 555 Bytes
c63347a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"[PAD]": 42,
"[UNK]": 41,
"|": 41,
"γ±": 1,
"γ²": 2,
"γ΄": 3,
"γ·": 4,
"γΈ": 5,
"γΉ": 6,
"γ
": 7,
"γ
": 8,
"γ
": 9,
"γ
": 10,
"γ
": 11,
"γ
": 12,
"γ
": 13,
"γ
": 14,
"γ
": 15,
"γ
": 16,
"γ
": 17,
"γ
": 18,
"γ
": 19,
"γ
": 20,
"γ
": 21,
"γ
": 22,
"γ
": 23,
"γ
": 24,
"γ
": 25,
"γ
": 26,
"γ
": 27,
"γ
": 28,
"γ
": 29,
"γ
": 30,
"γ
": 31,
"γ
": 32,
"γ
": 33,
"γ
": 34,
"γ
": 35,
"γ
": 36,
"γ
": 37,
"γ
‘": 38,
"γ
’": 39,
"γ
£": 40
}
|