Upload model_card.yaml.txt
Browse files- model_card.yaml.txt +48 -0
model_card.yaml.txt
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_name: "english-to-telugu-translation"
|
| 2 |
+
tags:
|
| 3 |
+
- translation
|
| 4 |
+
- machine-translation
|
| 5 |
+
- english
|
| 6 |
+
- telugu
|
| 7 |
+
library_name: "transformers"
|
| 8 |
+
license: "MIT"
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
- te
|
| 12 |
+
metrics:
|
| 13 |
+
- "BLEU"
|
| 14 |
+
- "ROUGE"
|
| 15 |
+
- "METEOR"
|
| 16 |
+
model_description: |
|
| 17 |
+
This model is trained for English-to-Telugu translation using a Transformer-based architecture.
|
| 18 |
+
It is fine-tuned on a large parallel dataset of English and Telugu sentences.
|
| 19 |
+
|
| 20 |
+
source: "Trained on the English-Telugu Parallel Corpus dataset."
|
| 21 |
+
citation: |
|
| 22 |
+
If you use this model, please cite:
|
| 23 |
+
"English-to-Telugu Translation Model, created by Y. Himavarshini, 2025"
|
| 24 |
+
|
| 25 |
+
model_creators:
|
| 26 |
+
- "Y. Himavarshini"
|
| 27 |
+
- "Gates Institute of Technology"
|
| 28 |
+
|
| 29 |
+
task_categories:
|
| 30 |
+
- "Machine Translation"
|
| 31 |
+
|
| 32 |
+
task_ids:
|
| 33 |
+
- "translation"
|
| 34 |
+
|
| 35 |
+
pretty_name: "English-to-Telugu Translation Model"
|
| 36 |
+
|
| 37 |
+
model_config:
|
| 38 |
+
architecture: "Transformer"
|
| 39 |
+
num_layers: 6
|
| 40 |
+
hidden_size: 512
|
| 41 |
+
vocab_size: 32000
|
| 42 |
+
|
| 43 |
+
datasets:
|
| 44 |
+
- "hima06varshini/english-telugu-parallel-corpus"
|
| 45 |
+
|
| 46 |
+
inference_example:
|
| 47 |
+
- input: "Hello, how are you?"
|
| 48 |
+
output: "హలో, మీరు ఎలా ఉన్నారు?"
|