Edresson commited on
Commit
cb7b3ec
·
1 Parent(s): 9abe775

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-xlsr-coraa-po
43
  model = Wav2Vec2ForCTC.from_pretrained("Edresson/wav2vec2-large-xlsr-coraa-portuguese")
44
  ```
45
  # Results
46
- For the results consult the [CORAA article](https://arxiv.org/abs/2110.15731)
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