Commit ·
ccd090b
1
Parent(s): dcf1b84
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,6 +8,32 @@ size_categories:
|
|
| 8 |
- 100K<n<1M
|
| 9 |
tags:
|
| 10 |
- education
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
# Dataset Card for Running Records Errors Dataset
|
| 13 |
|
|
|
|
| 8 |
- 100K<n<1M
|
| 9 |
tags:
|
| 10 |
- education
|
| 11 |
+
dataset_info:
|
| 12 |
+
features:
|
| 13 |
+
- name: audio_path
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: asr_transcript
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: original_text
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: mutated_text
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: index_tags
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: mutated_tags
|
| 24 |
+
dtype: string
|
| 25 |
+
splits:
|
| 26 |
+
- name: DEL
|
| 27 |
+
num_bytes: 208676326
|
| 28 |
+
num_examples: 351867
|
| 29 |
+
- name: SUB
|
| 30 |
+
num_bytes: 243003228
|
| 31 |
+
num_examples: 351867
|
| 32 |
+
- name: REP
|
| 33 |
+
num_bytes: 303304320
|
| 34 |
+
num_examples: 351867
|
| 35 |
+
download_size: 317852265
|
| 36 |
+
dataset_size: 754983874
|
| 37 |
---
|
| 38 |
# Dataset Card for Running Records Errors Dataset
|
| 39 |
|