From eb23d0edf1a41694378ec66e1a802c8d55755bec Mon Sep 17 00:00:00 2001 From: Jisang Yoon Date: Tue, 16 Feb 2021 02:51:06 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5cb95..ad4f66a 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,4 @@ python setup.py install - support half precision - support multi device (multi device implementation on LDA model will not be that hard, while multi device training on w2v may require some considerations) -- implement other models such as FastText, BERT, etc +- implement other models such as [FastText](https://arxiv.org/pdf/1607.04606.pdf), [BERT](https://arxiv.org/pdf/1810.04805.pdf), etc From e5f7a2fd8720e02db1723b8347137479f692e3e1 Mon Sep 17 00:00:00 2001 From: Jisang Yoon Date: Tue, 16 Feb 2021 02:51:44 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad4f66a..5ba27fc 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,4 @@ python setup.py install - support half precision - support multi device (multi device implementation on LDA model will not be that hard, while multi device training on w2v may require some considerations) - implement other models such as [FastText](https://arxiv.org/pdf/1607.04606.pdf), [BERT](https://arxiv.org/pdf/1810.04805.pdf), etc +- **contribution is always welcome**