File size: 539 Bytes
898a80d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: source
    dtype: string
  - name: target
    dtype: string
  splits:
  - name: train
    num_bytes: 476757823
    num_examples: 204045
  - name: validation
    num_bytes: 26156893
    num_examples: 11332
  - name: test
    num_bytes: 26620133
    num_examples: 11334
  download_size: 336210538
  dataset_size: 529534849
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---