ksingla025
commited on
Commit
·
769d59a
1
Parent(s):
1ec76a9
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
|
26 |
## ASR+NL Model Overview
|
27 |
|
28 |
-
Recoganize begin and end of
|
29 |
|
30 |
## NVIDIA NeMo: Training
|
31 |
|
@@ -42,7 +42,7 @@ The model is available for use in the NeMo toolkit [3], and can be used as a pre
|
|
42 |
|
43 |
```python
|
44 |
import nemo.collections.asr as nemo_asr
|
45 |
-
asr_model = nemo_asr.models.ASRModel.from_pretrained("
|
46 |
```
|
47 |
|
48 |
### Transcribe and tag using Python
|
|
|
25 |
|
26 |
## ASR+NL Model Overview
|
27 |
|
28 |
+
Recoganize begin and end of English Named Entities, get speaker emotion and also transcribe
|
29 |
|
30 |
## NVIDIA NeMo: Training
|
31 |
|
|
|
42 |
|
43 |
```python
|
44 |
import nemo.collections.asr as nemo_asr
|
45 |
+
asr_model = nemo_asr.models.ASRModel.from_pretrained("Whissle-AI/1step_ctc_ner_emotion_commonvoice500hrs")
|
46 |
```
|
47 |
|
48 |
### Transcribe and tag using Python
|