File size: 575 Bytes
f8a69a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: sample
    dtype: string
  - name: label
    dtype: string
  - name: score
    dtype: float64
  splits:
  - name: train
    num_bytes: 154657484
    num_examples: 1793370
  - name: test
    num_bytes: 39465424
    num_examples: 461677
  - name: validation
    num_bytes: 27062716
    num_examples: 315685
  download_size: 33367465
  dataset_size: 221185624
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---