Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
features:
|
5 |
- name: section
|
6 |
dtype: string
|
@@ -21,6 +41,14 @@ dataset_info:
|
|
21 |
download_size: 22547280
|
22 |
dataset_size: 68420292.0
|
23 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- config_name: rtf
|
25 |
data_files:
|
26 |
- split: train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: docx
|
4 |
+
features:
|
5 |
+
- name: section
|
6 |
+
dtype: string
|
7 |
+
- name: filename
|
8 |
+
dtype: string
|
9 |
+
- name: text
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 4605598.853503184
|
14 |
+
num_examples: 141
|
15 |
+
- name: validation
|
16 |
+
num_bytes: 261310.57324840763
|
17 |
+
num_examples: 8
|
18 |
+
- name: test
|
19 |
+
num_bytes: 261310.57324840763
|
20 |
+
num_examples: 8
|
21 |
+
download_size: 1788590
|
22 |
+
dataset_size: 5128220.0
|
23 |
+
- config_name: rtf
|
24 |
features:
|
25 |
- name: section
|
26 |
dtype: string
|
|
|
41 |
download_size: 22547280
|
42 |
dataset_size: 68420292.0
|
43 |
configs:
|
44 |
+
- config_name: docx
|
45 |
+
data_files:
|
46 |
+
- split: train
|
47 |
+
path: docx/train-*
|
48 |
+
- split: validation
|
49 |
+
path: docx/validation-*
|
50 |
+
- split: test
|
51 |
+
path: docx/test-*
|
52 |
- config_name: rtf
|
53 |
data_files:
|
54 |
- split: train
|