File size: 427 Bytes
23266fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: English
    dtype: string
  - name: Spanish
    dtype: string
  splits:
  - name: train
    num_bytes: 27167.491228070176
    num_examples: 91
  - name: test
    num_bytes: 6866.508771929824
    num_examples: 23
  download_size: 25088
  dataset_size: 34034.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---