Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

arunapriyad24
/
MT

Translation
Transformers
code
Model card Files Files and versions
xet
Community

Instructions to use arunapriyad24/MT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arunapriyad24/MT with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="arunapriyad24/MT")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("arunapriyad24/MT", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
arunapriyad24's picture
arunapriyad24
Upload Untitled2.ipynb
dfb4493 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.13 kB
    Update README.md about 1 year ago
  • Untitled2.ipynb
    217 kB
    Upload Untitled2.ipynb about 1 year ago