Lauler commited on
Commit
8276e97
1 Parent(s): 7ac3480

Update README to clarify difference between this model and finetuned CTC version

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,6 +9,8 @@ license: cc0-1.0
9
 
10
  # Wav2vec 2.0 large VoxRex (C)
11
 
 
 
12
  **Disclaimer:** This is a work in progress.<br>
13
  **Update 2022-01-08:** Updated to VoxRex-C version, use git to get the older (B) version.<br>
14
  **Update 2022-05-16:** Paper is is [here](https://arxiv.org/abs/2205.03026).
9
 
10
  # Wav2vec 2.0 large VoxRex (C)
11
 
12
+ **Please note:** The model hosted in this repository is a pretrained wav2vec2 without a CTC head, as such it cannot do speech-to-text. If you are interested in speech-to-text, see our finetuned version of this model, which can be found at [KBLab/wav2vec2-large-voxrex-swedish](https://huggingface.co/KBLab/wav2vec2-large-voxrex-swedish). The weights found in this repository are from the pure acoustic model after unsupervised pretraining. This model is suitable for anyone interested in i) continued wav2vec2-pretraining with your own unsupervised data, ii) a feature extractor for finetuning your own downstream tasks (e.g. if you want to train your own CTC head, or an audio classifier).
13
+
14
  **Disclaimer:** This is a work in progress.<br>
15
  **Update 2022-01-08:** Updated to VoxRex-C version, use git to get the older (B) version.<br>
16
  **Update 2022-05-16:** Paper is is [here](https://arxiv.org/abs/2205.03026).