File size: 511 Bytes
157ac99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d694119
157ac99
 
d694119
157ac99
d694119
 
157ac99
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: text
    dtype: string
  - name: target
    dtype: string
  - name: choices
    sequence: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 9230770
    num_examples: 16000
  - name: test
    num_bytes: 917067
    num_examples: 1600
  download_size: 6673902
  dataset_size: 10147837
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---