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

entity2260
/
opus_en_de

Translation
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Rust
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use entity2260/opus_en_de 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="entity2260/opus_en_de")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("entity2260/opus_en_de", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
opus_en_de
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
entity2260's picture
entity2260
Update README.md
ab1b289 almost 5 years ago
  • .gitattributes
    1.18 kB
    initial commit almost 5 years ago
  • README.md
    665 Bytes
    Update README.md almost 5 years ago
  • config.json
    0 Bytes
    Upload config.json almost 5 years ago
  • flax_model.msgpack
    296 MB
    xet
    Upload flax_model.msgpack with git-lfs almost 5 years ago
  • gitattributes
    391 Bytes
    Upload gitattributes almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    298 MB
    xet
    Upload pytorch_model.bin with git-lfs almost 5 years ago
  • rust_model.ot
    536 MB
    xet
    Upload rust_model.ot with git-lfs almost 5 years ago
  • source.spm
    768 kB
    Upload source.spm almost 5 years ago
  • target.spm
    797 kB
    Upload target.spm almost 5 years ago
  • tf_model.h5
    298 MB
    xet
    Upload tf_model.h5 with git-lfs almost 5 years ago
  • tokenizer_config.json
    0 Bytes
    Upload tokenizer_config.json almost 5 years ago