Datasets:
Upload dataset
Browse files- README.md +60 -7
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,21 +1,74 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- automatic-speech-recognition
|
| 5 |
-
|
| 6 |
-
- en
|
| 7 |
tags:
|
| 8 |
- pronunciation-scoring
|
| 9 |
-
pretty_name: speechocean762
|
| 10 |
-
size_categories:
|
| 11 |
-
- 1K<n<10K
|
| 12 |
configs:
|
| 13 |
- config_name: default
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
-
path:
|
| 17 |
- split: test
|
| 18 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
# speechocean762: A non-native English corpus for pronunciation scoring task
|
| 21 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
task_categories:
|
| 8 |
- automatic-speech-recognition
|
| 9 |
+
pretty_name: speechocean762
|
|
|
|
| 10 |
tags:
|
| 11 |
- pronunciation-scoring
|
|
|
|
|
|
|
|
|
|
| 12 |
configs:
|
| 13 |
- config_name: default
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
+
path: data/train-*
|
| 17 |
- split: test
|
| 18 |
+
path: data/test-*
|
| 19 |
+
dataset_info:
|
| 20 |
+
features:
|
| 21 |
+
- name: accuracy
|
| 22 |
+
dtype: int64
|
| 23 |
+
- name: completeness
|
| 24 |
+
dtype: float64
|
| 25 |
+
- name: fluency
|
| 26 |
+
dtype: int64
|
| 27 |
+
- name: prosodic
|
| 28 |
+
dtype: int64
|
| 29 |
+
- name: text
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: total
|
| 32 |
+
dtype: int64
|
| 33 |
+
- name: words
|
| 34 |
+
list:
|
| 35 |
+
- name: accuracy
|
| 36 |
+
dtype: int64
|
| 37 |
+
- name: phones
|
| 38 |
+
sequence: string
|
| 39 |
+
- name: phones-accuracy
|
| 40 |
+
sequence: float64
|
| 41 |
+
- name: stress
|
| 42 |
+
dtype: int64
|
| 43 |
+
- name: text
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: total
|
| 46 |
+
dtype: int64
|
| 47 |
+
- name: mispronunciations
|
| 48 |
+
list:
|
| 49 |
+
- name: canonical-phone
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: index
|
| 52 |
+
dtype: int64
|
| 53 |
+
- name: pronounced-phone
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: speaker
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: gender
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: age
|
| 60 |
+
dtype: int64
|
| 61 |
+
- name: audio
|
| 62 |
+
dtype: audio
|
| 63 |
+
splits:
|
| 64 |
+
- name: train
|
| 65 |
+
num_bytes: 291617098.0
|
| 66 |
+
num_examples: 2500
|
| 67 |
+
- name: test
|
| 68 |
+
num_bytes: 289610485.0
|
| 69 |
+
num_examples: 2500
|
| 70 |
+
download_size: 611820406
|
| 71 |
+
dataset_size: 581227583.0
|
| 72 |
---
|
| 73 |
# speechocean762: A non-native English corpus for pronunciation scoring task
|
| 74 |
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acbf4bf36a638c34d7887113c908c8ab0bd209931a59cad83bba7edad46af936
|
| 3 |
+
size 295925429
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3f0c65f8eba1ab58200c94e537117de53efcc4fa68e5ac3882edc15be08c2da
|
| 3 |
+
size 315894977
|