Instructions to use mlboydaisuke/Matcha-TTS-LiteRT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use mlboydaisuke/Matcha-TTS-LiteRT with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| { | |
| "char2idx": { | |
| "_": 0, | |
| "<en_us>": 1, | |
| "<end>": 2, | |
| "a": 3, | |
| "b": 4, | |
| "c": 5, | |
| "d": 6, | |
| "e": 7, | |
| "f": 8, | |
| "g": 9, | |
| "h": 10, | |
| "i": 11, | |
| "j": 12, | |
| "k": 13, | |
| "l": 14, | |
| "m": 15, | |
| "n": 16, | |
| "o": 17, | |
| "p": 18, | |
| "q": 19, | |
| "r": 20, | |
| "s": 21, | |
| "t": 22, | |
| "u": 23, | |
| "v": 24, | |
| "w": 25, | |
| "x": 26, | |
| "y": 27, | |
| "z": 28, | |
| "A": 29, | |
| "B": 30, | |
| "C": 31, | |
| "D": 32, | |
| "E": 33, | |
| "F": 34, | |
| "G": 35, | |
| "H": 36, | |
| "I": 37, | |
| "J": 38, | |
| "K": 39, | |
| "L": 40, | |
| "M": 41, | |
| "N": 42, | |
| "O": 43, | |
| "P": 44, | |
| "Q": 45, | |
| "R": 46, | |
| "S": 47, | |
| "T": 48, | |
| "U": 49, | |
| "V": 50, | |
| "W": 51, | |
| "X": 52, | |
| "Y": 53, | |
| "Z": 54 | |
| }, | |
| "idx2ph": { | |
| "0": "_", | |
| "1": "<en_us>", | |
| "2": "<end>", | |
| "3": "a", | |
| "4": "b", | |
| "5": "d", | |
| "6": "e", | |
| "7": "f", | |
| "8": "g", | |
| "9": "h", | |
| "10": "i", | |
| "11": "j", | |
| "12": "k", | |
| "13": "l", | |
| "14": "m", | |
| "15": "n", | |
| "16": "o", | |
| "17": "p", | |
| "18": "r", | |
| "19": "s", | |
| "20": "t", | |
| "21": "u", | |
| "22": "v", | |
| "23": "w", | |
| "24": "x", | |
| "25": "y", | |
| "26": "z", | |
| "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": "ᵻ" | |
| }, | |
| "char_repeats": 3, | |
| "start": 1, | |
| "end": 2, | |
| "MAXT": 96, | |
| "special": [ | |
| "<en_us>", | |
| "<end>", | |
| "<start>", | |
| "_" | |
| ], | |
| "n_phonemes": 64 | |
| } |