File size: 618 Bytes
ac941fc
9c9a3d3
 
ac941fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bef61e3
 
ac941fc
bef61e3
 
 
 
ac941fc
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: id
    dtype: string
  - name: fiscalyear
    dtype: int64
  - name: Climate change
    dtype: float64
  - name: Climate adaptation
    dtype: float64
  - name: Climate mitigation
    dtype: float64
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 5917626.648089172
    num_examples: 3014
  - name: test
    num_bytes: 1480388.351910828
    num_examples: 754
  download_size: 3277007
  dataset_size: 7398015.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---