--- library_name: transformers datasets: - Aarif1430/english-to-hindi language: - en - hi pipeline_tag: translation --- # 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](https://x.com/paneerchilli65) - **Model type:** Translation - **Language(s) (NLP):** [More Information Needed] ### Model Sources [optional] - **Repository:** [.](https://github.com/SwekeR-463/eng-2hindi) - **Demo:** [.](https://huggingface.co/spaces/Swekerr/English-2-Hindi) ## How to Get Started with the Model Use the code below to get started with the model. ```python from transformers import pipeline checkpoint = "Swekerr/eng2hindi" translate = pipeline("translation", model=checkpoint) translate("Failure is the pillar of success") >>> [{'translation_text': 'рдЕрд╕рдлрд▓рддрд╛ рд╕рдлрд▓рддрд╛ рдХрд╛ рд╕реНрддрдореНрдн рд╣реИред'}] ``` ## Citation [optional]