Automatic Speech Recognition
Transformers
Safetensors
Japanese
dual_ctc
feature-extraction
ctc
wavlm
japanese
hiragana
phoneme
custom_code
Instructions to use TylorShine/wavlm-base-plus-hiragana-ctc-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TylorShine/wavlm-base-plus-hiragana-ctc-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TylorShine/wavlm-base-plus-hiragana-ctc-v2", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TylorShine/wavlm-base-plus-hiragana-ctc-v2", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "version": "1.0", | |
| "truncation": null, | |
| "padding": null, | |
| "added_tokens": [ | |
| { | |
| "id": 0, | |
| "content": "<blank>", | |
| "single_word": false, | |
| "lstrip": false, | |
| "rstrip": false, | |
| "normalized": false, | |
| "special": true | |
| } | |
| ], | |
| "normalizer": null, | |
| "pre_tokenizer": { | |
| "type": "WhitespaceSplit" | |
| }, | |
| "post_processor": { | |
| "type": "TemplateProcessing", | |
| "single": [ | |
| { | |
| "Sequence": { | |
| "id": "A", | |
| "type_id": 0 | |
| } | |
| } | |
| ], | |
| "pair": [ | |
| { | |
| "Sequence": { | |
| "id": "A", | |
| "type_id": 0 | |
| } | |
| }, | |
| { | |
| "Sequence": { | |
| "id": "B", | |
| "type_id": 1 | |
| } | |
| } | |
| ], | |
| "special_tokens": {} | |
| }, | |
| "decoder": null, | |
| "model": { | |
| "type": "WordLevel", | |
| "vocab": { | |
| "<blank>": 0, | |
| "ใ": 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, | |
| "ใ": 47, | |
| "ใ": 48, | |
| "ใ": 49, | |
| "ใ": 50, | |
| "ใ": 51, | |
| "ใ": 52, | |
| "ใ": 53, | |
| "ใ": 54, | |
| "ใ": 55, | |
| "ใ": 56, | |
| "ใ ": 57, | |
| "ใข": 58, | |
| "ใฅ": 59, | |
| "ใง": 60, | |
| "ใฉ": 61, | |
| "ใฐ": 62, | |
| "ใณ": 63, | |
| "ใถ": 64, | |
| "ใน": 65, | |
| "ใผ": 66, | |
| "ใฑ": 67, | |
| "ใด": 68, | |
| "ใท": 69, | |
| "ใบ": 70, | |
| "ใฝ": 71, | |
| "ใ": 72, | |
| "ใ": 73, | |
| "ใ ": 74, | |
| "ใ": 75, | |
| "ใ": 76, | |
| "ใฃ": 77, | |
| "ใ": 78, | |
| "ใ ": 79, | |
| "ใ": 80, | |
| "ใ": 81, | |
| "ใผ": 82, | |
| "ใ": 83 | |
| }, | |
| "unk_token": "<blank>" | |
| } | |
| } |