Edresson commited on
Commit
7406a88
1 Parent(s): b96927a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-portuguese")
44
  ```
45
  # Results
46
- For the results check the [article (Soon)]()
47
 
48
  # Example test with Common Voice Dataset
49
 
 
43
  model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-100k-voxpopuli-ft-TTS-Dataset-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