fix typo
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ library_name: fairseq
|
|
8 |
# Pre-trained checkpoints for speech representation in Japanese
|
9 |
|
10 |
The models in this repository were pre-trained via self-supervised learning (SSL) for speech representation.
|
11 |
-
The SSL models were built on [fairseq](https://github.com/facebookresearch/fairseq)
|
12 |
|
13 |
- `wav2vec2_base_csj.pt`
|
14 |
- fairseq checkpoint of wav2vec2.0 model with *Base* architecture pre-trained on 16kHz sampled speech data of Corpus of Spontaneous Japanese (CSJ)
|
|
|
8 |
# Pre-trained checkpoints for speech representation in Japanese
|
9 |
|
10 |
The models in this repository were pre-trained via self-supervised learning (SSL) for speech representation.
|
11 |
+
The SSL models were built on the [fairseq](https://github.com/facebookresearch/fairseq) toolkit.
|
12 |
|
13 |
- `wav2vec2_base_csj.pt`
|
14 |
- fairseq checkpoint of wav2vec2.0 model with *Base* architecture pre-trained on 16kHz sampled speech data of Corpus of Spontaneous Japanese (CSJ)
|