Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Marathi Speech Tagger - Conformer CTC Model
|
2 |
|
3 |
This speech tagger performs transcription for Marathi, annotates key entities, predicts speaker age, dialect and intent.
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- hi
|
5 |
+
base_model:
|
6 |
+
- parthiv11/stt_hi_conformer_ctc_large_v2
|
7 |
+
tags:
|
8 |
+
- speech_recognition
|
9 |
+
- entity_tagging
|
10 |
+
- dialect_prediction
|
11 |
+
- gender
|
12 |
+
- age
|
13 |
+
- intent
|
14 |
+
---
|
15 |
+
|
16 |
# Marathi Speech Tagger - Conformer CTC Model
|
17 |
|
18 |
This speech tagger performs transcription for Marathi, annotates key entities, predicts speaker age, dialect and intent.
|