# Helsinki-NLP Translation models

An open-source repo with lot of pretrained models for translation in more than 1000+ language pairs. If we ever want to build a translation service in our platform, their pretrained models would be a good starting point.

Repository: <https://github.com/Helsinki-NLP/OPUS-MT-train>

Paper: [https://aclanthology.org/2020.eamt-1.61.pdf ](<https://aclanthology.org/2020.eamt-1.61.pdf >)

Hugging Face: <https://huggingface.co/Helsinki-NLP>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://til.kurianbenoy.com/ai-ml/helsinki-nlp-translation-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
