Datasets:

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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -21
README.md CHANGED
@@ -1,33 +1,24 @@
1
  # Tatar Speech Commands Dataset
2
 
3
- This dataset contains 3,547 one-second utterances of 35 commands commonly used in robotics, IoT, and smart systems. The recordings were collected from 153 different speakers. The data is suitable for training and evaluating speech command recognition models.
4
 
5
- ## Dataset Statistics
6
 
7
- * **Number of speakers:** 153
8
- * **Number of commands:** 35
9
- * **Number of utterances:** 3,547
10
- * **Audio length:** 1 second per utterance
11
 
12
- ## Data Download
13
 
14
- The dataset can be downloaded from [Google Drive](https://drive.google.com/file/d/1CBmVeAYgNrkNKhL1wtG7KUKuLJ9hOfHL/view?usp=sharing).
15
 
16
- ## Preprocessing and Augmentation
17
 
18
- A Jupyter Notebook (`data_preprocessing_augmentation.ipynb`) is provided for data preprocessing and augmentation. This notebook requires the ESC-50 dataset ([https://github.com/karolpiczak/ESC-50](https://github.com/karolpiczak/ESC-50)).
 
 
 
 
 
19
 
20
- ## Model
21
 
22
- The provided Keyword-MLP model ([https://github.com/AI-Research-BD/Keyword-MLP](https://github.com/AI-Research-BD/Keyword-MLP)) was used for training and testing on this dataset.
23
-
24
- ## Inference
25
-
26
- Inference can be performed using either PyTorch or ONNX runtime. Scripts are provided for both short (approximately 1-second) audio clips and longer clips processed using a sliding window approach.
27
-
28
-
29
- ## License
30
-
31
- [Specify License here]
32
 
 
33
 
 
1
  # Tatar Speech Commands Dataset
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