File size: 587 Bytes
9b4b23c
 
664645c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9b4b23c
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: data_id
    dtype: string
  - name: text
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 11683708
    num_examples: 40475
  - name: val
    num_bytes: 1147521
    num_examples: 3895
  - name: test
    num_bytes: 2458269
    num_examples: 8197
  download_size: 6992280
  dataset_size: 15289498
---