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

  • Log In
  • Sign Up

Qilex
/
bart-largeEN-ME

Translation
Transformers
PyTorch
English
me
bart
text2text-generation
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use Qilex/bart-largeEN-ME with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Qilex/bart-largeEN-ME 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="Qilex/bart-largeEN-ME")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Qilex/bart-largeEN-ME")
    model = AutoModelForSeq2SeqLM.from_pretrained("Qilex/bart-largeEN-ME")
  • Notebooks
  • Google Colab
  • Kaggle
bart-largeEN-ME
3.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
467f99f almost 3 years ago
  • .gitattributes
    1.4 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • README.md
    1.02 kB
    Update README.md almost 4 years ago
  • config.json
    1.71 kB
    add model almost 4 years ago
  • model.safetensors
    1.63 GB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.63 GB
    xet
    add model almost 4 years ago