Commit ·
3576961
1
Parent(s): 235e222
Update to include entire dataset with metadata and models
Browse filesTrack .nemo files with Git LFS
Remove large files from history
Re-add models with LFS
- .gitattributes +1 -0
- README.md +47 -8
- test.tar.gz → audio_aligned.tar.gz +2 -2
- fris-raw.tar.gz → fris_raw.tar.gz +2 -2
- manifest_test.json +0 -0
- manifest_train.json +0 -0
- train.tar.gz → models/Juvoly-fyNL-FRIS-CV.nemo +2 -2
- models/Juvoly-fyNL-FRIS.nemo +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.nemo filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,20 +1,59 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
---
|
| 4 |
-
# Frisian dialogue
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
-
This
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
You are free to use this dataset both academically as well as commercially under the CC BY-SA license.
|
| 13 |
|
| 14 |
The dataset has been curated as a collaboration between the Provinsje Fryslân, Taalstudio Prins and Juvoly.
|
| 15 |
|
| 16 |
-
Questions: tessel@juvoly.nl
|
| 17 |
|
| 18 |
-
Number of speakers: 73
|
| 19 |
-
Male to female ratio: 25:48
|
| 20 |
-
Dialects: 4 (Kleifries, Woudfries, Noordhoeks, Zuidwesthoeks)
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
---
|
| 4 |
+
# Frisian dialogue (Project FRIS)
|
| 5 |
|
| 6 |
+
This dataset consists of transcribed spontaneous Frisian dialogue. The conversations are mocked consults between doctor and patient and their topics cover various medical concerns and ailments that are generally discussed in a GP practice. The dataset has been collected in a spontaneous conversational setting, resulting in realistic audio quality as encountered in real-world usage of speech-to-text models for medical scribes.
|
| 7 |
|
| 8 |
+
This repository contains the original audiofiles and transcripts as well as an aligned dataset ready for ASR training in the form of a NeMo manifest. This is divided into a training dataset of 24.0 hours and a test set of 2.6 hours.
|
| 9 |
|
| 10 |
+
Number of speakers: 73
|
| 11 |
+
|
| 12 |
+
Male to female ratio: 25:48
|
| 13 |
+
|
| 14 |
+
### Files
|
| 15 |
+
|
| 16 |
+
You can find the data structured as follows:
|
| 17 |
+
- `manifest_train.json` the train split of the dataset as used to train the models
|
| 18 |
+
- `manifest_test.json` the test split of the dataset as used to evaluate the models
|
| 19 |
+
- `audio_aligned.tar.gz` the audio files the manifests refer to
|
| 20 |
+
- `fris_raw.tar.gz` the raw data files: .mp4 track recordings of the conversations and the .docx transcriptions that correspond
|
| 21 |
+
|
| 22 |
+
### Models
|
| 23 |
+
|
| 24 |
+
The collection includes two NeMo models finetuned with this data from `nvidia/parakeet-tdt-0.6b-v3`:
|
| 25 |
+
|
| 26 |
+
| Model name | Contents | CommonVoice eval (WER / CER) | FRIS eval (WER / CER) |
|
| 27 |
+
|-----------------------------|-------------------------------|------------------------------|-------------------------|
|
| 28 |
+
| `Juvoly-fyNL-FRIS` | Project FRIS train | 22.73% / 7.6% | 17.5% / 9.1% |
|
| 29 |
+
| `Juvoly-fyNL-FRIS-withCV` | Project FRIS train + CV train | 12.3% / 3.2% | 17.5% / 9.1% |
|
| 30 |
+
|
| 31 |
+
### Data structures
|
| 32 |
+
|
| 33 |
+
The NeMo manifest contains the following data and metadata:
|
| 34 |
+
- `audio_filepath` the path to the audio in the `audio_aligned` folder
|
| 35 |
+
- `id`: the id of the audio fragment
|
| 36 |
+
- `text`: the ground truth text corresponding to the audio
|
| 37 |
+
- `duration`: duration of the audio
|
| 38 |
+
- `segment_index`: segment index id
|
| 39 |
+
- `word_count`: number of words
|
| 40 |
+
- `src_offset`: offset in original audio file in seconds
|
| 41 |
+
- `src_audio_filepath`: path to source audio
|
| 42 |
+
- `speaker_role` being either Caregiver, Patient or Coordinator (a separate speaker doing announcement or coördination of the conversations)
|
| 43 |
+
- `speaker_id` each speaker that participated was assigned a unique id
|
| 44 |
+
- `gender` gender of the speaker
|
| 45 |
+
- `dialect` the dialect of the speaker: KF (Kleifries), WF (Woudfries), NH (Noordhoeks), SWH (Zuidwesthoeks), Anders (other)
|
| 46 |
+
- `age` the age group of the speaker (18-25, 26-35, 36-45, 46-55, 56-65, 65+)
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
#### Example:
|
| 50 |
+
{"audio_filepath": "audio_aligned/Petear06 Migrêne_043_9.wav", "id": "Petear06 Migrêne_043_9", "text": "Uh, mar op it momint dat je sizze fan ja, ik ha faker dan fyftjin dagen yn 'e maand, ja, je pynstillers nedich, dan kinne je eigentlik ek wer troch dy pynstillers wer pineholle krije.", "duration": 11.7, "segment_index": 43, "word_count": 35, "src_audio_filepath": "Petear06 Migrêne.m4a", "speaker_role": "Caregiver", "speaker_id": 106, "gender": "F", "dialect": "WF", "src_offset": 536.5, "age": "36-45"}
|
| 51 |
+
|
| 52 |
+
### Rights
|
| 53 |
|
| 54 |
You are free to use this dataset both academically as well as commercially under the CC BY-SA license.
|
| 55 |
|
| 56 |
The dataset has been curated as a collaboration between the Provinsje Fryslân, Taalstudio Prins and Juvoly.
|
| 57 |
|
| 58 |
+
Questions/contact: tessel@juvoly.nl
|
| 59 |
|
|
|
|
|
|
|
|
|
test.tar.gz → audio_aligned.tar.gz
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e64042294a1625dfeedda1e2b5b12e12d423667ab5b8e32a66841295cc14c2fa
|
| 3 |
+
size 2587753355
|
fris-raw.tar.gz → fris_raw.tar.gz
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95cf6e893803feb771d4cbbc742c51ddc5ad95825bbd56e5568b1998c89765c2
|
| 3 |
+
size 550783126
|
manifest_test.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest_train.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.tar.gz → models/Juvoly-fyNL-FRIS-CV.nemo
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a5c32a8783a70b57e1dfc38378caace10c122ee97b9d2e4a19c448789e00cfb
|
| 3 |
+
size 2511247360
|
models/Juvoly-fyNL-FRIS.nemo
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5af497a1e0431994dc5217ff89dff2dbc737c1dbcd2c5cabcf5a9b52fdb7e22a
|
| 3 |
+
size 2511247360
|