Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -30,23 +30,24 @@ train-eval-index:
|
|
30 |
task_id: entity_extraction
|
31 |
dataset_info:
|
32 |
features:
|
33 |
-
- name: audio
|
34 |
-
dtype:
|
35 |
-
audio:
|
36 |
-
sampling_rate: 16000
|
37 |
- name: sentence
|
38 |
dtype: string
|
39 |
- name: accent
|
40 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
41 |
splits:
|
42 |
-
- name: train
|
43 |
-
num_bytes: 1939343792.0
|
44 |
-
num_examples: 10000
|
45 |
- name: test
|
46 |
-
num_bytes:
|
47 |
num_examples: 451
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
50 |
---
|
51 |
|
52 |
# Dataset Card for [Dataset Name]
|
|
|
30 |
task_id: entity_extraction
|
31 |
dataset_info:
|
32 |
features:
|
|
|
|
|
|
|
|
|
33 |
- name: sentence
|
34 |
dtype: string
|
35 |
- name: accent
|
36 |
dtype: string
|
37 |
+
- name: input_features
|
38 |
+
sequence:
|
39 |
+
sequence: float32
|
40 |
+
- name: labels
|
41 |
+
sequence: int64
|
42 |
splits:
|
|
|
|
|
|
|
43 |
- name: test
|
44 |
+
num_bytes: 433226048
|
45 |
num_examples: 451
|
46 |
+
- name: train
|
47 |
+
num_bytes: 9606026408
|
48 |
+
num_examples: 10000
|
49 |
+
download_size: 2307300737
|
50 |
+
dataset_size: 10039252456
|
51 |
---
|
52 |
|
53 |
# Dataset Card for [Dataset Name]
|