Jeronymous
commited on
Commit
•
59856e7
1
Parent(s):
bca0418
Remove 0.1 version
Browse files
README.md
CHANGED
@@ -498,9 +498,9 @@ configs:
|
|
498 |
- split: train
|
499 |
path: data/Youtube_TV_VCA/train/train-*
|
500 |
---
|
501 |
-
# LinTO DataSet Audio for Arabic Tunisian Augmented
|
502 |
|
503 |
-
This is the augmented datasets used to train the Linto Tunisian dialect with code-switching STT [linagora/linto-asr-ar-tn
|
504 |
|
505 |
* [Dataset Summary](#dataset-summary)
|
506 |
* [Dataset composition](#dataset-composition)
|
@@ -513,11 +513,11 @@ This is the augmented datasets used to train the Linto Tunisian dialect with cod
|
|
513 |
|
514 |
## Dataset Summary
|
515 |
|
516 |
-
The **LinTO DataSet Audio for Arabic Tunisian Augmented
|
517 |
|
518 |
## Dataset Composition:
|
519 |
|
520 |
-
The **LinTO DataSet Audio for Arabic Tunisian Augmented
|
521 |
|
522 |
### Sources
|
523 |
|
@@ -548,7 +548,7 @@ The **LinTO DataSet Audio for Arabic Tunisian Augmented v0.1** comprises a diver
|
|
548 |
|
549 |
The image below shows the difference between the original and the augmented audio:
|
550 |
|
551 |
-
![Wave Interface](
|
552 |
|
553 |
- The first row shows the original waveform.
|
554 |
- The second row shows the audio after noise reduction.
|
@@ -581,7 +581,7 @@ The image below shows the difference between the original and the augmented audi
|
|
581 |
from datasets import load_dataset
|
582 |
|
583 |
# dataset will be loaded as a DatasetDict of train and test
|
584 |
-
dataset = load_dataset("linagora/linto-dataset-audio-ar-tn-augmented
|
585 |
```
|
586 |
|
587 |
Check the containt of dataset:
|
@@ -606,16 +606,16 @@ segments: [{'end': 14.113, 'start': 0.0, 'transcript': 'أسبقية قبل أن
|
|
606 |
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.
|
607 |
|
608 |
## Citations
|
609 |
-
When using the **LinTO DataSet Audio for Arabic Tunisian
|
610 |
|
611 |
```bibtex
|
612 |
@misc{linagora2024Linto-tn,
|
613 |
author = {Hedi Naouara and Jérôme Louradour and Jean-Pierre Lorré and Sarah zribi and Wajdi Ghezaiel},
|
614 |
-
title = {LinTO DataSet Audio for Arabic Tunisian
|
615 |
year = {2024},
|
616 |
publisher = {HuggingFace},
|
617 |
journal = {HuggingFace},
|
618 |
-
howpublished = {\url{https://huggingface.co/datasets/linagora/linto-dataset-audio-ar-tn
|
619 |
}
|
620 |
```
|
621 |
|
|
|
498 |
- split: train
|
499 |
path: data/Youtube_TV_VCA/train/train-*
|
500 |
---
|
501 |
+
# LinTO DataSet Audio for Arabic Tunisian Augmented <br />*A collection of Tunisian dialect audio and its annotations for STT task*
|
502 |
|
503 |
+
This is the augmented datasets used to train the Linto Tunisian dialect with code-switching STT [linagora/linto-asr-ar-tn](https://huggingface.co/linagora/linto-asr-ar-tn).
|
504 |
|
505 |
* [Dataset Summary](#dataset-summary)
|
506 |
* [Dataset composition](#dataset-composition)
|
|
|
513 |
|
514 |
## Dataset Summary
|
515 |
|
516 |
+
The **LinTO DataSet Audio for Arabic Tunisian Augmented** is a dataset that builds on [**LinTO DataSet Audio for Arabic Tunisian**](https://huggingface.co/datasets/linagora/linto-dataset-audio-ar-tn), using a subset of the original audio data. Augmentation techniques, including noise reduction and SoftVC VITS Singing Voice Conversion (SVC), have been applied to enhance the dataset for improved performance in Arabic Tunisian Automatic Speech Recognition (ASR) tasks.
|
517 |
|
518 |
## Dataset Composition:
|
519 |
|
520 |
+
The **LinTO DataSet Audio for Arabic Tunisian Augmented** comprises a diverse range of augmented audio samples using different techniques. Below is a breakdown of the dataset’s composition:
|
521 |
|
522 |
### Sources
|
523 |
|
|
|
548 |
|
549 |
The image below shows the difference between the original and the augmented audio:
|
550 |
|
551 |
+
![Wave Interface](img.png)
|
552 |
|
553 |
- The first row shows the original waveform.
|
554 |
- The second row shows the audio after noise reduction.
|
|
|
581 |
from datasets import load_dataset
|
582 |
|
583 |
# dataset will be loaded as a DatasetDict of train and test
|
584 |
+
dataset = load_dataset("linagora/linto-dataset-audio-ar-tn-augmented")
|
585 |
```
|
586 |
|
587 |
Check the containt of dataset:
|
|
|
606 |
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.
|
607 |
|
608 |
## Citations
|
609 |
+
When using the **LinTO DataSet Audio for Arabic Tunisian** corpus, please cite this page:
|
610 |
|
611 |
```bibtex
|
612 |
@misc{linagora2024Linto-tn,
|
613 |
author = {Hedi Naouara and Jérôme Louradour and Jean-Pierre Lorré and Sarah zribi and Wajdi Ghezaiel},
|
614 |
+
title = {LinTO DataSet Audio for Arabic Tunisian},
|
615 |
year = {2024},
|
616 |
publisher = {HuggingFace},
|
617 |
journal = {HuggingFace},
|
618 |
+
howpublished = {\url{https://huggingface.co/datasets/linagora/linto-dataset-audio-ar-tn}},
|
619 |
}
|
620 |
```
|
621 |
|