Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Size:
10K - 100K
Tags:
speech-recognition
License:
Convert dataset to Parquet (#2)
Browse files- Convert dataset to Parquet (5df7cf90cadcda1a827a93a0df1ea78dc0bdc1c6)
Co-authored-by: Albert Villanova <[email protected]>
- .gitattributes +4 -0
- README.md +48 -16
- dataset_infos.json +162 -1
- yong1288/test-00000-of-00001.parquet +3 -0
- yong1288/train-00000-of-00002.parquet +3 -0
- yong1288/train-00001-of-00002.parquet +3 -0
- yong1288/validation-00000-of-00001.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
yong1288/train-00000-of-00002.parquet filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
yong1288/train-00001-of-00002.parquet filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
yong1288/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
yong1288/validation-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: Pangloss
|
| 3 |
annotations_creators:
|
| 4 |
- expert-generated
|
| 5 |
language_creators:
|
|
@@ -7,41 +6,74 @@ language_creators:
|
|
| 7 |
language:
|
| 8 |
- jya
|
| 9 |
- nru
|
| 10 |
-
language_bcp47:
|
| 11 |
-
- x-japh1234
|
| 12 |
-
- x-yong1288
|
| 13 |
-
language_details: jya consists of japh1234 (Glottolog code); nru consists of yong1288 (Glottolog code)
|
| 14 |
license: cc-by-nc-sa-4.0
|
| 15 |
multilinguality:
|
| 16 |
- multilingual
|
| 17 |
- translation
|
| 18 |
size_categories:
|
| 19 |
-
|
| 20 |
source_datasets:
|
| 21 |
- original
|
| 22 |
task_categories:
|
| 23 |
- automatic-speech-recognition
|
| 24 |
task_ids:
|
| 25 |
- speech-recognition
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
configs:
|
| 29 |
-
- config_name:
|
| 30 |
data_files:
|
| 31 |
- split: train
|
| 32 |
-
path:
|
| 33 |
- split: test
|
| 34 |
-
path:
|
| 35 |
- split: validation
|
| 36 |
-
path:
|
| 37 |
-
- config_name:
|
| 38 |
data_files:
|
| 39 |
- split: train
|
| 40 |
-
path:
|
| 41 |
- split: test
|
| 42 |
-
path:
|
| 43 |
- split: validation
|
| 44 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
---
|
| 46 |
|
| 47 |
# Dataset Card for [Needs More Information]
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
annotations_creators:
|
| 3 |
- expert-generated
|
| 4 |
language_creators:
|
|
|
|
| 6 |
language:
|
| 7 |
- jya
|
| 8 |
- nru
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
license: cc-by-nc-sa-4.0
|
| 10 |
multilinguality:
|
| 11 |
- multilingual
|
| 12 |
- translation
|
| 13 |
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
source_datasets:
|
| 16 |
- original
|
| 17 |
task_categories:
|
| 18 |
- automatic-speech-recognition
|
| 19 |
task_ids:
|
| 20 |
- speech-recognition
|
| 21 |
+
pretty_name: Pangloss
|
| 22 |
+
language_bcp47:
|
| 23 |
+
- x-japh1234
|
| 24 |
+
- x-yong1288
|
| 25 |
+
language_details: jya consists of japh1234 (Glottolog code); nru consists of yong1288
|
| 26 |
+
(Glottolog code)
|
| 27 |
configs:
|
| 28 |
+
- config_name: japh1234
|
| 29 |
data_files:
|
| 30 |
- split: train
|
| 31 |
+
path: japh1234/train.csv
|
| 32 |
- split: test
|
| 33 |
+
path: japh1234/test.csv
|
| 34 |
- split: validation
|
| 35 |
+
path: japh1234/validation.csv
|
| 36 |
+
- config_name: yong1288
|
| 37 |
data_files:
|
| 38 |
- split: train
|
| 39 |
+
path: yong1288/train-*
|
| 40 |
- split: test
|
| 41 |
+
path: yong1288/test-*
|
| 42 |
- split: validation
|
| 43 |
+
path: yong1288/validation-*
|
| 44 |
+
dataset_info:
|
| 45 |
+
config_name: yong1288
|
| 46 |
+
features:
|
| 47 |
+
- name: path
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: audio
|
| 50 |
+
dtype:
|
| 51 |
+
audio:
|
| 52 |
+
sampling_rate: 16000
|
| 53 |
+
- name: sentence
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: doctype
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: speaker
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: translation:fr
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: translation:en
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: translation:zh
|
| 64 |
+
dtype: string
|
| 65 |
+
splits:
|
| 66 |
+
- name: train
|
| 67 |
+
num_bytes: 794594554.85
|
| 68 |
+
num_examples: 8630
|
| 69 |
+
- name: test
|
| 70 |
+
num_bytes: 103631590.762
|
| 71 |
+
num_examples: 1078
|
| 72 |
+
- name: validation
|
| 73 |
+
num_bytes: 97018775.543
|
| 74 |
+
num_examples: 1079
|
| 75 |
+
download_size: 968237292
|
| 76 |
+
dataset_size: 995244921.155
|
| 77 |
---
|
| 78 |
|
| 79 |
# Dataset Card for [Needs More Information]
|
dataset_infos.json
CHANGED
|
@@ -1 +1,162 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"japh1234": {
|
| 3 |
+
"description": "These datasets are extracts from the Pangloss collection and have\nbeen preprocessed for ASR experiments in Na and Japhug.\n",
|
| 4 |
+
"citation": {
|
| 5 |
+
"yong1288": "\n@misc{michaud_alexis_2021_5336698,\nauthor = {Michaud, Alexis and\n Galliot, Benjamin and\n Guillaume, S\u00e9verine},\ntitle = {{Yongning Na for Natural Language Processing: a\n single-speaker audio corpus with transcriptions}},\nmonth = aug,\nyear = 2021,\npublisher = {Zenodo},\nversion = {1.0},\ndoi = {10.5281/zenodo.5336698},\nurl = {https://doi.org/10.5281/zenodo.5336698}\n }\n ",
|
| 6 |
+
"japh1234": "@misc{jacques_guillaume_2021_5521112,\nauthor = {Jacques, Guillaume and\n Galliot, Benjamin and\n Guillaume, S\u00e9verine},\ntitle = {{Japhug for Natural Language Processing: a single-\n speaker audio corpus with transcriptions}},\nmonth = sep,\nyear = 2021,\npublisher = {Zenodo},\nversion = {1.0},\ndoi = {10.5281/zenodo.5521112},\nurl = {https://doi.org/10.5281/zenodo.5521112}\n }\n"
|
| 7 |
+
},
|
| 8 |
+
"homepage": "https://pangloss.cnrs.fr/",
|
| 9 |
+
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/fr/legalcode",
|
| 10 |
+
"features": {
|
| 11 |
+
"path": {
|
| 12 |
+
"dtype": "string",
|
| 13 |
+
"_type": "Value"
|
| 14 |
+
},
|
| 15 |
+
"audio": {
|
| 16 |
+
"sampling_rate": 16000,
|
| 17 |
+
"_type": "Audio"
|
| 18 |
+
},
|
| 19 |
+
"sentence": {
|
| 20 |
+
"dtype": "string",
|
| 21 |
+
"_type": "Value"
|
| 22 |
+
},
|
| 23 |
+
"doctype": {
|
| 24 |
+
"dtype": "string",
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"translation:fr": {
|
| 28 |
+
"dtype": "string",
|
| 29 |
+
"_type": "Value"
|
| 30 |
+
},
|
| 31 |
+
"translation:zh": {
|
| 32 |
+
"dtype": "string",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"task_templates": [
|
| 37 |
+
{
|
| 38 |
+
"task": "automatic-speech-recognition",
|
| 39 |
+
"transcription_column": "forme"
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"builder_name": "pangloss",
|
| 43 |
+
"dataset_name": "pangloss",
|
| 44 |
+
"config_name": "japh1234",
|
| 45 |
+
"version": {
|
| 46 |
+
"version_str": "1.0.0",
|
| 47 |
+
"major": 1,
|
| 48 |
+
"minor": 0,
|
| 49 |
+
"patch": 0
|
| 50 |
+
},
|
| 51 |
+
"splits": {
|
| 52 |
+
"train": {
|
| 53 |
+
"name": "train",
|
| 54 |
+
"num_bytes": 9894596,
|
| 55 |
+
"num_examples": 28677,
|
| 56 |
+
"dataset_name": "pangloss"
|
| 57 |
+
},
|
| 58 |
+
"test": {
|
| 59 |
+
"name": "test",
|
| 60 |
+
"num_bytes": 1235918,
|
| 61 |
+
"num_examples": 3584,
|
| 62 |
+
"dataset_name": "pangloss"
|
| 63 |
+
},
|
| 64 |
+
"validation": {
|
| 65 |
+
"name": "validation",
|
| 66 |
+
"num_bytes": 1239396,
|
| 67 |
+
"num_examples": 3585,
|
| 68 |
+
"dataset_name": "pangloss"
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"download_checksums": {
|
| 72 |
+
"https://mycore.core-cloud.net/index.php/s/kuQCxmyVcUFWroV/download": {
|
| 73 |
+
"num_bytes": 3035269521,
|
| 74 |
+
"checksum": "e01ec3d1ef88e6ae9e6834fb7ac803cfc8f484ba6a33dfdab528fa5cefd36ea9"
|
| 75 |
+
}
|
| 76 |
+
},
|
| 77 |
+
"download_size": 3035269521,
|
| 78 |
+
"dataset_size": 12369910,
|
| 79 |
+
"size_in_bytes": 3047639431
|
| 80 |
+
},
|
| 81 |
+
"yong1288": {
|
| 82 |
+
"description": "These datasets are extracts from the Pangloss collection and have\nbeen preprocessed for ASR experiments in Na and Japhug.\n",
|
| 83 |
+
"citation": {
|
| 84 |
+
"yong1288": "\n@misc{michaud_alexis_2021_5336698,\nauthor = {Michaud, Alexis and\n Galliot, Benjamin and\n Guillaume, S\u00e9verine},\ntitle = {{Yongning Na for Natural Language Processing: a\n single-speaker audio corpus with transcriptions}},\nmonth = aug,\nyear = 2021,\npublisher = {Zenodo},\nversion = {1.0},\ndoi = {10.5281/zenodo.5336698},\nurl = {https://doi.org/10.5281/zenodo.5336698}\n }\n ",
|
| 85 |
+
"japh1234": "@misc{jacques_guillaume_2021_5521112,\nauthor = {Jacques, Guillaume and\n Galliot, Benjamin and\n Guillaume, S\u00e9verine},\ntitle = {{Japhug for Natural Language Processing: a single-\n speaker audio corpus with transcriptions}},\nmonth = sep,\nyear = 2021,\npublisher = {Zenodo},\nversion = {1.0},\ndoi = {10.5281/zenodo.5521112},\nurl = {https://doi.org/10.5281/zenodo.5521112}\n }\n"
|
| 86 |
+
},
|
| 87 |
+
"homepage": "https://pangloss.cnrs.fr/",
|
| 88 |
+
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/fr/legalcode",
|
| 89 |
+
"features": {
|
| 90 |
+
"path": {
|
| 91 |
+
"dtype": "string",
|
| 92 |
+
"_type": "Value"
|
| 93 |
+
},
|
| 94 |
+
"audio": {
|
| 95 |
+
"sampling_rate": 16000,
|
| 96 |
+
"_type": "Audio"
|
| 97 |
+
},
|
| 98 |
+
"sentence": {
|
| 99 |
+
"dtype": "string",
|
| 100 |
+
"_type": "Value"
|
| 101 |
+
},
|
| 102 |
+
"doctype": {
|
| 103 |
+
"dtype": "string",
|
| 104 |
+
"_type": "Value"
|
| 105 |
+
},
|
| 106 |
+
"speaker": {
|
| 107 |
+
"dtype": "string",
|
| 108 |
+
"_type": "Value"
|
| 109 |
+
},
|
| 110 |
+
"translation:fr": {
|
| 111 |
+
"dtype": "string",
|
| 112 |
+
"_type": "Value"
|
| 113 |
+
},
|
| 114 |
+
"translation:en": {
|
| 115 |
+
"dtype": "string",
|
| 116 |
+
"_type": "Value"
|
| 117 |
+
},
|
| 118 |
+
"translation:zh": {
|
| 119 |
+
"dtype": "string",
|
| 120 |
+
"_type": "Value"
|
| 121 |
+
}
|
| 122 |
+
},
|
| 123 |
+
"task_templates": [
|
| 124 |
+
{
|
| 125 |
+
"task": "automatic-speech-recognition",
|
| 126 |
+
"transcription_column": "forme"
|
| 127 |
+
}
|
| 128 |
+
],
|
| 129 |
+
"builder_name": "pangloss",
|
| 130 |
+
"dataset_name": "pangloss",
|
| 131 |
+
"config_name": "yong1288",
|
| 132 |
+
"version": {
|
| 133 |
+
"version_str": "1.0.0",
|
| 134 |
+
"major": 1,
|
| 135 |
+
"minor": 0,
|
| 136 |
+
"patch": 0
|
| 137 |
+
},
|
| 138 |
+
"splits": {
|
| 139 |
+
"train": {
|
| 140 |
+
"name": "train",
|
| 141 |
+
"num_bytes": 794594554.85,
|
| 142 |
+
"num_examples": 8630,
|
| 143 |
+
"dataset_name": null
|
| 144 |
+
},
|
| 145 |
+
"test": {
|
| 146 |
+
"name": "test",
|
| 147 |
+
"num_bytes": 103631590.762,
|
| 148 |
+
"num_examples": 1078,
|
| 149 |
+
"dataset_name": null
|
| 150 |
+
},
|
| 151 |
+
"validation": {
|
| 152 |
+
"name": "validation",
|
| 153 |
+
"num_bytes": 97018775.543,
|
| 154 |
+
"num_examples": 1079,
|
| 155 |
+
"dataset_name": null
|
| 156 |
+
}
|
| 157 |
+
},
|
| 158 |
+
"download_size": 968237292,
|
| 159 |
+
"dataset_size": 995244921.155,
|
| 160 |
+
"size_in_bytes": 1963482213.155
|
| 161 |
+
}
|
| 162 |
+
}
|
yong1288/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a88b39ef0c9eb71f4d249b87b74e8e7b4c00462ceef8b8adeb2b96938155dae2
|
| 3 |
+
size 101136181
|
yong1288/train-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f805d0425dbce3c8644a406eec0c9aab53eb26126bef9ef71849939b7190ea9
|
| 3 |
+
size 388905863
|
yong1288/train-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f21184101de95bc179aa3c1d81d878ff44ffab28a84a80a8187d50873a3d204e
|
| 3 |
+
size 383806135
|
yong1288/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b87475bc4af577d0ed4b851c350e09b6691a0f24a4a770e8c60e2f1dc3534f1a
|
| 3 |
+
size 94389113
|