Skip to content

Commit

Permalink
inference speed at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-sereda committed Jan 4, 2024
1 parent 8589a7a commit 3520173
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
- [Code](https://github.com/PolyAI-LDN/pheme)
- [Paper](...)

### Inference speed(RTFs, lower is better) on a single A100 GPU, for short and long sentances

| Model | *short* | *long* |
| ------------------ | --------- | --------- |
| MQTTS (100M) | 1.930 | 1.842 |
| PHEME-SMALL (100M) | **0.133** | **0.133** |
| PHEME-LARGE (300M) | 0.143 | 0.143 |

### Artificial Voice TTS Examples


Expand Down Expand Up @@ -31,11 +39,4 @@



### Inference speed(RTFs, lower is better) on a single A100 GPU, for short and long sentances

| Model | *short* | *long* |
| ------------------ | --------- | --------- |
| MQTTS (100M) | 1.930 | 1.842 |
| PHEME-SMALL (100M) | **0.133** | **0.133** |
| PHEME-LARGE (300M) | 0.143 | 0.143 |

0 comments on commit 3520173

Please sign in to comment.