File size: 682 Bytes
fa17186
70fd6b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fa17186
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 932322239
    num_examples: 451792
  - name: train_downsampling
    num_bytes: 326403978
    num_examples: 101056
  - name: validation
    num_bytes: 113704284
    num_examples: 56474
  - name: test
    num_bytes: 93458524
    num_examples: 56474
  download_size: 548476005
  dataset_size: 1465889025
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: train_downsampling
    path: data/train_downsampling-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---