Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ configs:
|
|
81 |
# JWLang Corpus
|
82 |
|
83 |
## Dataset Summary
|
84 |
-
The JWLang Corpus is a collection of audio and corresponding text data from JW Broadcasting videos available on the [jw.org](https://www.jw.org) website. It is designed for training and fine-tuning automatic speech recognition (ASR) models, specifically OpenAI Whisper. The dataset is stored in Parquet format on Hugging Face, with original audio files in MP3 format and corresponding text files.
|
85 |
|
86 |
## Splits
|
87 |
- Train
|
@@ -116,11 +116,11 @@ If you use this dataset, please cite:
|
|
116 |
|
117 |
```
|
118 |
@article{jwlang_corpus,
|
119 |
-
title={JWLang Corpus from jw.org for ASR Training},
|
120 |
author={Michel Mesquita},
|
121 |
journal={Unpublished},
|
122 |
year={2024},
|
123 |
-
note={jw.org
|
124 |
}
|
125 |
```
|
126 |
|
|
|
81 |
# JWLang Corpus
|
82 |
|
83 |
## Dataset Summary
|
84 |
+
The JWLang Corpus is a collection of audio and corresponding text data from JW Broadcasting videos available on the [jw.org](https://www.jw.org) website. It is designed for training and fine-tuning automatic speech recognition (ASR) models, specifically OpenAI Whisper. The dataset is stored in Parquet format on Hugging Face, with original audio files in MP3 format and corresponding text files. The data were downloaded in June 2024.
|
85 |
|
86 |
## Splits
|
87 |
- Train
|
|
|
116 |
|
117 |
```
|
118 |
@article{jwlang_corpus,
|
119 |
+
title={JWLang Corpus from jw.org Videos for ASR Training},
|
120 |
author={Michel Mesquita},
|
121 |
journal={Unpublished},
|
122 |
year={2024},
|
123 |
+
note={Data downloaded from jw.org in June 2024 and processed by M. Mesquita}
|
124 |
}
|
125 |
```
|
126 |
|