Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -40,6 +40,26 @@ dataset_info:
|
|
40 |
num_examples: 8
|
41 |
download_size: 1788590
|
42 |
dataset_size: 5128220.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
- config_name: rtf
|
44 |
features:
|
45 |
- name: section
|
@@ -97,6 +117,14 @@ configs:
|
|
97 |
path: docx/validation-*
|
98 |
- split: test
|
99 |
path: docx/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
- config_name: rtf
|
101 |
data_files:
|
102 |
- split: train
|
|
|
40 |
num_examples: 8
|
41 |
download_size: 1788590
|
42 |
dataset_size: 5128220.0
|
43 |
+
- config_name: pptx
|
44 |
+
features:
|
45 |
+
- name: section
|
46 |
+
dtype: string
|
47 |
+
- name: filename
|
48 |
+
dtype: string
|
49 |
+
- name: text
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 9517778
|
54 |
+
num_examples: 963
|
55 |
+
- name: validation
|
56 |
+
num_bytes: 513930
|
57 |
+
num_examples: 53
|
58 |
+
- name: test
|
59 |
+
num_bytes: 436852
|
60 |
+
num_examples: 54
|
61 |
+
download_size: 5314310
|
62 |
+
dataset_size: 10468560
|
63 |
- config_name: rtf
|
64 |
features:
|
65 |
- name: section
|
|
|
117 |
path: docx/validation-*
|
118 |
- split: test
|
119 |
path: docx/test-*
|
120 |
+
- config_name: pptx
|
121 |
+
data_files:
|
122 |
+
- split: train
|
123 |
+
path: pptx/train-*
|
124 |
+
- split: validation
|
125 |
+
path: pptx/validation-*
|
126 |
+
- split: test
|
127 |
+
path: pptx/test-*
|
128 |
- config_name: rtf
|
129 |
data_files:
|
130 |
- split: train
|