ariG23498 HF Staff commited on
Commit
f63c20a
·
verified ·
1 Parent(s): 21032bc

Upload nvidia_nemotron-speech-streaming-en-0.6b_0.txt with huggingface_hub

Browse files
nvidia_nemotron-speech-streaming-en-0.6b_0.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```CODE:
2
+ import nemo.collections.asr as nemo_asr
3
+ asr_model = nemo_asr.models.ASRModel.from_pretrained("nvidia/nemotron-speech-streaming-en-0.6b")
4
+
5
+ transcriptions = asr_model.transcribe(["file.wav"])
6
+ ```
7
+
8
+ ERROR:
9
+ Traceback (most recent call last):
10
+ File "/tmp/nvidia_nemotron-speech-streaming-en-0.6b_03w6SEi.py", line 23, in <module>
11
+ import nemo.collections.asr as nemo_asr
12
+ ModuleNotFoundError: No module named 'nemo'