Commit
·
4e4a46d
1
Parent(s):
6005c3d
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': financial_reports
|
11 |
+
'1': government_tenders
|
12 |
+
'2': laws_and_regulations
|
13 |
+
'3': manuals
|
14 |
+
'4': patents
|
15 |
+
'5': scientific_articles
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 1798548
|
19 |
+
num_examples: 691
|
20 |
+
- name: validation
|
21 |
+
num_bytes: 166488
|
22 |
+
num_examples: 64
|
23 |
+
- name: test
|
24 |
+
num_bytes: 124710
|
25 |
+
num_examples: 49
|
26 |
+
download_size: 1173005
|
27 |
+
dataset_size: 2089746
|
28 |
+
---
|
29 |
+
# Dataset Card for "doclaynet_classlabel"
|
30 |
+
|
31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|