File size: 2,234 Bytes
4b2fa0d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ecd7a3b
4b2fa0d
ecd7a3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
dataset_info:
  features:
  - name: english_sentence
    dtype: string
  - name: hindi_sentence
    dtype: string
  splits:
  - name: train
    num_bytes: 41188315
    num_examples: 127705
  download_size: 21737146
  dataset_size: 41188315
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "english-to-hindi"
**Dataset Card: English-to-Hindi Translation**

**Overview:**
- **Dataset Name:** English-to-Hindi Translation
- **Dataset Size:** 128K sentences
- **Source:** Curated list of English sentences paired with their Hindi translations.
- **Use Case:** Training machine translation models, specifically English-to-Hindi translation using transformer architectures.

**Data Collection:**
- **Collection Method:** Manual translation by bilingual speakers.
- **Data Quality:** High quality with accurate translations.

**Dataset Composition:**
- **Language Pair:** English to Hindi
- **Text Type:** General sentences, covering a wide range of topics.
- **Text Length:** Varied lengths of sentences.

**Data Format:**
- **Format:** CSV, each row containing an English sentence and its corresponding Hindi translation.

**Licensing:**
- **License:** MIT

**Dataset Distribution:**
- **Availability:**
  ```python
  from datasets import load_dataset
  
  dataset = load_dataset("Aarif1430/english-to-hindi")
  ```
  ```shell
  curl -X GET "https://datasets-server.huggingface.co/rows?dataset=Aarif1430%2Fenglish-to-hindi&config=default&split=train&offset=0&length=100"
  ```
- **Download Size:** 21.7 MB

**Potential Use Cases:**
- Training and evaluating machine translation models.
- Research in natural language processing, specifically in the field of translation.

**Limitations:**
- Limited coverage of domain-specific language or specialized terminology.

**Additional Information:**
- The dataset was created to facilitate research and development in English-to-Hindi machine translation. Researchers and developers are encouraged to contribute to and improve the dataset.

**Citation:**
- If you use this dataset in your work, please cite the dataset using the provided citation information.

**References:**
- https://huggingface.co/datasets/ai4bharat/samanantar