Edresson commited on
Commit
42138f7
1 Parent(s): 1842ebd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ tokenizer = AutoTokenizer.from_pretrained("Edresson/wav2vec2-large-100k-voxpopul
42
  model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-100k-voxpopuli-ft-TTS-Dataset-russian")
43
  ```
44
  # Results
45
- For the results check the [article (Soon)]()
46
 
47
  # Example test with Common Voice Dataset
48
 
 
42
  model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-100k-voxpopuli-ft-TTS-Dataset-russian")
43
  ```
44
  # Results
45
+ For the results check the [paper](https://arxiv.org/abs/2204.00618)
46
 
47
  # Example test with Common Voice Dataset
48