Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,27 +1,45 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
- name: ending
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: completeness
|
| 15 |
-
dtype: string
|
| 16 |
-
splits:
|
| 17 |
-
- name: train
|
| 18 |
-
num_bytes: 6648521
|
| 19 |
-
num_examples: 106
|
| 20 |
-
download_size: 6643506
|
| 21 |
-
dataset_size: 6648521
|
| 22 |
-
configs:
|
| 23 |
-
- config_name: default
|
| 24 |
-
data_files:
|
| 25 |
-
- split: train
|
| 26 |
-
path: data/train-*
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: bulbul:v3
|
| 3 |
+
language:
|
| 4 |
+
- hi
|
| 5 |
+
- en
|
| 6 |
+
pretty_name: Hinglish Audio Turn-End Example
|
| 7 |
+
tags:
|
| 8 |
+
- audio
|
| 9 |
+
- hinglish
|
| 10 |
+
- speech
|
| 11 |
+
- text-to-speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# Hinglish Audio Turn End Example
|
| 15 |
+
|
| 16 |
+
Dataset of hinglish audio snippets generated with SarvamAI `bulbul:v3` TTS.
|
| 17 |
+
|
| 18 |
+
Each example is a customer service utterance with metadata about the speaker
|
| 19 |
+
gender, whether the utterance is complete or incomplete (trailoff / connective /
|
| 20 |
+
filler ending), and the rendered audio file.
|
| 21 |
+
|
| 22 |
+
## Fields
|
| 23 |
+
|
| 24 |
+
| field | type | description |
|
| 25 |
+
|---|---|---|
|
| 26 |
+
| `script` | string | hinglish transcript (Devanagari + Latin script mixed) |
|
| 27 |
+
| `audio` | audio | mp3 speech clip generated by SarvamAI TTS |
|
| 28 |
+
| `gbvc` | string | gender/voice class: `male`, `female`, or `neutral` |
|
| 29 |
+
| `ending` | string | utterance ending type: connector, filler, trailoff, or empty (complete) |
|
| 30 |
+
| `completeness` | string | `complete` when `ending` is empty, else `incomplete` |
|
| 31 |
+
|
| 32 |
+
## Speaker mapping
|
| 33 |
+
|
| 34 |
+
| `gbvc` | speaker |
|
| 35 |
+
|---|---|
|
| 36 |
+
| `male` | `shubh` |
|
| 37 |
+
| `neutral` | `shubh` |
|
| 38 |
+
| `female` | `ritu` |
|
| 39 |
+
|
| 40 |
+
## TTS settings
|
| 41 |
+
|
| 42 |
+
- model: `bulbul:v3`
|
| 43 |
+
- language: `hi-IN`
|
| 44 |
+
- pace: `1`
|
| 45 |
+
- sample rate: 16000 Hz
|