stenio123 commited on
Commit
8d45a3f
1 Parent(s): da27dea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ dataset_info:
4
+ features:
5
+ - name: values
6
+ sequence: float64
7
+ - name: metadata
8
+ struct:
9
+ - name: pdf_file
10
+ dtype: string
11
+ - name: text
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 30704920
16
+ num_examples: 981
17
+ download_size: 14917630
18
+ dataset_size: 30704920
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
  ---