From 2831d8b4fa9ad24d9f04f3c2757c94969eb1bc05 Mon Sep 17 00:00:00 2001 From: xhlulu Date: Sun, 21 Mar 2021 13:20:28 -0400 Subject: [PATCH] Add the dl-translate Python library --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce37c56..3a5d79b 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,8 @@ Material can be found [here](https://github.com/aws-samples/aws-machine-learning - [Transformers](https://github.com/huggingface/transformers) - Natural Language Processing for TensorFlow 2.0 and PyTorch. - [Tokenizers](https://github.com/huggingface/tokenizers) - Tokenizers optimized for Research and Production. - [fairSeq](https://github.com/pytorch/fairseq) Facebook AI Research implementations of SOTA seq2seq models in Pytorch. - - [corex_topic](https://github.com/gregversteeg/corex_topic) - Hierarchical Topic Modeling with Minimal Domain Knowledge + - [corex_topic](https://github.com/gregversteeg/corex_topic) - Hierarchical Topic Modeling with Minimal Domain Knowledge + - [DL Translate](https://github.com/xhlulu/dl-translate) - A deep learning-based translation library for 50 languages, built on `transformers` and Facebook's mBART Large. - **C++** - C++ Libraries | [Back to Top](#contents) - [MIT Information Extraction Toolkit](https://github.com/mit-nlp/MITIE) - C, C++, and Python tools for named entity recognition and relation extraction