lpw commited on
Commit
b7aba4f
1 Parent(s): 37d9ee8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -14,10 +14,12 @@ datasets:
14
  ---
15
  ## xm_transformer_s2ut_en-hk
16
 
17
- Speech-to-speech translation model from fairseq:
18
  - English-Hokkien
19
- - Trained on MuST-C
 
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_s2ut_en-hk
16
 
17
+ Speech-to-speech translation model with single-pass decoder (S2UT) 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