File size: 858 Bytes
0170f09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d9d991b
0170f09
d9d991b
 
0170f09
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: markdown_text
    dtype: string
  - name: pdf_metadata
    struct:
    - name: id
      dtype: string
    - name: categories
      sequence: string
  - name: chunk_metadata
    struct:
    - name: file_path
      dtype: string
    - name: page_count
      dtype: int32
    - name: page_num
      dtype: int32
    - name: table_of_content_items
      sequence:
      - name: level
        dtype: int32
      - name: title
        dtype: string
      - name: page
        dtype: int32
    - name: tables
      sequence: string
    - name: images
      sequence: string
    - name: graphics
      sequence: string
  splits:
  - name: train
    num_bytes: 537609
    num_examples: 120
  download_size: 301351
  dataset_size: 537609
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---