Update README.md
Browse files
README.md
CHANGED
|
@@ -48,12 +48,23 @@ torchaudio.save("output.wav", waveform.unsqueeze(0), 16000)
|
|
| 48 |
- **Model**: `alakxender/mms-tts-div-ft-spk01-m01`
|
| 49 |
- **Evaluated Samples**: 3
|
| 50 |
- **Avg Estimated MOS (UTMOS)**: `3.151`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
- **Artifacts**:
|
| 52 |
- π΅ Audio: `outputs/audio/`
|
| 53 |
- π Spectrograms: `outputs/spectrograms/`
|
| 54 |
- π Report: `outputs/report.txt`
|
| 55 |
- π MOS Scores: `outputs/mos_scores.txt`
|
| 56 |
|
|
|
|
|
|
|
| 57 |
## π Acknowledgements
|
| 58 |
|
| 59 |
- [Meta MMS-TTS](https://github.com/facebookresearch/fairseq/tree/main/examples/mms)
|
|
|
|
| 48 |
- **Model**: `alakxender/mms-tts-div-ft-spk01-m01`
|
| 49 |
- **Evaluated Samples**: 3
|
| 50 |
- **Avg Estimated MOS (UTMOS)**: `3.151`
|
| 51 |
+
```json
|
| 52 |
+
{
|
| 53 |
+
"5": "Excellent (very natural)",
|
| 54 |
+
"4": "Good (mostly natural)",
|
| 55 |
+
"3": "Fair (some robotic quality)",
|
| 56 |
+
"2": "Poor (noticeably unnatural)",
|
| 57 |
+
"1": "Bad (unintelligible or very synthetic)"
|
| 58 |
+
}
|
| 59 |
+
```
|
| 60 |
- **Artifacts**:
|
| 61 |
- π΅ Audio: `outputs/audio/`
|
| 62 |
- π Spectrograms: `outputs/spectrograms/`
|
| 63 |
- π Report: `outputs/report.txt`
|
| 64 |
- π MOS Scores: `outputs/mos_scores.txt`
|
| 65 |
|
| 66 |
+
|
| 67 |
+
|
| 68 |
## π Acknowledgements
|
| 69 |
|
| 70 |
- [Meta MMS-TTS](https://github.com/facebookresearch/fairseq/tree/main/examples/mms)
|