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

facebook
/
mbart-large-en-ro

Translation
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
English
Romanian
mbart
Model card Files Files and versions
xet
Community
3

Instructions to use facebook/mbart-large-en-ro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use facebook/mbart-large-en-ro 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="facebook/mbart-large-en-ro")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("facebook/mbart-large-en-ro", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mbart-large-en-ro
4.91 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 21 commits
lysandre's picture
lysandre HF Staff
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
3f6705e over 2 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#2) over 2 years ago
  • README.md
    476 Bytes
    Update README.md almost 6 years ago
  • config.json
    1.35 kB
    add tf model file over 5 years ago
  • model.safetensors
    1.22 GB
    xet
    Adding `safetensors` variant of this model (#2) over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.22 GB
    xet
    Update pytorch_model.bin almost 6 years ago
  • sentence.bpe.model
    5.07 MB
    Update sentence.bpe.model about 6 years ago
  • sentencepiece.bpe.model
    5.07 MB
    Move files from facebook/mbart-large-en-ro about 5 years ago
  • tf_model.h5
    2.44 GB
    xet
    add tf model file over 5 years ago
  • tokenizer.json
    9.1 MB
    Update tokenizer.json over 5 years ago