Changhan commited on
Commit
b5a219c
1 Parent(s): fe205a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ datasets:
15
  [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)):
16
  - English-Turkish
17
  - Trained on MuST-C, CoVoST 2, Multilingual LibriSpeech, Common Voice v7 and CCMatrix
18
- - Speech synthesis with [facebook/tts_transformer-tr-cv7_css10](https://huggingface.co/facebook/tts_transformer-tr-cv7_css10)
19
 
20
  ## Usage
21
  ```python
@@ -42,7 +42,7 @@ text = S2THubInterface.get_prediction(task, model, generator, sample)
42
 
43
  # speech synthesis
44
  tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub(
45
- f"facebook/tts_transformer-tr-cv7_css10",
46
  arg_overrides={"vocoder": "griffin_lim", "fp16": False},
47
  )
48
  tts_model = tts_models[0]
 
15
  [W2V2-Transformer](https://aclanthology.org/2021.acl-long.68/) speech-to-text translation model from fairseq S2T ([paper](https://arxiv.org/abs/2010.05171)/[code](https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text)):
16
  - English-Turkish
17
  - Trained on MuST-C, CoVoST 2, Multilingual LibriSpeech, Common Voice v7 and CCMatrix
18
+ - Speech synthesis with [facebook/tts_transformer-tr-cv7](https://huggingface.co/facebook/tts_transformer-tr-cv7)
19
 
20
  ## Usage
21
  ```python
 
42
 
43
  # speech synthesis
44
  tts_models, tts_cfg, tts_task = load_model_ensemble_and_task_from_hf_hub(
45
+ f"facebook/tts_transformer-tr-cv7",
46
  arg_overrides={"vocoder": "griffin_lim", "fp16": False},
47
  )
48
  tts_model = tts_models[0]