Skip to content

Commit

Permalink
Add autoregressive model
Browse files Browse the repository at this point in the history
  • Loading branch information
fakerybakery authored Mar 19, 2024
1 parent 7856887 commit 41dda6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ phonemizer('test')
phonemizer('hello this is a test')
```

**[NEW] Use autoregressive model:**

NEW: An autoregressive model is now available. The autoregressive model is more accurate but slightly slower. To use the autoregressive model:

```python
OpenPhonemizer(str(cached_path('hf://openphonemizer/autoreg-ckpt/best_model.pt')))
```

## Evaluation

We introduce PhonemizerBench, a benchmark to evaluate the similarity of alternate Phonemizers to `espeak` (this benchmark measures against `espeak`, assuming it's score is 100).
Expand Down

0 comments on commit 41dda6b

Please sign in to comment.