Datasets:

Modalities:
Audio
Languages:
Tatar
Libraries:
Datasets
License:
akuzdeuov commited on
Commit
10f000e
·
verified ·
1 Parent(s): aa7863a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -31
README.md CHANGED
@@ -1,31 +1,35 @@
1
- # TatarSCR: An Open-Source Tatar Speech Commands Dataset
2
-
3
- This repository contains an open-source Tatar speech commands dataset designed for IoT and robotics applications, along with a trained Keyword-MLP model for inference. The dataset and model are described in the following paper:
4
-
5
- ## Dataset Summary
6
-
7
- This dataset comprises 3,547 one-second utterances of 35 commands commonly used in robotics, IoT, and smart systems. The data was collected from 153 different speakers.
8
-
9
- | Feature | Description |
10
- |-----------------|----------------------------------------------|
11
- | Number of Commands | 35 |
12
- | Number of Utterances | 3,547 |
13
- | Number of Speakers | 153 |
14
- | Audio Length | 1 second per utterance |
15
-
16
-
17
- ## Model Summary
18
-
19
- A Keyword-MLP model was trained on this dataset. Pre-trained weights are provided, allowing for direct inference using either PyTorch or ONNX runtime. The model was adapted from the Keyword-MLP repository ([https://github.com/AI-Research-BD/Keyword-MLP](https://github.com/AI-Research-BD/Keyword-MLP)). Inference scripts are provided for both short (~1 second) audio clips and longer clips using a sliding window approach.
20
-
21
-
22
- ## Citation
23
-
24
- If you use this dataset or model, please cite the following paper:
25
-
26
- > 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.
27
-
28
-
29
- ## Repository Link
30
-
31
- [https://github.com/IS2AI/TatarSCR](https://github.com/IS2AI/TatarSCR)
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - audio-classification
5
+ language:
6
+ - tt
7
+ tags:
8
+ - audio
9
+ - speech
10
+ pretty_name: tsc
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+ # An Open-Source Tatar Speech Commands Dataset
15
+ **Paper:** Paper
16
+ [An Open-Source Tatar Speech Commands Dataset for IoT and Robotics Applications](https://www.techrxiv.org/users/682600/articles/1231801-an-open-source-tatar-speech-commands-dataset-for-iot-and-robotics-applications)
17
+
18
+ **GitHub:** [https://github.com/IS2AI/TatarSCR](https://github.com/IS2AI/TatarSCR)
19
+
20
+ **Description:**
21
+ The dataset covers 35 commands used in robotics, IoT, and smart systems. In total, the dataset contains 3,547 one-second utterances from 153 people. The utterances were saved in the WAV format with a sampling rate of 16 kHz.
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6401f73e82bbdfe4b7c34969/p3ufqo3-yMEcq8jifkB0B.png)
24
+
25
+ **Citation:**
26
+ ```bibtex
27
+ @article{Kuzdeuov_2024,
28
+ title={An Open-Source Tatar Speech Commands Dataset for IoT and Robotics Applications},
29
+ url={http://dx.doi.org/10.36227/techrxiv.172926779.98914732/v1},
30
+ DOI={10.36227/techrxiv.172926779.98914732/v1},
31
+ publisher={Institute of Electrical and Electronics Engineers (IEEE)},
32
+ author={Kuzdeuov, Askat and Gilmullin, Rinat and Khakimov, Bulat and Varol, Huseyin Atakan},
33
+ year={2024},
34
+ month=oct }
35
+ ```