Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -39,10 +39,15 @@ configs:
|
|
39 |
path: data/test-*
|
40 |
---
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
<div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400">
|
45 |
-
<p>This Datasheet
|
46 |
</div>
|
47 |
|
48 |
# Motivation
|
|
|
39 |
path: data/test-*
|
40 |
---
|
41 |
|
42 |
+
Skit-S2I is a **Speech to Intent** dataset for Indian English (`en-IN`), that covers 14 coarse-grained intents from the Banking domain. This work is inspired by a similar release in the [Minds-14 dataset](https://huggingface.co/datasets/PolyAI/minds14) - here, we restrict ourselves to Indian English but with a larger training set. The dataset is split into:
|
43 |
+
- test - `100` samples per intent
|
44 |
+
- train - `>650` samples per intent
|
45 |
+
|
46 |
+
The data was generated by 11 Indian speakers, recording over a telephony line. We also provide access to anonymised speaker information - like gender, languages spoken, native language - to enable more structured discussions around robustness and bias, in the models you train.
|
47 |
+
|
48 |
|
49 |
<div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400">
|
50 |
+
<p>This Datasheet follows from the <a href="https://arxiv.org/pdf/1803.09010.pdf" target="_blank">Datasheets for datasets</a> paper.</p>
|
51 |
</div>
|
52 |
|
53 |
# Motivation
|