ksingla025
commited on
Commit
•
a8c2bac
1
Parent(s):
105dcd3
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Model is suitable for voiceAI applications, real-time and offline.
|
|
23 |
- **Model type**: NeMo ASR
|
24 |
- **Architecture**: Conformer CTC
|
25 |
- **Language**: English
|
26 |
-
- **Training data**:
|
27 |
- **Performance metrics**: [Metrics]
|
28 |
|
29 |
## Usage
|
@@ -40,7 +40,7 @@ pip install nemo_toolkit
|
|
40 |
import nemo.collections.asr as nemo_asr
|
41 |
|
42 |
# Step 1: Load the ASR model from Hugging Face
|
43 |
-
model_name = 'WhissleAI/
|
44 |
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name)
|
45 |
|
46 |
# Step 2: Provide the path to your audio file
|
|
|
23 |
- **Model type**: NeMo ASR
|
24 |
- **Architecture**: Conformer CTC
|
25 |
- **Language**: English
|
26 |
+
- **Training data**: AI4Bharat IndicVoices Punjabi V1 and V2 dataset
|
27 |
- **Performance metrics**: [Metrics]
|
28 |
|
29 |
## Usage
|
|
|
40 |
import nemo.collections.asr as nemo_asr
|
41 |
|
42 |
# Step 1: Load the ASR model from Hugging Face
|
43 |
+
model_name = 'WhissleAI/speech-tagger_hi_ctc_meta'
|
44 |
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name)
|
45 |
|
46 |
# Step 2: Provide the path to your audio file
|