ksingla025
commited on
Commit
•
93b926f
1
Parent(s):
afc6339
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
-
#
|
3 |
|
4 |
-
|
5 |
|
6 |
## Model Details
|
7 |
|
@@ -25,7 +25,7 @@ pip install nemo_toolkit
|
|
25 |
import nemo.collections.asr as nemo_asr
|
26 |
|
27 |
# Step 1: Load the ASR model from Hugging Face
|
28 |
-
model_name = 'WhissleAI/
|
29 |
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name)
|
30 |
|
31 |
# Step 2: Provide the path to your audio file
|
|
|
1 |
|
2 |
+
# This speech tagger performs transcription, annotates entities, predict intent for SLURP dataset
|
3 |
|
4 |
+
Model is suitable for voiceAI applications.
|
5 |
|
6 |
## Model Details
|
7 |
|
|
|
25 |
import nemo.collections.asr as nemo_asr
|
26 |
|
27 |
# Step 1: Load the ASR model from Hugging Face
|
28 |
+
model_name = 'WhissleAI/speech-tagger_en_slurp-iot'
|
29 |
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name)
|
30 |
|
31 |
# Step 2: Provide the path to your audio file
|