Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: title
|
8 |
+
dtype: string
|
9 |
+
- name: office
|
10 |
+
dtype: string
|
11 |
+
- name: publish
|
12 |
+
dtype: string
|
13 |
+
- name: expiry
|
14 |
+
dtype: string
|
15 |
+
- name: type
|
16 |
+
dtype: string
|
17 |
+
- name: status
|
18 |
+
dtype: string
|
19 |
+
- name: url
|
20 |
+
dtype: string
|
21 |
+
- name: download_link_word
|
22 |
+
dtype: string
|
23 |
+
- name: download_link_html
|
24 |
+
dtype: string
|
25 |
+
- name: download_link_pdf
|
26 |
+
dtype: string
|
27 |
+
- name: content
|
28 |
+
dtype: string
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 368753913
|
32 |
+
num_examples: 22552
|
33 |
+
download_size: 161732378
|
34 |
+
dataset_size: 368753913
|
35 |
+
configs:
|
36 |
+
- config_name: default
|
37 |
+
data_files:
|
38 |
+
- split: train
|
39 |
+
path: data/train-*
|
40 |
---
|