Translation
Transformers
Safetensors
Divehi
English
mt5
text2text-generation
dhivehi
thaana
maldives
Instructions to use Neobe/en-dhivehi-mt5-large-sentence with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Neobe/en-dhivehi-mt5-large-sentence 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/en-dhivehi-mt5-large-sentence")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Neobe/en-dhivehi-mt5-large-sentence") model = AutoModelForSeq2SeqLM.from_pretrained("Neobe/en-dhivehi-mt5-large-sentence", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update model card (citations)
Browse files
README.md
CHANGED
|
@@ -15,12 +15,12 @@ metrics:
|
|
| 15 |
- chrf
|
| 16 |
---
|
| 17 |
|
| 18 |
-
# mT5-large
|
| 19 |
|
| 20 |
mT5-large (1.2B, encoder-decoder) for **English→Dhivehi** translation, trained on a sentence-level Dhivehi–English corpus (machine-translated).
|
| 21 |
|
| 22 |
-
Sentence-level variant. For
|
| 23 |
-
|
| 24 |
|
| 25 |
## Scores (chrF / chrF++ / BLEU)
|
| 26 |
| Benchmark | chrF | chrF++ | BLEU |
|
|
@@ -64,7 +64,7 @@ Domain = Maldivian news / press / Wikipedia; technical or informal English is ou
|
|
| 64 |
## Citation
|
| 65 |
```bibtex
|
| 66 |
@misc{neobe_en_dhivehi_mt5_large_sentence_2026,
|
| 67 |
-
title = {
|
| 68 |
author = {Neobe},
|
| 69 |
year = {2026},
|
| 70 |
howpublished = {\url{https://huggingface.co/Neobe/en-dhivehi-mt5-large-sentence}}
|
|
|
|
| 15 |
- chrf
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# mT5-large English→Dhivehi (sentence-level)
|
| 19 |
|
| 20 |
mT5-large (1.2B, encoder-decoder) for **English→Dhivehi** translation, trained on a sentence-level Dhivehi–English corpus (machine-translated).
|
| 21 |
|
| 22 |
+
Sentence-level variant. For multi-sentence input, see the paragraph models: [Qwen-para](https://huggingface.co/Neobe/en-dhivehi-qwen3-4b-lora-paragraph) / [mT5-para](https://huggingface.co/Neobe/en-dhivehi-mt5-large-paragraph).
|
| 23 |
+
Suited for single-sentence input.
|
| 24 |
|
| 25 |
## Scores (chrF / chrF++ / BLEU)
|
| 26 |
| Benchmark | chrF | chrF++ | BLEU |
|
|
|
|
| 64 |
## Citation
|
| 65 |
```bibtex
|
| 66 |
@misc{neobe_en_dhivehi_mt5_large_sentence_2026,
|
| 67 |
+
title = {mT5-large English→Dhivehi (sentence-level)},
|
| 68 |
author = {Neobe},
|
| 69 |
year = {2026},
|
| 70 |
howpublished = {\url{https://huggingface.co/Neobe/en-dhivehi-mt5-large-sentence}}
|