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]

  • Repository: .
  • Demo: .

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
Safetensors
Model size
75.9M params
Tensor type
F32
·
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.

Dataset used to train Swekerr/eng2hindi

Space using Swekerr/eng2hindi 1