Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ tokenizer = AutoTokenizer.from_pretrained("Edresson/wav2vec2-large-xlsr-coraa-po
|
|
43 |
model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-xlsr-coraa-portuguese")
|
44 |
```
|
45 |
# Results
|
46 |
-
For the results
|
47 |
|
48 |
# Example test with Common Voice Dataset
|
49 |
|
|
|
43 |
model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-xlsr-coraa-portuguese")
|
44 |
```
|
45 |
# Results
|
46 |
+
For the results check the [CORAA article](https://arxiv.org/abs/2110.15731)
|
47 |
|
48 |
# Example test with Common Voice Dataset
|
49 |
|