patrickvonplaten
commited on
Commit
•
92b233d
1
Parent(s):
e5e4e51
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ To transcribe audio files the model can be used as a standalone acoustic model a
|
|
50 |
ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation")
|
51 |
|
52 |
# tokenize
|
53 |
-
input_values = processor(ds[0]["audio"["array"], return_tensors="pt").input_values
|
54 |
|
55 |
# retrieve logits
|
56 |
with torch.no_grad():
|
|
|
50 |
ds = load_dataset("patrickvonplaten/librispeech_asr_dummy", "clean", split="validation")
|
51 |
|
52 |
# tokenize
|
53 |
+
input_values = processor(ds[0]["audio"]["array"], return_tensors="pt").input_values
|
54 |
|
55 |
# retrieve logits
|
56 |
with torch.no_grad():
|