YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Model Name: English ↔ Telugu Translation Model

Description

This is a pre-trained model for English to Telugu translation, trained on a large parallel corpus of English-Telugu text data.

How to Use

from transformers import pipeline
translator = pipeline("translation_en_to_te", model="hima06varshini/english-telugu-translation-model")
print(translator("Hello, how are you?"))
Downloads last month
28
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.