Model Card for Model ID
A English to Hindi Translation Model.
Model Details
Model Description
This is the model card of a 🤗 transformers model that has been pushed on the Hub.
- Developed by: Swekerr
- Model type: Translation
- Language(s) (NLP): [More Information Needed]
Model Sources [optional]
How to Get Started with the Model
Use the code below to get started with the model.
from transformers import pipeline
checkpoint = "Swekerr/eng2hindi"
translate = pipeline("translation", model=checkpoint)
translate("Failure is the pillar of success")
>>> [{'translation_text': 'असफलता सफलता का स्तम्भ है।'}]
Citation [optional]
- Downloads last month
- 40
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.