Datasets:

Modalities:
Audio
Languages:
Tatar
Libraries:
Datasets
License:
rassulya commited on
Commit
f7d7bef
·
verified ·
1 Parent(s): c2ffc84

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -11
README.md CHANGED
@@ -2,23 +2,31 @@
2
 
3
  **Repository:** [https://github.com/IS2AI/TatarSCR](https://github.com/IS2AI/TatarSCR)
4
 
5
- **Summary:** This dataset contains 3,547 one-second speech command utterances from 153 speakers, encompassing 35 commands relevant to robotics, IoT, and smart systems. It was developed to address the lack of readily available Tatar language speech command datasets. The provided Keyword-MLP model was trained and tested on this dataset and is available for use with the dataset.
6
 
 
7
 
8
- **Abstract:** (Error extracting abstract from the provided URL) The paper introduces an open-source Tatar speech commands dataset designed for applications in IoT and robotics. The dataset comprises 3,547 one-second utterances from 153 individuals, covering 35 commands frequently used in these fields. A Keyword-MLP model was trained and evaluated on this dataset, and its code is also publicly available.
9
 
 
10
 
11
- **Dataset Statistics:**
12
 
13
- | Statistic | Value |
14
- |----------------------|------------|
15
- | Number of Commands | 35 |
16
- | Number of Utterances | 3,547 |
17
- | Number of Speakers | 153 |
18
- | Audio Length | 1 second |
19
 
 
 
 
 
 
 
20
 
21
- **Citation:**
22
 
23
- Askat Kuzdeuov, Rinat Gilmullin, Bulat Khakimov, and Huseyin Atakan Varol. An Open-Source Tatar Speech Commands Dataset for IoT and Robotics Applications. TechRxiv. October 18, 2024, DOI: 10.36227/techrxiv.172926779.98914732/v1.
 
 
 
 
 
 
 
 
24
 
 
2
 
3
  **Repository:** [https://github.com/IS2AI/TatarSCR](https://github.com/IS2AI/TatarSCR)
4
 
 
5
 
6
+ This repository contains an open-source Tatar speech commands dataset and associated resources for training and deploying a keyword spotting model. The dataset is designed for use in IoT and robotics applications.
7
 
 
8
 
9
+ ## Dataset Summary
10
 
11
+ The Tatar Speech Commands Dataset (TSCD) consists of 3,547 one-second utterances of 35 commands commonly used in robotics, IoT, and smart systems. The data was collected from 153 different speakers. The dataset was preprocessed and augmented using the provided notebook. A Keyword-MLP model was trained on this dataset, and the code for training, testing, conversion to ONNX format, and inference (both PyTorch and ONNX) is included.
12
 
13
+ ## Dataset Statistics
 
 
 
 
 
14
 
15
+ | Statistic | Value |
16
+ |-----------------------|-------------|
17
+ | Number of Commands | 35 |
18
+ | Number of Utterances | 3,547 |
19
+ | Number of Speakers | 153 |
20
+ | Audio Length | 1 second |
21
 
 
22
 
23
+ ## Model Details
24
+
25
+ The provided code uses the Keyword-MLP model ([https://github.com/AI-Research-BD/Keyword-MLP](https://github.com/AI-Research-BD/Keyword-MLP)). Both PyTorch and ONNX runtime inference scripts are included.
26
+
27
+ ## Citation
28
+
29
+ To cite this dataset and model, please use the following information:
30
+
31
+ > Askat Kuzdeuov, Rinat Gilmullin, Bulat Khakimov, and Huseyin Atakan Varol. An Open-Source Tatar Speech Commands Dataset for IoT and Robotics Applications. TechRxiv. October 18, 2024, DOI: 10.36227/techrxiv.172926779.98914732/v1.
32