Datasets:
Modalities:
Text
Size:
10K - 100K
yongchanskii
commited on
Commit
•
ffc0f62
1
Parent(s):
6aaec65
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,53 +1,25 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
-
dtype: string
|
6 |
-
- name: channelName
|
7 |
dtype: string
|
8 |
- name: category
|
9 |
dtype: string
|
10 |
-
- name: title
|
11 |
-
dtype: string
|
12 |
-
- name: videoId
|
13 |
-
dtype: string
|
14 |
- name: domainTag
|
15 |
dtype: string
|
16 |
-
- name:
|
17 |
-
struct:
|
18 |
-
- name: bytes
|
19 |
-
dtype: binary
|
20 |
-
- name: path
|
21 |
-
dtype: string
|
22 |
-
- name: transcriptionPath
|
23 |
-
dtype: string
|
24 |
-
- name: start
|
25 |
-
dtype: float64
|
26 |
-
- name: end
|
27 |
-
dtype: float64
|
28 |
-
- name: WER
|
29 |
-
dtype: float64
|
30 |
-
- name: CER
|
31 |
-
dtype: float64
|
32 |
-
- name: referenceText
|
33 |
dtype: string
|
34 |
-
- name: hypotheseText
|
35 |
-
dtype: string
|
36 |
-
- name: referenceTextLength
|
37 |
-
dtype: int64
|
38 |
-
- name: hypotheseTextLength
|
39 |
-
dtype: int64
|
40 |
- name: __index_level_0__
|
41 |
dtype: int64
|
42 |
splits:
|
43 |
- name: train
|
44 |
-
num_bytes:
|
45 |
-
num_examples:
|
46 |
- name: test
|
47 |
-
num_bytes:
|
48 |
-
num_examples:
|
49 |
-
download_size:
|
50 |
-
dataset_size:
|
51 |
---
|
52 |
# Dataset Card for "text-data-various-domain"
|
53 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: docId
|
|
|
|
|
5 |
dtype: string
|
6 |
- name: category
|
7 |
dtype: string
|
|
|
|
|
|
|
|
|
8 |
- name: domainTag
|
9 |
dtype: string
|
10 |
+
- name: text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- name: __index_level_0__
|
13 |
dtype: int64
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 26445149
|
17 |
+
num_examples: 84235
|
18 |
- name: test
|
19 |
+
num_bytes: 6639023
|
20 |
+
num_examples: 21059
|
21 |
+
download_size: 20057835
|
22 |
+
dataset_size: 33084172
|
23 |
---
|
24 |
# Dataset Card for "text-data-various-domain"
|
25 |
|