File size: 1,151 Bytes
9e1f23b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
model_name: "english-to-telugu-translation"
tags:
  - translation
  - machine-translation
  - english
  - telugu
library_name: "transformers"
license: "MIT"
language: 
  - en
  - te
metrics:
  - "BLEU"
  - "ROUGE"
  - "METEOR"
model_description: |
  This model is trained for English-to-Telugu translation using a Transformer-based architecture.
  It is fine-tuned on a large parallel dataset of English and Telugu sentences.

source: "Trained on the English-Telugu Parallel Corpus dataset."
citation: |
  If you use this model, please cite:
  "English-to-Telugu Translation Model, created by Y. Himavarshini, 2025"
  
model_creators:
  - "Y. Himavarshini"
  - "Gates Institute of Technology"

task_categories:
  - "Machine Translation"

task_ids:
  - "translation"

pretty_name: "English-to-Telugu Translation Model"

model_config:
  architecture: "Transformer"
  num_layers: 6
  hidden_size: 512
  vocab_size: 32000

datasets:
  - "hima06varshini/english-telugu-parallel-corpus"

inference_example:
  - input: "Hello, how are you?"
    output: "హలో, మీరు ఎలా ఉన్నారు?"