File size: 595 Bytes
702144c
 
 
5e51337
 
 
 
 
 
 
 
702144c
 
5e51337
3bd6058
702144c
5e51337
702144c
 
5e51337
3bd6058
5e51337
 
702144c
 
 
 
 
 
 
 
 
 
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
31
32
33
34
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: translation
    struct:
    - name: en
      dtype: string
    - name: vi
      dtype: string
  splits:
  - name: train
    num_bytes: 2512190
    num_examples: 10000
  - name: validation
    num_bytes: 123810
    num_examples: 500
  - name: test
    num_bytes: 30908696
    num_examples: 122817
  download_size: 20605458
  dataset_size: 33544696
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---