Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,12 @@ datasets:
|
|
14 |
---
|
15 |
## xm_transformer_unity_en-hk
|
16 |
|
17 |
-
Speech-to-speech translation model from fairseq:
|
18 |
- English-Hokkien
|
19 |
-
- Trained
|
|
|
20 |
- Speech synthesis with [facebook/unit_hifigan_HK_layer12.km2500_frame_TAT-TTS](https://huggingface.co/facebook/unit_hifigan_HK_layer12.km2500_frame_TAT-TTS)
|
|
|
21 |
|
22 |
## Usage
|
23 |
```python
|
|
|
14 |
---
|
15 |
## xm_transformer_unity_en-hk
|
16 |
|
17 |
+
Speech-to-speech translation model with two-pass decoder (UnitY) from fairseq:
|
18 |
- English-Hokkien
|
19 |
+
- Trained with supervised data in TED domain, and weakly supervised data in TED and Audiobook domain. See [here]( https://research.facebook.com/publications/hokkien-direct-speech-to-speech-translation)
|
20 |
+
for training details.
|
21 |
- Speech synthesis with [facebook/unit_hifigan_HK_layer12.km2500_frame_TAT-TTS](https://huggingface.co/facebook/unit_hifigan_HK_layer12.km2500_frame_TAT-TTS)
|
22 |
+
- [Examples](https://github.com/facebookresearch/fairseq/tree/ust/examples/hokkien)
|
23 |
|
24 |
## Usage
|
25 |
```python
|