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

Pudamya
/
mt5-singlish2sinhala

Translation
Transformers
Safetensors
Sinhala
English
mt5
text2text-generation
transliteration
singlish
sinhala
lora
seq2seq
Model card Files Files and versions
xet
Community

Instructions to use Pudamya/mt5-singlish2sinhala with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Pudamya/mt5-singlish2sinhala 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="Pudamya/mt5-singlish2sinhala")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Pudamya/mt5-singlish2sinhala")
    model = AutoModelForSeq2SeqLM.from_pretrained("Pudamya/mt5-singlish2sinhala")
  • Notebooks
  • Google Colab
  • Kaggle
mt5-singlish2sinhala
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Pudamya's picture
Pudamya
Update README.md
6baa794 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    2.47 kB
    Update README.md 5 months ago
  • config.json
    757 Bytes
    Upload final merged MT5 model (two-phase: phonetic -> adhoc) 5 months ago
  • generation_config.json
    142 Bytes
    Upload final merged MT5 model (two-phase: phonetic -> adhoc) 5 months ago
  • model.safetensors
    1.2 GB
    xet
    Upload final merged MT5 model (two-phase: phonetic -> adhoc) 5 months ago
  • special_tokens_map.json
    416 Bytes
    Upload final merged MT5 model (two-phase: phonetic -> adhoc) 5 months ago
  • spiece.model
    4.31 MB
    xet
    Upload final merged MT5 model (two-phase: phonetic -> adhoc) 5 months ago
  • tokenizer_config.json
    892 Bytes
    Upload final merged MT5 model (two-phase: phonetic -> adhoc) 5 months ago