From d2cda11b6289f5e4d81e30bc3c448217f32f224c Mon Sep 17 00:00:00 2001 From: wasertech Date: Tue, 14 Mar 2023 01:41:33 +0100 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 996e8e1..647d84f 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,12 @@ From `python`: Checkout [`LANGS`](translator/language.py) to see the full list of supported languages. +## Using a custom model + +Checkout [HuggingFace Zoo of Translation Models](https://huggingface.co/models?pipeline_tag=translation&sort=downloads). + +Or [train your own model](https://huggingface.co/autotrain) for the `translate` or `translate_xx_to_xx` pipeline. + ## License This project is distributed under [Mozilla Public License 2.0](LICENSE).