File size: 512 Bytes
cd30cb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d59b676
cd30cb9
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: source_lang
    dtype: string
  - name: source_text
    dtype: string
  - name: target_lang
    dtype: string
  - name: target_text
    dtype: string
  splits:
  - name: train
    num_bytes: 1472.952380952381
    num_examples: 37
  - name: test
    num_bytes: 199.04761904761904
    num_examples: 5
  download_size: 4080
  dataset_size: 1672.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---