seba3y commited on
Commit
c31c3b6
1 Parent(s): 3c2ce35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -45,13 +45,13 @@ dataset_info:
45
  dtype: string
46
  splits:
47
  - name: train
48
- num_bytes: 291183074.0
49
  num_examples: 2500
50
  - name: test
51
- num_bytes: 289185618.0
52
  num_examples: 2500
53
  download_size: 612060621
54
- dataset_size: 580368692.0
55
  configs:
56
  - config_name: default
57
  data_files:
@@ -59,6 +59,7 @@ configs:
59
  path: data/train-*
60
  - split: test
61
  path: data/test-*
 
62
  ---
63
  # speechocean762: A non-native English corpus for pronunciation scoring task
64
 
@@ -82,7 +83,8 @@ DatasetDict({
82
  })
83
  })
84
  ```
85
- Features are ordered as following
 
86
  1- Demographic featurs: `'spk', 'age', 'gender', 'utt_name'`
87
 
88
  2- Sentence-level featurs: `'audio', 'utt_text', 'utt_accuracy', 'utt_completeness', 'utt_fluency', 'utt_prosodic', 'utt_total'`
@@ -375,7 +377,4 @@ Please cite our paper if you find this work useful:
375
  booktitle={Proc. Interspeech 2021},
376
  year={2021}
377
  }
378
- ```
379
-
380
-
381
-
 
45
  dtype: string
46
  splits:
47
  - name: train
48
+ num_bytes: 291183074
49
  num_examples: 2500
50
  - name: test
51
+ num_bytes: 289185618
52
  num_examples: 2500
53
  download_size: 612060621
54
+ dataset_size: 580368692
55
  configs:
56
  - config_name: default
57
  data_files:
 
59
  path: data/train-*
60
  - split: test
61
  path: data/test-*
62
+ pretty_name: ' '
63
  ---
64
  # speechocean762: A non-native English corpus for pronunciation scoring task
65
 
 
83
  })
84
  })
85
  ```
86
+ Features are ordered as following:
87
+
88
  1- Demographic featurs: `'spk', 'age', 'gender', 'utt_name'`
89
 
90
  2- Sentence-level featurs: `'audio', 'utt_text', 'utt_accuracy', 'utt_completeness', 'utt_fluency', 'utt_prosodic', 'utt_total'`
 
377
  booktitle={Proc. Interspeech 2021},
378
  year={2021}
379
  }
380
+ ```