Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

WindyWord
/
translate-pt-en

Translation
Transformers
Portuguese
English
marian
windyword
portuguese
english
Model card Files Files and versions
xet
Community

Instructions to use WindyWord/translate-pt-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use WindyWord/translate-pt-en 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="WindyWord/translate-pt-en")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("WindyWord/translate-pt-en", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
translate-pt-en
315 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
sneakyfree's picture
sneakyfree
Add WindyWord model card
e6b54c4 verified about 1 month ago
  • lora
    Initial: Helsinki-NLP/opus-mt-ROMANCE-en weights handle Portuguese as one of 6 Romance source languages about 1 month ago
  • .gitattributes
    1.62 kB
    Initial: Helsinki-NLP/opus-mt-ROMANCE-en weights handle Portuguese as one of 6 Romance source languages about 1 month ago
  • README.md
    2.15 kB
    Add WindyWord model card about 1 month ago