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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ilsp
/
opus-mt-big-fr-en_ct2_ft-SciLake

Translation
Transformers
French
English
Model card Files Files and versions
xet
Community

Instructions to use ilsp/opus-mt-big-fr-en_ct2_ft-SciLake with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ilsp/opus-mt-big-fr-en_ct2_ft-SciLake 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="ilsp/opus-mt-big-fr-en_ct2_ft-SciLake")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ilsp/opus-mt-big-fr-en_ct2_ft-SciLake", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
opus-mt-big-fr-en_ct2_ft-SciLake
934 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
droussis's picture
droussis
Update README.md
71fea99 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.88 kB
    Update README.md about 2 years ago
  • config.json
    187 Bytes
    Upload config.json with huggingface_hub about 2 years ago
  • model.bin
    931 MB
    xet
    Upload model.bin with huggingface_hub about 2 years ago
  • postprocess.sh
    80 Bytes
    Upload postprocess.sh with huggingface_hub about 2 years ago
  • preprocess.sh
    1.39 kB
    Upload preprocess.sh with huggingface_hub about 2 years ago
  • shared_vocabulary.json
    972 kB
    Upload shared_vocabulary.json with huggingface_hub about 2 years ago
  • source.spm
    820 kB
    Upload source.spm with huggingface_hub about 2 years ago
  • target.spm
    802 kB
    Upload target.spm with huggingface_hub about 2 years ago
  • tokenizer_config.json
    42 Bytes
    Create tokenizer_config.json about 2 years ago