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

WindstormLabs
/
translate-pt-en

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

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

  • Libraries
  • Transformers

    How to use WindstormLabs/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="WindstormLabs/translate-pt-en")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("WindstormLabs/translate-pt-en", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
translate-pt-en / lora
315 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
sneakyfree's picture
sneakyfree
clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill)
2c21ef0 verified 6 days ago
  • config.json
    1.37 kB
    clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill) 6 days ago
  • generation_config.json
    293 Bytes
    clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill) 6 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    312 MB
    xet
    clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill) 6 days ago
  • source.spm
    800 kB
    xet
    clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill) 6 days ago
  • target.spm
    779 kB
    xet
    clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill) 6 days ago
  • tokenizer_config.json
    265 Bytes
    clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill) 6 days ago
  • vocab.json
    1.46 MB
    clone from WindyWord/translate-pt-en via HF->HF (ADR-039 Phase C gap-fill) 6 days ago