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

Helsinki-NLP
/
opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa

Translation
Transformers
PyTorch
Safetensors
marian
text2text-generation
opus-mt-tc-bible
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa 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="Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa")
    model = AutoModelForSeq2SeqLM.from_pretrained("Helsinki-NLP/opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa")
  • Notebooks
  • Google Colab
  • Kaggle
opus-mt-tc-bible-big-bnt-deu_eng_fra_por_spa
1.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
tiedeman's picture
tiedeman
Initial commit
12fae15 over 1 year ago
  • .gitattributes
    1.56 kB
    Initial commit over 1 year ago
  • README.md
    60 kB
    Initial commit over 1 year ago
  • benchmark_results.txt
    10.6 kB
    Initial commit over 1 year ago
  • benchmark_translations.zip
    0 Bytes
    Initial commit over 1 year ago
  • config.json
    1.1 kB
    Initial commit over 1 year ago
  • generation_config.json
    292 Bytes
    Initial commit over 1 year ago
  • model.safetensors
    958 MB
    xet
    Initial commit over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    958 MB
    xet
    Initial commit over 1 year ago
  • source.spm
    767 kB
    xet
    Initial commit over 1 year ago
  • special_tokens_map.json
    65 Bytes
    Initial commit over 1 year ago
  • target.spm
    814 kB
    xet
    Initial commit over 1 year ago
  • tokenizer_config.json
    384 Bytes
    Initial commit over 1 year ago
  • vocab.json
    1.49 MB
    Initial commit over 1 year ago