File size: 924 Bytes
9cc6c03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4fd00ea
9cc6c03
 
 
 
 
 
04226a7
 
fcc7c69
 
04226a7
e93852f
04226a7
 
e93852f
 
 
 
fcc7c69
 
e93852f
1313e71
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
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-*
task_categories:
- translation
language:
- ne
- en
tags:
- nepali
- roman-english2nepali
- translation
size_categories:
- 1M<n<10M
---


## Use this dataset

```Python
from datasets import load_dataset

data = load_dataset("syubraj/roman2nepali-transliteration")
```



## Source Dataset:

[Saugatkafley/Nepali-Roman-Transliteration](https://huggingface.co/datasets/Saugatkafley/Nepali-Roman-Transliteration)