ttop324 commited on
Commit
31a8a39
1 Parent(s): fa30153

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -33,11 +33,11 @@ model-index:
33
 
34
  https://github.com/ttop32/wav2vec2-live-japanese-translator
35
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Japanese hiragana using the
36
- - common_voice
37
- - JSUT
38
- - CSS10
39
- - TEDxJP-10K
40
- - JVS
41
 
42
  ## Inference
43
  ```python
 
33
 
34
  https://github.com/ttop32/wav2vec2-live-japanese-translator
35
  Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Japanese hiragana using the
36
+ - [common_voice](https://huggingface.co/datasets/common_voice)
37
+ - [JSUT](https://sites.google.com/site/shinnosuketakamichi/publication/jsut)
38
+ - [CSS10](https://github.com/Kyubyong/css10)
39
+ - [TEDxJP-10K](https://github.com/laboroai/TEDxJP-10K)
40
+ - [JVS](https://sites.google.com/site/shinnosuketakamichi/research-topics/jvs_corpus)
41
 
42
  ## Inference
43
  ```python