tjysdsg commited on
Commit
0f1c861
·
1 Parent(s): ed95978

Update README

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -10,4 +10,13 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # HF Space App for End-to-End Speech-to-Speech Translation
14
+
15
+ - Paper: Direct Speech-to-Speech Translation With Discrete Units
16
+ - Dataset: CVSS-C
17
+ - Toolkit: [ESPnet](https://github.com/espnet/espnet)
18
+ - Pretrained Speech-to-Unit translation model: https://huggingface.co/espnet/jiyang_tang_cvss-c_es-en_discrete_unit
19
+ - Pretrained WaveGAN vocoder: https://huggingface.co/espnet/cvss-c_en_wavegan_hubert_vocoder
20
+
21
+ Part of a CMU MIIS capstone project with [@realzza](https://github.com/realzza)
22
+ and [@sophia1488](https://github.com/sophia1488)