Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ tokenizer = AutoTokenizer.from_pretrained("Edresson/wav2vec2-large-100k-voxpopul
|
|
43 |
model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-100k-voxpopuli-ft-TTS-Dataset-plus-data-augmentation-portuguese")
|
44 |
```
|
45 |
# Results
|
46 |
-
For the results check the [
|
47 |
|
48 |
# Example test with Common Voice Dataset
|
49 |
|
|
|
43 |
model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-100k-voxpopuli-ft-TTS-Dataset-plus-data-augmentation-portuguese")
|
44 |
```
|
45 |
# Results
|
46 |
+
For the results check the [paper](https://arxiv.org/abs/2204.00618)
|
47 |
|
48 |
# Example test with Common Voice Dataset
|
49 |
|