Datasets:

Modalities:
Audio
Libraries:
Datasets
rassulya commited on
Commit
aa7863a
·
verified ·
1 Parent(s): f996cb6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -20
README.md CHANGED
@@ -1,35 +1,31 @@
1
  # TatarSCR: An Open-Source Tatar Speech Commands Dataset
2
 
3
- **Hugging Face Dataset Card**
4
 
5
- This dataset card describes the Tatar Speech Commands Dataset (TSCD), an open-source collection of speech commands in the Tatar language, designed for use in IoT and robotics applications. The dataset was introduced in the following paper:
6
 
7
- **Paper:**
8
 
9
- [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)
 
 
 
 
 
10
 
11
- **Summary:**
12
 
13
- The Tatar Speech Commands Dataset (TSCD) provides a valuable resource for researchers and developers working on speech recognition systems for the Tatar language. It contains 3,547 one-second utterances of 35 commands commonly used in robotics, IoT, and smart systems, recorded from 153 different speakers. A Keyword-MLP model, trained and tested on this dataset, is also provided.
14
 
 
15
 
16
- **Dataset Statistics:**
17
 
18
- | Statistic | Value |
19
- |----------------------|-------------|
20
- | Number of Commands | 35 |
21
- | Number of Utterances | 3,547 |
22
- | Number of Speakers | 153 |
23
- | Audio Length (per utterance) | 1 second |
24
 
 
25
 
26
- **Related Repositories:**
27
-
28
- * **Dataset Repository:** [https://github.com/IS2AI/TatarSCR](https://github.com/IS2AI/TatarSCR)
29
- * **Keyword-MLP Model:** [https://github.com/AI-Research-BD/Keyword-MLP](https://github.com/AI-Research-BD/Keyword-MLP) (used for model training in this project)
30
-
31
 
32
- **Citation:**
33
 
34
- > 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.
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)