Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: table_id_paper
|
5 |
+
dtype: string
|
6 |
+
- name: caption
|
7 |
+
dtype: string
|
8 |
+
- name: row_header_level
|
9 |
+
dtype: int32
|
10 |
+
- name: row_headers
|
11 |
+
dtype: large_string
|
12 |
+
- name: column_header_level
|
13 |
+
dtype: int32
|
14 |
+
- name: column_headers
|
15 |
+
dtype: large_string
|
16 |
+
- name: contents
|
17 |
+
dtype: large_string
|
18 |
+
- name: metrics_loc
|
19 |
+
dtype: string
|
20 |
+
- name: metrics_type
|
21 |
+
dtype: large_string
|
22 |
+
- name: target_entity
|
23 |
+
dtype: large_string
|
24 |
+
- name: table_html_clean
|
25 |
+
dtype: large_string
|
26 |
+
- name: table_name
|
27 |
+
dtype: string
|
28 |
+
- name: table_id
|
29 |
+
dtype: string
|
30 |
+
- name: paper_id
|
31 |
+
dtype: string
|
32 |
+
- name: page_no
|
33 |
+
dtype: int32
|
34 |
+
- name: dir
|
35 |
+
dtype: string
|
36 |
+
- name: valid
|
37 |
+
dtype: int32
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 2589321
|
41 |
+
num_examples: 1084
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 349258
|
44 |
+
num_examples: 136
|
45 |
+
- name: test
|
46 |
+
num_bytes: 298309
|
47 |
+
num_examples: 135
|
48 |
+
download_size: 1101061
|
49 |
+
dataset_size: 3236888
|
50 |
+
---
|
51 |
+
# Dataset Card for "numericnlg"
|
52 |
+
|
53 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|