Commit
·
ea7abd4
1
Parent(s):
103ba24
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,21 @@
|
|
2 |
license: gpl-3.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
2 |
license: gpl-3.0
|
3 |
language:
|
4 |
- en
|
5 |
+
pipeline_tag: text2text-generation
|
6 |
+
tags:
|
7 |
+
- code
|
8 |
+
- asr
|
9 |
+
- digital to transcribed text conversion
|
10 |
+
datasets:
|
11 |
+
- pavanBuduguppa/asr_inverse_text_normalization
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
---
|
16 |
+
---
|
17 |
+
|
18 |
+
# chat_to_transcription_data
|
19 |
+
|
20 |
+
Finetuned a facebook/bart-base Pretrained model on the ASR inverse text normalization dataset by treating it as a seq2seq task. This can be used on individual datasets to synthesize/simulate speech transcription kind of data given digital/chat kind of inputs
|
21 |
+
|
22 |
---
|