pszemraj commited on
Commit
c262b11
·
1 Parent(s): 71b44c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: rtf
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: 61558658.13180516
14
+ num_examples: 942
15
+ - name: validation
16
+ num_bytes: 3398142.4871060173
17
+ num_examples: 52
18
+ - name: test
19
+ num_bytes: 3463491.3810888254
20
+ num_examples: 53
21
+ download_size: 22547280
22
+ dataset_size: 68420292.0
23
+ configs:
24
+ - config_name: rtf
25
+ data_files:
26
+ - split: train
27
+ path: rtf/train-*
28
+ - split: validation
29
+ path: rtf/validation-*
30
+ - split: test
31
+ path: rtf/test-*
32
+ ---
33
+ # Dataset Card for "released-gov-docs-misc"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)