Pv3-Labs / gibberle

A gibberish guessing game.
https://gibberle.vercel.app
2 stars 0 forks source link

Optimizing/fixing the `g2p.py` model #63

Closed nicholashinds closed 1 month ago

nicholashinds commented 1 month ago

Description

We currently have a semi-functioning G2P model. However, the model's accuracy is very low (~5%) and overfits the data. We need to optimize/bug fix the model to improve the accuracy of our phonetic translations.

Acceptance Criteria

Dev Notes

Subtasks