lpw commited on
Commit
433f7f3
1 Parent(s): a51c8ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -16,10 +16,12 @@ datasets:
16
  ---
17
  ## xm_transformer_unity_hk-en
18
 
19
- Speech-to-speech translation model from fairseq S2UT:
20
  - Hokkien-English
21
- - Trained on MuST-C, TAT and Hokkien dramas
 
22
  - Speech synthesis with [facebook/unit_hifigan_mhubert_vp_en_es_fr_it3_400k_layer11_km1000_lj_dur](https://huggingface.co/facebook/unit_hifigan_mhubert_vp_en_es_fr_it3_400k_layer11_km1000_lj_dur)
 
23
 
24
  ## Usage
25
  ```python
 
16
  ---
17
  ## xm_transformer_unity_hk-en
18
 
19
+ Speech-to-speech translation model with two-pass decoder (UnitY) from fairseq:
20
  - Hokkien-English
21
+ - Trained with supervised data in TED, drama, [TAT](https://sites.google.com/speech.ntut.edu.tw/fsw/home/tat-corpus) domain, and weakly supervised data in drama domain. See [here](https://research.facebook.com/publications/hokkien-direct-speech-to-speech-translation)
22
+ for training details.
23
  - Speech synthesis with [facebook/unit_hifigan_mhubert_vp_en_es_fr_it3_400k_layer11_km1000_lj_dur](https://huggingface.co/facebook/unit_hifigan_mhubert_vp_en_es_fr_it3_400k_layer11_km1000_lj_dur)
24
+ - [Examples](https://github.com/facebookresearch/fairseq/tree/ust/examples/hokkien)
25
 
26
  ## Usage
27
  ```python