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

SteveBabb10M
/
manx-mt-en-gv

Translation
Transformers
Safetensors
English
Manx
marian
text2text-generation
manx
gaelic
Model card Files Files and versions
xet
Community

Instructions to use SteveBabb10M/manx-mt-en-gv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SteveBabb10M/manx-mt-en-gv 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="SteveBabb10M/manx-mt-en-gv")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("SteveBabb10M/manx-mt-en-gv")
    model = AutoModelForSeq2SeqLM.from_pretrained("SteveBabb10M/manx-mt-en-gv")
  • Notebooks
  • Google Colab
  • Kaggle
manx-mt-en-gv
296 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SteveBabb10M's picture
SteveBabb10M
Add pipeline_tag for inference API
143615c verified 25 days ago
  • .gitattributes
    1.61 kB
    Upload tokenizer 25 days ago
  • README.md
    720 Bytes
    Add pipeline_tag for inference API 25 days ago
  • config.json
    1.3 kB
    Fine-tuned OPUS-MT English โ†’ Manx on 107K Manx pairs 25 days ago
  • generation_config.json
    993 Bytes
    Fine-tuned OPUS-MT English โ†’ Manx on 107K Manx pairs 25 days ago
  • model.safetensors
    293 MB
    xet
    Fine-tuned OPUS-MT English โ†’ Manx on 107K Manx pairs 25 days ago
  • source.spm
    803 kB
    xet
    Upload tokenizer 25 days ago
  • target.spm
    839 kB
    xet
    Upload tokenizer 25 days ago
  • tokenizer_config.json
    850 Bytes
    Upload tokenizer 25 days ago
  • vocab.json
    1.47 MB
    Upload tokenizer 25 days ago