Upload dataset_card.yaml.txt
Browse files- dataset_card.yaml.txt +42 -0
dataset_card.yaml.txt
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
dataset_name: "english-telugu-parallel-corpus"
|
2 |
+
tags:
|
3 |
+
- translation
|
4 |
+
- machine-translation
|
5 |
+
- english
|
6 |
+
- telugu
|
7 |
+
license: "CC-BY-4.0"
|
8 |
+
languages:
|
9 |
+
- en
|
10 |
+
- te
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
dataset_description: |
|
14 |
+
This dataset consists of parallel English-Telugu sentences used for training machine translation models.
|
15 |
+
It includes a variety of sentence structures and vocabulary to enhance translation accuracy.
|
16 |
+
|
17 |
+
source: "Collected from open-source corpora and aligned manually."
|
18 |
+
citation: |
|
19 |
+
If you use this dataset, please cite:
|
20 |
+
"English-Telugu Parallel Corpus, created by Y. Himavarshini, 2025"
|
21 |
+
|
22 |
+
dataset_creators:
|
23 |
+
- "Y. Himavarshini"
|
24 |
+
- "Gates Institute of Technology"
|
25 |
+
|
26 |
+
annotations_creators:
|
27 |
+
- "Crowdsourced"
|
28 |
+
|
29 |
+
task_categories:
|
30 |
+
- "Machine Translation"
|
31 |
+
|
32 |
+
task_ids:
|
33 |
+
- "translation"
|
34 |
+
|
35 |
+
pretty_name: "English-Telugu Parallel Corpus"
|
36 |
+
|
37 |
+
configs:
|
38 |
+
- config_name: "default"
|
39 |
+
data_files:
|
40 |
+
- train: "english_telugu_train.csv"
|
41 |
+
- test: "english_telugu_test.csv"
|
42 |
+
- validation: "english_telugu_validation.csv"
|