File size: 1,126 Bytes
06c19ec
 
 
e8894f6
06c19ec
 
 
 
 
 
 
 
 
e8894f6
06c19ec
 
1188fc4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e8894f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
license: cc-by-4.0
language:
- mr
base_model:
- parthiv11/stt_hi_conformer_ctc_large_v2
tags:
- speech_recognition
- entity_tagging
- dialect_prediction
- gender
- age
- intent
library_name: nemo
---

# Marathi Speech Tagger - Conformer CTC Model

This speech tagger performs transcription for Marathi, annotates key entities, predicts speaker age, dialect and intent.

## Model Details

- **Model Type**: NeMo ASR
- **Architecture**: Conformer CTC
- **Language**: Marathi
- **Training Data**: AI4Bharat IndicVoices Marathi V1 and V2 dataset
- **Task**: Speech Recognition with Entity Tagging

## Usage

```python
import nemo.collections.asr as nemo_asr

# Load model
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained('WhissleAI/speech-tagger_mr_ctc_meta')

# Transcribe audio
transcription = asr_model.transcribe(['path/to/audio.wav'])
print(transcription[0])
```

## Model Training

- Base model: Conformer CTC
- Fine-tuned on AI4Bharat IndicVoices Marathi dataset
- Optimized for real-time transcription

## License & Attribution

Please cite AI4Bharat when using this model:
https://indicvoices.ai4bharat.org/