Skip to content

Commit

Permalink
add multilinugal
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Nov 20, 2023
1 parent f85a103 commit de4b755
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/mr_hubert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Model | Pretraining Data | Model | Paper Reference
|---|---|---|---
MR-HuBERT Base (~97M) | [Librispeech](http://www.openslr.org/12) 960 hr | [download](https://dl.fbaipublicfiles.com/mrhubert/mono_base/mrhubert_mono_base.pt) | mono\_base
MR-HuBERT Base (~321M) | [Libri-Light](https://github.com/facebookresearch/libri-light) 60k hr | [download](https://dl.fbaipublicfiles.com/mrhubert/mono_large/mrhubert_mono_large.pt) | mono\_large
Multilingual MR-HuBERT Base (~97M) |
Multilingual MR-HuBERT Large (~321M) |
Multilingual MR-HuBERT Base (~97M) | [Voxpopuli]() 100k hr | [download](https://dl.fbaipublicfiles.com/mrhubert/multi_base/multi_base.pt) | multi\_base
Multilingual MR-HuBERT Large (~321M) | [Voxpopuli]() 100k hr | [download](https://dl.fbaipublicfiles.com/mrhubert/multi_large/multi_large.pt) | Not in the paper


### Abalation models
Expand Down Expand Up @@ -40,6 +40,7 @@ MR-HuBERT Large (check paper ) | [LibriLight](https://github.com/facebookresear
MR-HuBERT Large (check paper ) | [LibriLight](https://github.com/facebookresearch/libri-light) 60k hr | [download](https://dl.fbaipublicfiles.com/mrhubert/b8-a/b8-h.pt) | (B.8)-h
MR-HuBERT Large (check paper ) | [LibriLight](https://github.com/facebookresearch/libri-light) 60k hr | [download](https://dl.fbaipublicfiles.com/mrhubert/b8-a/b8-i.pt) | (B.8)-i
MR-HuBERT Large (check paper ) | [LibriLight](https://github.com/facebookresearch/libri-light) 60k hr | [download](https://dl.fbaipublicfiles.com/mrhubert/b8-a/b8-j.pt) | (B.8)-j
Multilingual MR-HuBERT Large (Simple sampling) | [Voxpopuli]() 100k hr | [download](https://dl.fbaipublicfiles.com/mrhubert/multi_large_simple/multi_large_simple.pt)

## Load a model
```
Expand Down

0 comments on commit de4b755

Please sign in to comment.