Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,13 +1,75 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
- split: tables
|
6 |
-
path:
|
7 |
- split: papers
|
8 |
-
path:
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: odc-by
|
5 |
configs:
|
6 |
- config_name: default
|
7 |
data_files:
|
8 |
- split: tables
|
9 |
+
path: tables.jsonl
|
10 |
- split: papers
|
11 |
+
path: papers.jsonl
|
12 |
+
- split: train
|
13 |
+
path: data/train-*
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: tabid
|
17 |
+
dtype: string
|
18 |
+
- name: table
|
19 |
+
dtype: string
|
20 |
+
- name: row_bib_map
|
21 |
+
list:
|
22 |
+
- name: abstract
|
23 |
+
dtype: string
|
24 |
+
- name: bib_hash_or_arxiv_id
|
25 |
+
dtype: string
|
26 |
+
- name: corpus_id
|
27 |
+
dtype: int64
|
28 |
+
- name: row
|
29 |
+
dtype: int64
|
30 |
+
- name: title
|
31 |
+
dtype: string
|
32 |
+
- name: type
|
33 |
+
dtype: string
|
34 |
+
- name: caption
|
35 |
+
dtype: string
|
36 |
+
- name: in_text_ref
|
37 |
+
list:
|
38 |
+
- name: cite_spans
|
39 |
+
list:
|
40 |
+
- name: end
|
41 |
+
dtype: int64
|
42 |
+
- name: ref_id
|
43 |
+
dtype: string
|
44 |
+
- name: start
|
45 |
+
dtype: int64
|
46 |
+
- name: text
|
47 |
+
dtype: string
|
48 |
+
- name: content_type
|
49 |
+
dtype: string
|
50 |
+
- name: ref_spans
|
51 |
+
list:
|
52 |
+
- name: end
|
53 |
+
dtype: int64
|
54 |
+
- name: ref_id
|
55 |
+
dtype: string
|
56 |
+
- name: start
|
57 |
+
dtype: int64
|
58 |
+
- name: text
|
59 |
+
dtype: string
|
60 |
+
- name: sec_number
|
61 |
+
dtype: string
|
62 |
+
- name: sec_type
|
63 |
+
dtype: string
|
64 |
+
- name: section
|
65 |
+
dtype: string
|
66 |
+
- name: text
|
67 |
+
dtype: string
|
68 |
+
splits:
|
69 |
+
- name: train
|
70 |
+
num_bytes: 24084397
|
71 |
+
num_examples: 2228
|
72 |
+
download_size: 11342543
|
73 |
+
dataset_size: 24084397
|
74 |
---
|
75 |
|