File size: 549 Bytes
ac286e3
 
a677ae4
 
 
 
 
 
 
 
 
 
 
 
b767b50
a677ae4
 
b767b50
a677ae4
b767b50
 
a677ae4
 
 
 
 
 
 
ac286e3
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: mit
dataset_info:
  features:
  - name: id
    dtype: string
  - name: translation
    struct:
    - name: nepali
      dtype: string
    - name: roman
      dtype: string
  splits:
  - name: train
    num_bytes: 148156341
    num_examples: 2397414
  - name: validation
    num_bytes: 158422
    num_examples: 2804
  download_size: 86185823
  dataset_size: 148314763
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---