Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,15 @@ language:
|
|
4 |
pretty_name: TunSwitch
|
5 |
---
|
6 |
|
|
|
7 |
Original dataset has been acquired through the following link : https://zenodo.org/records/8370566
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
This repo contains the data used to develop and test the Tunisian Arabic Automatic Speech Recognition model developed in the following paper :
|
11 |
|
@@ -27,8 +34,9 @@ Please cite the aforementioned paper if you use or refer to this dataset. You ca
|
|
27 |
|
28 |
If you use or refer to this dataset, please cite :
|
29 |
|
30 |
-
|
31 |
|
|
|
32 |
@misc{abdallah2023leveraging,
|
33 |
title={Leveraging Data Collection and Unsupervised Learning for Code-switched Tunisian Arabic Automatic Speech Recognition},
|
34 |
author={Ahmed Amine Ben Abdallah and Ata Kabboudi and Amir Kanoun and Salah Zaiem},
|
@@ -37,5 +45,4 @@ If you use or refer to this dataset, please cite :
|
|
37 |
archivePrefix={arXiv},
|
38 |
primaryClass={eess.AS}
|
39 |
}
|
40 |
-
|
41 |
-
```
|
|
|
4 |
pretty_name: TunSwitch
|
5 |
---
|
6 |
|
7 |
+
|
8 |
Original dataset has been acquired through the following link : https://zenodo.org/records/8370566
|
9 |
|
10 |
+
## download instructions
|
11 |
+
```python
|
12 |
+
from huggingface_hub import snapshot_download
|
13 |
+
snapshot_download(repo_id="tunis-ai/TunSwitch",repo_type="dataset",local_dir=".")
|
14 |
+
```
|
15 |
+
## Information
|
16 |
|
17 |
This repo contains the data used to develop and test the Tunisian Arabic Automatic Speech Recognition model developed in the following paper :
|
18 |
|
|
|
34 |
|
35 |
If you use or refer to this dataset, please cite :
|
36 |
|
37 |
+
## citation
|
38 |
|
39 |
+
```
|
40 |
@misc{abdallah2023leveraging,
|
41 |
title={Leveraging Data Collection and Unsupervised Learning for Code-switched Tunisian Arabic Automatic Speech Recognition},
|
42 |
author={Ahmed Amine Ben Abdallah and Ata Kabboudi and Amir Kanoun and Salah Zaiem},
|
|
|
45 |
archivePrefix={arXiv},
|
46 |
primaryClass={eess.AS}
|
47 |
}
|
48 |
+
```
|
|