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

Neobe
/
dhivehi-en-mt5-large-paragraph

Translation
Transformers
Safetensors
Divehi
English
mt5
text2text-generation
dhivehi
thaana
maldives
Model card Files Files and versions
xet
Community

Instructions to use Neobe/dhivehi-en-mt5-large-paragraph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Neobe/dhivehi-en-mt5-large-paragraph 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="Neobe/dhivehi-en-mt5-large-paragraph")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Neobe/dhivehi-en-mt5-large-paragraph")
    model = AutoModelForSeq2SeqLM.from_pretrained("Neobe/dhivehi-en-mt5-large-paragraph")
  • Notebooks
  • Google Colab
  • Kaggle
dhivehi-en-mt5-large-paragraph
4.94 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Neobe's picture
Neobe
Update model card (citations)
f1239cb verified 5 days ago
  • .gitattributes
    1.57 kB
    Add model weights + tokenizer 5 days ago
  • README.md
    4.56 kB
    Update model card (citations) 5 days ago
  • config.json
    784 Bytes
    Add model weights + tokenizer 5 days ago
  • generation_config.json
    142 Bytes
    Add model weights + tokenizer 5 days ago
  • model.safetensors
    4.92 GB
    xet
    Add model weights + tokenizer 5 days ago
  • special_tokens_map.json
    416 Bytes
    Add model weights + tokenizer 5 days ago
  • spiece.model
    4.31 MB
    xet
    Add model weights + tokenizer 5 days ago
  • tokenizer.json
    16.3 MB
    xet
    Add model weights + tokenizer 5 days ago
  • tokenizer_config.json
    19.3 kB
    Add model weights + tokenizer 5 days ago