Adds speaker id
Browse files
README.md
CHANGED
@@ -45,12 +45,12 @@ Feature | Status
|
|
45 |
## Data Instances
|
46 |
Here is a sample of data instances:
|
47 |
```json
|
48 |
-
{
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
}
|
55 |
```
|
56 |
|
|
|
45 |
## Data Instances
|
46 |
Here is a sample of data instances:
|
47 |
```json
|
48 |
+
"F21N37": {
|
49 |
+
"speaker_id": "F21",
|
50 |
+
"gender": "female",
|
51 |
+
"emotion": "neutral",
|
52 |
+
"transcript": "مگه من به تو نگفته بودم که باید راجع به دورانت سکوت کنی؟",
|
53 |
+
"ipa": "mӕge mæn be to nægofte budӕm ke bɑyæd rɑdʒeʔ be dorɑnt sokut koni"
|
54 |
}
|
55 |
```
|
56 |
|