Datasets:
Jeronymous
commited on
Commit
•
1e00a81
1
Parent(s):
9f04f39
Remove 0.1 version
Browse files
README.md
CHANGED
@@ -628,10 +628,10 @@ configs:
|
|
628 |
- split: train
|
629 |
path: data/Tunisian_dataset_STT-TTS15s_filtred1.0/train/train-*
|
630 |
---
|
631 |
-
# LinTO DataSet Audio for Arabic Tunisian
|
632 |
|
633 |
This is the first packaged version of the datasets used to train the Linto Tunisian dialect with code-switching STT
|
634 |
-
([linagora/linto-asr-ar-tn
|
635 |
|
636 |
* [Dataset Summary](#dataset-summary)
|
637 |
* [Dataset composition](#dataset-composition)
|
@@ -647,11 +647,11 @@ This is the first packaged version of the datasets used to train the Linto Tunis
|
|
647 |
|
648 |
## Dataset Summary
|
649 |
|
650 |
-
The **LinTO DataSet Audio for Arabic Tunisian
|
651 |
|
652 |
## Dataset Composition
|
653 |
|
654 |
-
The **LinTO DataSet Audio for Arabic Tunisian
|
655 |
|
656 |
### Sources
|
657 |
|
@@ -722,7 +722,7 @@ This composition ensures a comprehensive representation of various audio types a
|
|
722 |
from datasets import load_dataset
|
723 |
|
724 |
# dataset will be loaded as a DatasetDict of train and test
|
725 |
-
dataset = load_dataset("linagora/linto-dataset-audio-ar-tn
|
726 |
```
|
727 |
|
728 |
Check the containt of dataset:
|
@@ -748,16 +748,16 @@ segments: [{'end': 14.113, 'start': 0.0, 'transcript': 'أسبقية قبل أن
|
|
748 |
Given that some of the corpora used for training and evaluation are available only under CC-BY-4.0 licenses, we have chosen to license the entire dataset under CC-BY-4.0.
|
749 |
|
750 |
## Citations
|
751 |
-
When using the **LinTO DataSet Audio for Arabic Tunisian
|
752 |
|
753 |
```bibtex
|
754 |
@misc{linagora2024Linto-tn,
|
755 |
-
author = {Hedi Naouara and Jérôme Louradour and Jean-Pierre Lorré
|
756 |
-
title = {LinTO
|
757 |
year = {2024},
|
758 |
publisher = {HuggingFace},
|
759 |
journal = {HuggingFace},
|
760 |
-
howpublished = {\url{https://huggingface.co/datasets/linagora/linto-dataset-audio-ar-tn
|
761 |
}
|
762 |
```
|
763 |
|
|
|
628 |
- split: train
|
629 |
path: data/Tunisian_dataset_STT-TTS15s_filtred1.0/train/train-*
|
630 |
---
|
631 |
+
# LinTO DataSet Audio for Arabic Tunisian <br />*A collection of Tunisian dialect audio and its annotations for STT task*
|
632 |
|
633 |
This is the first packaged version of the datasets used to train the Linto Tunisian dialect with code-switching STT
|
634 |
+
([linagora/linto-asr-ar-tn](https://huggingface.co/linagora/linto-asr-ar-tn)).
|
635 |
|
636 |
* [Dataset Summary](#dataset-summary)
|
637 |
* [Dataset composition](#dataset-composition)
|
|
|
647 |
|
648 |
## Dataset Summary
|
649 |
|
650 |
+
The **LinTO DataSet Audio for Arabic Tunisian** is a diverse collection of audio content including music, documentaries, podcasts, and other types of recordings, along with their corresponding transcriptions. The dataset is primarily focused on supporting speech recognition tasks for the Tunisian dialect, with some instances of code-switching between Tunisian Arabic, French, and English. It is organized into multiple configurations and splits for different experimental setups, making it valuable for Automatic Speech Recognition (ASR) research and development.
|
651 |
|
652 |
## Dataset Composition
|
653 |
|
654 |
+
The **LinTO DataSet Audio for Arabic Tunisian** comprises a diverse range of audio content collected from multiple sources. Below is a breakdown of the dataset’s composition:
|
655 |
|
656 |
### Sources
|
657 |
|
|
|
722 |
from datasets import load_dataset
|
723 |
|
724 |
# dataset will be loaded as a DatasetDict of train and test
|
725 |
+
dataset = load_dataset("linagora/linto-dataset-audio-ar-tn")
|
726 |
```
|
727 |
|
728 |
Check the containt of dataset:
|
|
|
748 |
Given that some of the corpora used for training and evaluation are available only under CC-BY-4.0 licenses, we have chosen to license the entire dataset under CC-BY-4.0.
|
749 |
|
750 |
## Citations
|
751 |
+
When using the **LinTO DataSet Audio for Arabic Tunisian** corpus, please cite this page:
|
752 |
|
753 |
```bibtex
|
754 |
@misc{linagora2024Linto-tn,
|
755 |
+
author = {Hedi Naouara and Jérôme Louradour and Jean-Pierre Lorré},
|
756 |
+
title = {LinTO Audio and Textual Datasets to Train and Evaluate Automatic Speech Recognition in Tunisian Arabic Dialect},
|
757 |
year = {2024},
|
758 |
publisher = {HuggingFace},
|
759 |
journal = {HuggingFace},
|
760 |
+
howpublished = {\url{https://huggingface.co/datasets/linagora/linto-dataset-audio-ar-tn}},
|
761 |
}
|
762 |
```
|
763 |
|