2
File size: 741 Bytes
55b9f18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: field
    dtype: string
  - name: paper_idx
    dtype: string
  - name: doi
    dtype: string
  - name: type
    dtype: string
  - name: table_or_image
    dtype: image
  - name: text_or_caption
    dtype: string
  splits:
  - name: atmosphere
    num_bytes: 202134712.5
    num_examples: 1196
  - name: agriculture
    num_bytes: 446617002.0
    num_examples: 4336
  - name: environment
    num_bytes: 165016111.375
    num_examples: 1125
  download_size: 779035060
  dataset_size: 813767825.875
configs:
- config_name: default
  data_files:
  - split: atmosphere
    path: data/atmosphere-*
  - split: agriculture
    path: data/agriculture-*
  - split: environment
    path: data/environment-*
---