File size: 627 Bytes
14c94ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: airline_sentiment
    dtype: int64
  splits:
  - name: train
    num_bytes: 972526
    num_examples: 8078
  - name: validation
    num_bytes: 277160
    num_examples: 2308
  - name: test
    num_bytes: 141053
    num_examples: 1155
  - name: OOD
    num_bytes: 266261
    num_examples: 4000
  download_size: 1004960
  dataset_size: 1657000
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
  - split: OOD
    path: data/OOD-*
---