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

DS4H-ICTU
/
linguo_mt_en_tui

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

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

  • Libraries
  • Transformers

    How to use DS4H-ICTU/linguo_mt_en_tui 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_en_tui")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DS4H-ICTU/linguo_mt_en_tui")
    model = AutoModelForSeq2SeqLM.from_pretrained("DS4H-ICTU/linguo_mt_en_tui")
  • Notebooks
  • Google Colab
  • Kaggle
linguo_mt_en_tui
313 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
KEMADJOU's picture
KEMADJOU
Training complete
8ae7757 verified 12 months ago
  • .gitattributes
    1.61 kB
    Training complete 12 months ago
  • README.md
    1.63 kB
    Training complete 12 months ago
  • config.json
    1.43 kB
    Training complete 12 months ago
  • generation_config.json
    288 Bytes
    Training complete 12 months ago
  • model.safetensors
    310 MB
    xet
    Training complete 12 months ago
  • source.spm
    779 kB
    xet
    Training complete 12 months ago
  • special_tokens_map.json
    74 Bytes
    Training complete 12 months ago
  • target.spm
    799 kB
    xet
    Training complete 12 months ago
  • tokenizer_config.json
    1.07 kB
    Training complete 12 months ago
  • training_args.bin
    5.43 kB
    xet
    Training complete 12 months ago
  • vocab.json
    1.59 MB
    Training complete 12 months ago