ksingla025
commited on
Commit
•
079373f
1
Parent(s):
0e4530c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Bengali Speech Tagger - Conformer CTC Model
|
2 |
|
3 |
This speech tagger performs transcription for Bengali, annotates key entities, predicts speaker age, dialect and intent.
|
@@ -32,4 +49,4 @@ print(transcription[0])
|
|
32 |
## License & Attribution
|
33 |
|
34 |
Please cite AI4Bharat when using this model:
|
35 |
-
https://indicvoices.ai4bharat.org/
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- bn
|
5 |
+
base_model:
|
6 |
+
- parthiv11/stt_bn_conformer_ctc_large_v2
|
7 |
+
tags:
|
8 |
+
- speech_recognition
|
9 |
+
- entity_tagging
|
10 |
+
- dialect_prediction
|
11 |
+
- gender
|
12 |
+
- age
|
13 |
+
- intent
|
14 |
+
library_name: nemo
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
# Bengali Speech Tagger - Conformer CTC Model
|
19 |
|
20 |
This speech tagger performs transcription for Bengali, annotates key entities, predicts speaker age, dialect and intent.
|
|
|
49 |
## License & Attribution
|
50 |
|
51 |
Please cite AI4Bharat when using this model:
|
52 |
+
https://indicvoices.ai4bharat.org/
|