File size: 480 Bytes
74b8ddb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Complex
    dtype: string
  - name: Simple
    dtype: string
  - name: language
    dtype: string
  splits:
  - name: train
    num_bytes: 6490750.638957542
    num_examples: 26508
  - name: test
    num_bytes: 2774383.3132254374
    num_examples: 10786
  download_size: 6742429
  dataset_size: 9265133.95218298
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---