Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,35 +1,31 @@
|
|
1 |
# TatarSCR: An Open-Source Tatar Speech Commands Dataset
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
-
**Summary:**
|
12 |
|
13 |
-
|
14 |
|
|
|
15 |
|
16 |
-
**Dataset Statistics:**
|
17 |
|
18 |
-
|
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 |
-
|
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 |
-
|
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)
|