5roop commited on
Commit
f75eb47
1 Parent(s): 1a47d4b

Update README.md

Browse files

Add versions to the example.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Nikola Ljubešić, Danijel Koržinek, Peter Rupnik, Ivo-Pavao Jazbec. ParlaSpeec
35
 
36
  ## Usage in `transformers`
37
 
38
- So far untested use from before:
39
 
40
  ```python
41
  from transformers import Wav2Vec2ProcessorWithLM, Wav2Vec2ForCTC
 
35
 
36
  ## Usage in `transformers`
37
 
38
+ Tested with `transformers==4.18.0`, `torch==1.11.0`, and `SoundFile==0.10.3.post1`.
39
 
40
  ```python
41
  from transformers import Wav2Vec2ProcessorWithLM, Wav2Vec2ForCTC