File size: 530 Bytes
607ca99
 
bf5b4d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
607ca99
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
---

license: apache-2.0
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: translate
    struct:
    - name: en
      dtype: string
    - name: ta
      dtype: string
  splits:
  - name: train
    num_bytes: 140619387
    num_examples: 228504
  - name: test
    num_bytes: 35087295
    num_examples: 57126
  download_size: 82637609
  dataset_size: 175706682
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---