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

Klarly
/
multilingual-MT_Medical-Diagnostics_ROM

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

Instructions to use Klarly/multilingual-MT_Medical-Diagnostics_ROM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Klarly/multilingual-MT_Medical-Diagnostics_ROM 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="Klarly/multilingual-MT_Medical-Diagnostics_ROM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Klarly/multilingual-MT_Medical-Diagnostics_ROM")
    model = AutoModelForSeq2SeqLM.from_pretrained("Klarly/multilingual-MT_Medical-Diagnostics_ROM")
  • Notebooks
  • Google Colab
  • Kaggle
multilingual-MT_Medical-Diagnostics_ROM
296 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Klarly's picture
Klarly
Update README.md
c875786 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.1 kB
    Update README.md about 2 years ago
  • config.json
    1.49 kB
    Upload model about 2 years ago
  • generation_config.json
    288 Bytes
    Upload model about 2 years ago
  • model.safetensors
    293 MB
    xet
    Upload model about 2 years ago
  • source.spm
    786 kB
    Upload tokenizer about 2 years ago
  • special_tokens_map.json
    416 Bytes
    Upload tokenizer about 2 years ago
  • target.spm
    793 kB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    818 Bytes
    Upload tokenizer about 2 years ago
  • vocab.json
    1.38 MB
    Upload tokenizer about 2 years ago