Aarif1430 commited on
Commit
ecd7a3b
1 Parent(s): 4b2fa0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -18,5 +18,53 @@ configs:
18
  path: data/train-*
19
  ---
20
  # Dataset Card for "english-to-hindi"
 
21
 
22
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  path: data/train-*
19
  ---
20
  # Dataset Card for "english-to-hindi"
21
+ **Dataset Card: English-to-Hindi Translation**
22
 
23
+ **Overview:**
24
+ - **Dataset Name:** English-to-Hindi Translation
25
+ - **Dataset Size:** 128K sentences
26
+ - **Source:** Curated list of English sentences paired with their Hindi translations.
27
+ - **Use Case:** Training machine translation models, specifically English-to-Hindi translation using transformer architectures.
28
+
29
+ **Data Collection:**
30
+ - **Collection Method:** Manual translation by bilingual speakers.
31
+ - **Data Quality:** High quality with accurate translations.
32
+
33
+ **Dataset Composition:**
34
+ - **Language Pair:** English to Hindi
35
+ - **Text Type:** General sentences, covering a wide range of topics.
36
+ - **Text Length:** Varied lengths of sentences.
37
+
38
+ **Data Format:**
39
+ - **Format:** CSV, each row containing an English sentence and its corresponding Hindi translation.
40
+
41
+ **Licensing:**
42
+ - **License:** MIT
43
+
44
+ **Dataset Distribution:**
45
+ - **Availability:**
46
+ ```python
47
+ from datasets import load_dataset
48
+
49
+ dataset = load_dataset("Aarif1430/english-to-hindi")
50
+ ```
51
+ ```shell
52
+ curl -X GET "https://datasets-server.huggingface.co/rows?dataset=Aarif1430%2Fenglish-to-hindi&config=default&split=train&offset=0&length=100"
53
+ ```
54
+ - **Download Size:** 21.7 MB
55
+
56
+ **Potential Use Cases:**
57
+ - Training and evaluating machine translation models.
58
+ - Research in natural language processing, specifically in the field of translation.
59
+
60
+ **Limitations:**
61
+ - Limited coverage of domain-specific language or specialized terminology.
62
+
63
+ **Additional Information:**
64
+ - 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.
65
+
66
+ **Citation:**
67
+ - If you use this dataset in your work, please cite the dataset using the provided citation information.
68
+
69
+ **References:**
70
+ - https://huggingface.co/datasets/ai4bharat/samanantar