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

DS4H-ICTU
/
linguo_mt_ig_en

Translation
Transformers
Safetensors
marian
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use DS4H-ICTU/linguo_mt_ig_en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DS4H-ICTU/linguo_mt_ig_en 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="DS4H-ICTU/linguo_mt_ig_en")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DS4H-ICTU/linguo_mt_ig_en")
    model = AutoModelForSeq2SeqLM.from_pretrained("DS4H-ICTU/linguo_mt_ig_en", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
linguo_mt_ig_en
295 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
stephanedonna's picture
stephanedonna
Training complete
4e7a925 verified about 1 year ago
  • .gitattributes
    1.61 kB
    Training complete about 1 year ago
  • README.md
    1.61 kB
    Training complete about 1 year ago
  • config.json
    1.3 kB
    Training complete about 1 year ago
  • generation_config.json
    288 Bytes
    Training complete about 1 year ago
  • model.safetensors
    292 MB
    xet
    Training complete about 1 year ago
  • source.spm
    819 kB
    xet
    Training complete about 1 year ago
  • special_tokens_map.json
    74 Bytes
    Training complete about 1 year ago
  • target.spm
    800 kB
    xet
    Training complete about 1 year ago
  • tokenizer_config.json
    847 Bytes
    Training complete about 1 year ago
  • training_args.bin
    5.43 kB
    xet
    Training complete about 1 year ago
  • vocab.json
    1.41 MB
    Training complete about 1 year ago