renikud

Hebrew grapheme-to-phoneme (G2P) model. Converts unvocalized Hebrew text to IPA phonemes.

  • 85.1% word accuracy on heb-g2p-benchmark
  • Single .onnx file, no extra dependencies
  • Punctuation-conditional: preserves punctuation when present

Usage

from renikud_onnx import G2P

g2p = G2P("model.onnx")
print(g2p.phonemize("Χ©ΧœΧ•Χ Χ’Χ•ΧœΧ"))
# β†’ Κƒalˈom Κ”olˈam

Training

See thewh1teagle/renikud for the full training code.

Downloads last month

-

Downloads are not tracked for this model. How to track
Safetensors
Model size
19M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Spaces using renikud/renikud 5