Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -26,6 +26,57 @@ configs:
|
|
26 |
- resolution
|
27 |
tags:
|
28 |
- fused-head-identification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for Numeric Fused Heads
|
|
|
26 |
- resolution
|
27 |
tags:
|
28 |
- fused-head-identification
|
29 |
+
dataset_info:
|
30 |
+
- config_name: identification
|
31 |
+
features:
|
32 |
+
- name: tokens
|
33 |
+
sequence: string
|
34 |
+
- name: start_index
|
35 |
+
dtype: int32
|
36 |
+
- name: end_index
|
37 |
+
dtype: int32
|
38 |
+
- name: label
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: neg
|
43 |
+
1: pos
|
44 |
+
splits:
|
45 |
+
- name: test
|
46 |
+
num_bytes: 68282
|
47 |
+
num_examples: 500
|
48 |
+
- name: train
|
49 |
+
num_bytes: 22290345
|
50 |
+
num_examples: 165606
|
51 |
+
- name: validation
|
52 |
+
num_bytes: 2474528
|
53 |
+
num_examples: 18401
|
54 |
+
download_size: 24407520
|
55 |
+
dataset_size: 24833155
|
56 |
+
- config_name: resolution
|
57 |
+
features:
|
58 |
+
- name: tokens
|
59 |
+
sequence: string
|
60 |
+
- name: line_indices
|
61 |
+
sequence: int32
|
62 |
+
- name: head
|
63 |
+
sequence: string
|
64 |
+
- name: speakers
|
65 |
+
sequence: string
|
66 |
+
- name: anchors_indices
|
67 |
+
sequence: int32
|
68 |
+
splits:
|
69 |
+
- name: test
|
70 |
+
num_bytes: 2743071
|
71 |
+
num_examples: 1000
|
72 |
+
- name: train
|
73 |
+
num_bytes: 19766437
|
74 |
+
num_examples: 7412
|
75 |
+
- name: validation
|
76 |
+
num_bytes: 2633549
|
77 |
+
num_examples: 1000
|
78 |
+
download_size: 24923403
|
79 |
+
dataset_size: 25143057
|
80 |
---
|
81 |
|
82 |
# Dataset Card for Numeric Fused Heads
|