Update README.md
Browse files
README.md
CHANGED
@@ -13,11 +13,9 @@ datasets:
|
|
13 |
- covost2
|
14 |
- europarl_st
|
15 |
- voxpopuli
|
16 |
-
|
17 |
-
- example_title: Common Voice sample 1
|
18 |
-
src: https://huggingface.co/facebook/xm_transformer_600m-es_en-multi_domain/resolve/main/common_voice_es_19966634.flac
|
19 |
---
|
20 |
-
##
|
21 |
|
22 |
Speech-to-speech translation model from fairseq S2UT ([paper](https://arxiv.org/abs/2204.02967)/[code](https://github.com/facebookresearch/fairseq/blob/main/examples/speech_to_speech/docs/enhanced_direct_s2st_discrete_units.md)):
|
23 |
- Spanish-English
|
@@ -43,7 +41,7 @@ import torchaudio
|
|
43 |
cache_dir = os.getenv("HUGGINGFACE_HUB_CACHE")
|
44 |
|
45 |
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
|
46 |
-
"facebook/
|
47 |
arg_overrides={"config_yaml": "config.yaml", "task": "speech_to_text"},
|
48 |
cache_dir=cache_dir,
|
49 |
)
|
|
|
13 |
- covost2
|
14 |
- europarl_st
|
15 |
- voxpopuli
|
16 |
+
|
|
|
|
|
17 |
---
|
18 |
+
## xm_transformer_unity_hk-en
|
19 |
|
20 |
Speech-to-speech translation model from fairseq S2UT ([paper](https://arxiv.org/abs/2204.02967)/[code](https://github.com/facebookresearch/fairseq/blob/main/examples/speech_to_speech/docs/enhanced_direct_s2st_discrete_units.md)):
|
21 |
- Spanish-English
|
|
|
41 |
cache_dir = os.getenv("HUGGINGFACE_HUB_CACHE")
|
42 |
|
43 |
models, cfg, task = load_model_ensemble_and_task_from_hf_hub(
|
44 |
+
"facebook/xm_transformer_unity_hk-en",
|
45 |
arg_overrides={"config_yaml": "config.yaml", "task": "speech_to_text"},
|
46 |
cache_dir=cache_dir,
|
47 |
)
|