Datasets:
Artur Muratov
commited on
Commit
·
ecc6790
1
Parent(s):
c0513a6
update
Browse files- .gitattributes +0 -1
- README.md +11 -3
.gitattributes
CHANGED
@@ -44,7 +44,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
44 |
*.flac filter=lfs diff=lfs merge=lfs -text
|
45 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
46 |
*.ogg filter=lfs diff=lfs merge=lfs -text
|
47 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
48 |
# Image files - uncompressed
|
49 |
*.bmp filter=lfs diff=lfs merge=lfs -text
|
50 |
*.gif filter=lfs diff=lfs merge=lfs -text
|
|
|
44 |
*.flac filter=lfs diff=lfs merge=lfs -text
|
45 |
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
46 |
*.ogg filter=lfs diff=lfs merge=lfs -text
|
|
|
47 |
# Image files - uncompressed
|
48 |
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
*.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -17,7 +17,9 @@ tags:
|
|
17 |
|
18 |
# Multilingual Speech Commands Dataset (3 Languages, Raw)
|
19 |
|
20 |
-
This dataset
|
|
|
|
|
21 |
|
22 |
## Languages
|
23 |
- Kazakh
|
@@ -28,11 +30,12 @@ This dataset contains raw speech command samples for Kazakh, Tatar, and Russian.
|
|
28 |
The dataset is organized into one folder per language. Each folder contains `.wav` files grouped by command label.
|
29 |
|
30 |
## License
|
31 |
-
All data is
|
32 |
|
33 |
## Citations
|
34 |
|
35 |
### Kazakh:
|
|
|
36 |
@INPROCEEDINGS{KazakhSCR,
|
37 |
author={Kuzdeuov, Askat and Nurgaliyev, Shakhizat and Turmakhan, Diana and Laiyk, Nurkhan and Varol, Huseyin Atakan},
|
38 |
booktitle={Proc. of the International Conference on Robotics, Automation and Artificial Intelligence (RAAI)},
|
@@ -41,8 +44,10 @@ year={2023},
|
|
41 |
pages={286-291},
|
42 |
doi={10.1109/RAAI59955.2023.10601292}
|
43 |
}
|
|
|
44 |
|
45 |
### Tatar:
|
|
|
46 |
@INPROCEEDINGS{TatarSCR,
|
47 |
author={Kuzdeuov, Askat and Gilmullin, Rinat and Khakimov, Bulat and Varol, Huseyin Atakan},
|
48 |
booktitle={Proc. of the Annual Conference of the IEEE Industrial Electronics Society (IECON)},
|
@@ -51,11 +56,14 @@ year={2024},
|
|
51 |
pages={1-5},
|
52 |
doi={10.1109/IECON55916.2024.10905876}
|
53 |
}
|
|
|
54 |
|
55 |
### Russian:
|
56 |
-
|
|
|
57 |
author={Kuzdeuov, Askat and Varol, Huseyin Atakan},
|
58 |
booktitle={2025 11th International Conference on Control, Automation and Robotics (ICCAR)},
|
59 |
title={Multilingual Speech Command Recognition for Voice Controlled Robots and Smart Systems},
|
60 |
year={2025}
|
61 |
}
|
|
|
|
17 |
|
18 |
# Multilingual Speech Commands Dataset (3 Languages, Raw)
|
19 |
|
20 |
+
This dataset is a curated subset of previously published speech command datasets in **Kazakh**, **Tatar**, and **Russian**. It is intended for use in multilingual speech command recognition and keyword spotting tasks. No data augmentation has been applied.
|
21 |
+
|
22 |
+
All files are included in their original form as released in the cited works below. This repository simply reorganizes them for convenience and accessibility.
|
23 |
|
24 |
## Languages
|
25 |
- Kazakh
|
|
|
30 |
The dataset is organized into one folder per language. Each folder contains `.wav` files grouped by command label.
|
31 |
|
32 |
## License
|
33 |
+
All data is distributed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license, as permitted by the original dataset authors. If you use this dataset, you **must cite the original sources** listed below.
|
34 |
|
35 |
## Citations
|
36 |
|
37 |
### Kazakh:
|
38 |
+
```
|
39 |
@INPROCEEDINGS{KazakhSCR,
|
40 |
author={Kuzdeuov, Askat and Nurgaliyev, Shakhizat and Turmakhan, Diana and Laiyk, Nurkhan and Varol, Huseyin Atakan},
|
41 |
booktitle={Proc. of the International Conference on Robotics, Automation and Artificial Intelligence (RAAI)},
|
|
|
44 |
pages={286-291},
|
45 |
doi={10.1109/RAAI59955.2023.10601292}
|
46 |
}
|
47 |
+
```
|
48 |
|
49 |
### Tatar:
|
50 |
+
```
|
51 |
@INPROCEEDINGS{TatarSCR,
|
52 |
author={Kuzdeuov, Askat and Gilmullin, Rinat and Khakimov, Bulat and Varol, Huseyin Atakan},
|
53 |
booktitle={Proc. of the Annual Conference of the IEEE Industrial Electronics Society (IECON)},
|
|
|
56 |
pages={1-5},
|
57 |
doi={10.1109/IECON55916.2024.10905876}
|
58 |
}
|
59 |
+
```
|
60 |
|
61 |
### Russian:
|
62 |
+
```
|
63 |
+
@INPROCEEDINGS{MultilingualSCR,
|
64 |
author={Kuzdeuov, Askat and Varol, Huseyin Atakan},
|
65 |
booktitle={2025 11th International Conference on Control, Automation and Robotics (ICCAR)},
|
66 |
title={Multilingual Speech Command Recognition for Voice Controlled Robots and Smart Systems},
|
67 |
year={2025}
|
68 |
}
|
69 |
+
```
|